1.

Solve : how to terminal the auto loop of bat?

Answer»

i make a BATCH FILE, this is ENTIRE code:

e:
Start cd E:\Program Files\CCD\HAPPY\libraries


xcopy "E:\My_Documents\Visual_Studio_2008\Projects\Profit_come_with_trust\Debug" /Y

but when i run this .bat file, it auto re-run

what is the code that only run for 1 time?

thanksQuote from: chiwing on May 23, 2009, 05:26:16 AM

i make a batch file, this is entire code:

e:
Start cd E:\Program Files\CCD\HAPPY\libraries


xcopy "E:\My_Documents\Visual_Studio_2008\Projects\Profit_come_with_trust\Debug" /Y

but when i run this .bat file, it auto re-run

what is the code that only run for 1 time?

thanks
It shouldn't auto-rerun, but just to be sure, add EXIT to the very end of it.


Discussion

No Comment Found