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
Expired Self-Issued Certificate
Free PC Remote Control Solution
CNAME to point to Server in another domain
RBL lookup error
How do I setup Tomcat (5) to require\force 128-bit encryption at the browser level, or drop the connection? SSL
My POP3 will not accept mails
Configure Router Behind Cable Modem IP for Remote Desktop
Question on PAC files
DHCP client can't ping gateway
setting up secondary DNS server help