Microsoft
Software
Hardware
Network
Question : Open another line command without waiting for the first line to finish in batch file?
I'm trying to create a batch file to open several applications but it stops until each application is closed before next opens. How do I make all to open?
Eaxample:
@echo Open System Information
@sysdm.cpl
@echo Open Updater
@\\Updater\update.exe
Answer : Open another line command without waiting for the first line to finish in batch file?
Try
start "" command
istead of just
command
Random Solutions
FTP stops working
Weblogic managed server being run from different domain directory
Managing Server remotely.
Help with IMAP issues on D-link DIR-625 Wiresless router
Wireless IP address conflict
IP Telephone solution
Cannot see SBS server shares through VPN tunnel - different subnets
Port scan
Mapped drive from VPN
Can not log in with Administrator after creating new FTP Site with user isolation mode.