habe versucht mit
anzahl = txt.Text
Shell "C:\Quake1\winquake.exe -listen anzahl"
winquake.exe mit Parametern zu starten, funktioniert aber nicht, es kommt Quake Error "W_LoadWadFile: couldn't load gfx.wad!
habe es auch schon mit
Shell "cmd.exe /c start C:\Quake1\winquake.exe -listen anzahl"
versucht, wieder Quake Error!
Warum?
Mit "Ausführen" klappts doch auch.
Liegt es am Spiel oder am Code?
anzahl = txt.Text
Shell "C:\Quake1\winquake.exe -listen anzahl"
winquake.exe mit Parametern zu starten, funktioniert aber nicht, es kommt Quake Error "W_LoadWadFile: couldn't load gfx.wad!
habe es auch schon mit
Shell "cmd.exe /c start C:\Quake1\winquake.exe -listen anzahl"
versucht, wieder Quake Error!
Warum?
Mit "Ausführen" klappts doch auch.
Liegt es am Spiel oder am Code?