Thread BatchScript um mehrere Programme zu öffnen (14 answers)
Opened by youngalcapone at 2003-08-16 01:31

youngalcapone
 2003-08-18 23:24
#11598 #11598
User since
2003-08-14
185 Artikel
BenutzerIn
[default_avatar]
Ich hab mal folgendes versucht:
Code: (dl )
1
2
3
4
@echo off
start /WAIT apache\bin\apache.exe
start /WAIT mysql\bin\mysqld --defaults-file=mysql\bin\my.cnf --standalone
start http://localhost/

funktioniert aber nicht...

View full thread BatchScript um mehrere Programme zu öffnen