dos commands in batch file
Posted
by user121196
on Stack Overflow
See other posts from Stack Overflow
or by user121196
Published on 2010-04-09T18:09:09Z
Indexed on
2010/04/09
18:13 UTC
Read the original article
Hit count: 399
dos
|batch-file
I need to create a batch file that goes to a directory and execute a series of executables
start cd c:\temp\ command1 command2
the above doesn't work, it only starts in c:\temp, but ignores rest.
© Stack Overflow or respective owner