![]() |
batch file
is it possible to have a command run in a batch file and have it continue to the next command? i.e. in a shell script you just put an "&" at the end of the line and it runs it in the background kinda thing..
|
drop it into a second batch file
Code:
echo command >>1.bat injects code into 1.bat inside of the directory that the batch file is being run from. start 1.bat opens 1.bat in a new window. replace command with the command you want to run or just creat a batch file that contains it and just use start to run that batch file. |
All times are GMT -8. The time now is 01:09 PM. |
Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
Search Engine Optimization by vBSEO 3.6.0 PL2
© 2002-2012 Tilted Forum Project