Ergebnis 1 bis 6 von 6
Thema: Batch Problem mit "start"
-
19.02.2009, 09:03 #1Daniel95
Batch Problem mit "start"
Also hier mein Porblem.
Wenn ich in die batch schreibe:
start "Dateipfad" öffnet sich nicht die .exe, sondern ein neues cmd fenster.
Woran kanns liegen ?
hab auch schon start /? und help start versucht aber keine nützlichen Informationen gefunden .
hier die komplette batch:
Code:@echo off echo ________________________ echo Teeworlds Server echo ________________________ pause set /p MOD=instagib/normal? : goto %MOD% :normal echo Kein MOD aktiviert. set /p gametype=ctf/dm/tdm? : echo sv_name Danii95 > "C:\Users\Daniel\AppData\Roaming\Teeworlds\autoexec.cfg" echo sv_gametype %gametype% >> "C:\Users\Daniel\AppData\Roaming\Teeworlds\autoexec.cfg" echo sv_map ctf5 >> C:\Users\Daniel\AppData\Roaming\Teeworlds\autoexec.cfg" echo sv_max_clients 10 >> "C:\Users\Daniel\AppData\Roaming\Teeworlds\autoexec.cfg" echo sv_timelimit 0 >> "C:\Users\Daniel\AppData\Roaming\Teeworlds\autoexec.cfg" echo sv_powerups 0 >> "C:\Users\Daniel\AppData\Roaming\Teeworlds\autoexec.cfg" echo sv_port 8303 >> "C:\Users\Daniel\AppData\Roaming\Teeworlds\autoexec.cfg" echo sv_rcon_password BLUB >> "C:\Users\Daniel\AppData\Roaming\Teeworlds\autoexec.cfg" echo sv_scorelimit 10 >> "C:\Users\Daniel\AppData\Roaming\Teeworlds\autoexec.cfg" echo sv_spectator_slots 5 >> "C:\Users\Daniel\AppData\Roaming\Teeworlds\autoexec.cfg" echo sv_instagib 0 >> "C:\Users\Daniel\AppData\Roaming\Teeworlds\autoexec.cfg" start "C:\Users\Daniel\Saved Games\teeworlds-0.5.1-win32\teeworlds_srv.exe" pause exit :instagib echo instagib MOD aktiviert. set /p gametype=ictf/idm/itdm? : echo sv_name Danii95 > "C:\Users\Daniel\AppData\Roaming\Teeworlds\autoexec.cfg" echo sv_gametype %gametype% >> "C:\Users\Daniel\AppData\Roaming\Teeworlds\autoexec.cfg" echo sv_map ctf5 >> "C:\Users\Daniel\AppData\Roaming\Teeworlds\autoexec.cfg" echo sv_max_clients 10 >> "C:\Users\Daniel\AppData\Roaming\Teeworlds\autoexec.cfg" echo sv_timelimit 0 >> "C:\Users\Daniel\AppData\Roaming\Teeworlds\autoexec.cfg" echo sv_powerups 0 >> "C:\Users\Daniel\AppData\Roaming\Teeworlds\autoexec.cfg" echo sv_port 8303 >> "C:\Users\Daniel\AppData\Roaming\Teeworlds\autoexec.cfg" echo sv_rcon_password BLUB >> "C:\Users\Daniel\AppData\Roaming\Teeworlds\autoexec.cfg" echo sv_scorelimit 10 >> "C:\Users\Daniel\AppData\Roaming\Teeworlds\autoexec.cfg" echo sv_spectator_slots 5 >> "C:\Users\Daniel\AppData\Roaming\Teeworlds\autoexec.cfg" echo sv_instagib 1 >> "C:\Users\Daniel\AppData\Roaming\Teeworlds\autoexec.cfg" start "C:\Users\Daniel\Saved Games\teeworlds-0.5.1-win32\teeworlds_instagib_srv.exe" pause exit
thx im Voraus
-
-
19.02.2009, 09:36 #2craft
AW: Batch Problem mit "start"
Mach einfach die " weg. Also:
start C:\Users\Daniel\Saved Games\teeworlds-0.5.1-win32\teeworlds_srv.exe
-
19.02.2009, 09:44 #3Daniel95
AW: Batch Problem mit "start"
Muss leider das game jetzt in ein andres Verzeichniss schieben da der Pfad nich gefunden werden kann weil bei "Saved Games" ein Leerzeichen zwischen ist .
Gibts dafür auch ne Lösung? ( abgesehen vom verschieben ins andre Verzeichniss )
-
19.02.2009, 10:07 #4craft
AW: Batch Problem mit "start"
Oh ist mir gar nicht aufgefallen. Lösung dafür wäre, Ordner mit leerstelle in " setzen, also:
start C:\Users\Daniel\"Saved Games"\teeworlds-0.5.1-win32\teeworlds_srv.exe
-
19.02.2009, 10:10 #5Daniel95
AW: Batch Problem mit "start"
Läuft jetzt alles perfekt
-
19.02.2009, 10:27 #6Daniel95
AW: Batch Problem mit "start"
ok ein letztes problem ist da noch .
Glaub nicht das das jetzt lösbar ist.
beispiel:
echo sv_map ctf5 >> C:\Users\Daniel\AppData\Roaming\Teeworlds\autoexec.cfg
Das Leerzeichen zwischen ctf5 und >> versaut mir alles. Die Map ctf5 wird wegen des Leerzeichens das nach dem Map Namen kommt nicht erkannt. Gibts dafür nicht auch i-eine Lösung? Hab versucht es ohne Leerzeichen zu schreiben aber das hat nicht viel gebracht.
edit: Hat doch alles noch geklappt thx nochma.
Ähnliche Themen
-
"Fort Boyard" - Start der Neuauflage: "Fort Boyard", die Game Show-Festung vor der französischen Atlantikküste steht vor ihrem deutschen TV-Comeback. Noch immer wird das Original, das... -
PC-Problem: Monitor "no signal", Bluescreen und "ati2vdag"-Meldung: Moin! :hiya: Ich möchte hier mal mein aktuelles PC-Problem niederschreiben. (Macht euch schon mal auf einen Problem-Roman gefasst. :D ) Vielleicht... -
"Start the Party!" Trophies - PlayStation Move: Start the Party! http://www.forumla.de/attachments/ps3-trophies-trophaeen/87146d1283320133-ps3-coverbilder-starttheparty.png :PS3Bronze: x 32... -
Suche PS2/3 Spiele "Shadow of the Colossus"; "ICO"; "We love Katamari": Wie schon im Titel steht, Suche diese 3 PS2 Titel (und hoffe, dass sie auf der ps3 laufen!) Es gibt sie nicht mehr neu zu kaufen, und bei... -
Tausche/verkaufe "Little BIG Planet", "Motorstorm", "Burnout Paradise" und "Skate": hi, hab diese drei Spiele anzubieten, alle OVP und in einwandfreiem Zustand. Ich bräuchte einen original Sony Sixaxis Controller, da ich bis jetz...
Ja bin schon sehr alt :-(
Forumla Café