Hi ..I am getting...
bat2.bat is not a recognized as an internal or external programme....
Thanks,
Search found 2 matches
- 01 Mar 2010 08:02
- Forum: DOS Batch Forum
- Topic: neep help with call command within the batch file
- Replies: 4
- Views: 7002
- 26 Feb 2010 12:58
- Forum: DOS Batch Forum
- Topic: neep help with call command within the batch file
- Replies: 4
- Views: 7002
neep help with call command within the batch file
I have two batch files..bat1 and bat2 bat1 has some code if certain error level Call bat2 :starthere ...i want to call bat2 and not run the whole thing but start at certain point My bat2 is something like this.. :StartHere Echo bat2 and exit here and dont need to return to bat1. can you please let m...