I am using a batch file in my startup folder to load programs whenever a user logs one.
I have:
Problem is, when it hits the first line, it loads that application, and then the dos command line screen just freezes, and the second application never loads.
If I put the second line in its own "bat" file, I believe it will work, but I was wondering if there was a way to execute both commands from the same batch file?
Also, is there a way to have the command line screen close after executing?
Thanking you in advance, Mike K
I have:
Code:
usrmgr
winfile
If I put the second line in its own "bat" file, I believe it will work, but I was wondering if there was a way to execute both commands from the same batch file?
Also, is there a way to have the command line screen close after executing?
Thanking you in advance, Mike K