Can't create a 2nd TP in a windows batch file.
Posted: Fri Nov 07, 2003 10:08 pm
I want to start 8 Textpads with 8 particular workspaces.
If they're in a batch file (under win2K) as follows,
it runs the first one okay, but doesn't exit.
Thanks,
Peter
If they're in a batch file (under win2K) as follows,
Code: Select all
CALL textpad -m E:\javaPackages\xag\command\Cmd.tws
CALL textpad -m E:\javaPackages\xag\component\Component.tws
Thanks,
Peter