Search found 1 match

by michealespinola
23 Sep 2016 04:45
Forum: DOS Batch Forum
Topic: Setting up scripting environment
Replies: 9
Views: 9758

Re: Setting up scripting environment

This should work - it did on my system:

test.cmd:

Code: Select all

START "Window 1" CD /D C:\Directory1
START "Window 2" CD /D C:\Directory2
REM ...
ECHO Profit!