Ah switch in wrong place, its;
start /b cmd /c
This will run a subcommand with no window then terminate when the line has run.
Search found 5 matches
- 08 Oct 2009 09:06
- Forum: DOS Batch Forum
- Topic: how can i hide the DOS window when executing a batch file ?
- Replies: 5
- Views: 8390
- 08 Oct 2009 08:12
- Forum: DOS Batch Forum
- Topic: how can i hide the DOS window when executing a batch file ?
- Replies: 5
- Views: 8390
- 08 Oct 2009 07:27
- Forum: DOS Batch Forum
- Topic: Making a batch file to copy itself.
- Replies: 1
- Views: 5633
- 08 Oct 2009 05:58
- Forum: DOS Batch Forum
- Topic: how can i hide the DOS window when executing a batch file ?
- Replies: 5
- Views: 8390
- 08 Oct 2009 05:41
- Forum: DOS Batch Forum
- Topic: Making a batch file to copy itself.
- Replies: 1
- Views: 5633
Making a batch file to copy itself.
Hello all, I am fairly new to batch and am basically just trying to learn a few things that will save time doing things later. I am trying to make a batch file that can be run from any location, and copy itself to a specified location, so that I can take my file on CD or USB or run it from the deskt...