Search found 2 matches
- 08 Oct 2014 11:47
- Forum: DOS Batch Forum
- Topic: Change & run
- Replies: 4
- Views: 3744
Re: Change & run
All your codes worked great. Thanks again! i want compiled code to application EX: i have five folder (s;s7;s8;sv8;sv12) in this folder s5 have file s5.txt in this folder s7 have file s7.txt in this folder s8 have file s8.txt in this folder sv8 have file sv8.txt in this folder sv12 have file sv12.tx...
- 07 Oct 2014 17:44
- Forum: DOS Batch Forum
- Topic: Change & run
- Replies: 4
- Views: 3744
Change & run
Hi Friends, Please can any one help to create scrip to change folder (this code run on windows but cann't run ms-dos) Example: @echo off if exist c:\test\s goto s5 :s5 if exist c:\test\s5 (goto s7) else ( start 5 goto end ) :s7 if exist c:\test\s7 (goto sv8) else ( start 7 goto end ) :sv8 if exist c...