Ok here is what I've done, I've created 3 batch files (with each of there own commands), and I wanna create a batch file that will load all 3 of them at the same time and execute each one of them simultaneously.
Here is what i got:
@echo off
call ssy.bat
call ssy2.bat
call ssy3.bat
When I execute that it takes forever and only starts the one...
Could anyone help me, or at least help me create a file that will start these 3 at once?
This post has been edited by yanowhiz: 19 May 2005 - 08:28 PM

Help



Back to top









