"batch" file in XP??

  • Thread starter Thread starter TonyP
  • Start date Start date
The same as you would in dos. XP can run .bat or .cmd files as batch files.
 
Use Notepad to create a bat file.
Use "cmd" without the quotes as the first line of the file.
 
While in XP, use any text editor (Wordpad, for example) and create the file.
Then save it as a text file, naming it, for example, tool.bat.

To run it, click on Start/Run/cmd - then enter C:\Utilities\tool (assuming
you stored it at C:\Utilities).

HTH
 
|Use Notepad to create a bat file.
|Use "cmd" without the quotes as the first line of the file.

For what possible reason would you put "cmd" as the first line of the file?
(Unless you _wanted_ another instance of cmd to run, of course - perhaps so
that you have to type "exit" to get out?).
 
"Chris Lanier" wrote :

Notepad is the best way

~~~
Ah, be a real man: copy con: mybatch.bat

then type away, end with a ctrl-z on a blank line!

don't need no stinkin' Notepad!! <G>

Val

--
Bringing you BeadWizard Design Software
www.beadwizard.com
***************************
Practice safe eating -- always use condiments.
***************************
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top