Dario D.
Spy
- Joined
- Nov 30, 2004
- Messages
- 710
- Reaction score
- 0
This batch file I made following a tutorial isn't working. It's supposed to compile my map, but when I run it it says:
The system cannot find the file specified.
'"D:Half Life 2SteamAppsdariodeesourcesdkbinvbsp.exe"' is not recognized as an i
nternal or external command,
operable program or batch file.
.the batch file looks like this inside:
@echo off
copy "D:Half Life 2SteamAppsdariodeesourcesdkhl2mp_sample_contentmapsdm_plaza17.vmf" "D:Half Life 2SteamAppsdariodeehalf-life 2 deathmatchhl2mpmaps"
"D:Half Life 2SteamAppsdariodeesourcesdkbinvbsp.exe" "D:Half Life 2SteamAppsdariodeehalf-life 2 deathmatchhl2mpmapsdm_plaza17.vmf"
"D:Half Life 2SteamAppsdariodeesourcesdkbinvvis.exe" -fast "D:Half Life 2SteamAppsdariodeehalf-life 2 deathmatchhl2mpmapsdm_plaza17.vmf"
"D:Half Life 2SteamAppsdariodeesourcesdkbinvrad.exe" -fast "D:Half Life 2SteamAppsdariodeehalf-life 2 deathmatchhl2mpmapsdm_plaza17.vmf"
pause
The system cannot find the file specified.
'"D:Half Life 2SteamAppsdariodeesourcesdkbinvbsp.exe"' is not recognized as an i
nternal or external command,
operable program or batch file.
.the batch file looks like this inside:
@echo off
copy "D:Half Life 2SteamAppsdariodeesourcesdkhl2mp_sample_contentmapsdm_plaza17.vmf" "D:Half Life 2SteamAppsdariodeehalf-life 2 deathmatchhl2mpmaps"
"D:Half Life 2SteamAppsdariodeesourcesdkbinvbsp.exe" "D:Half Life 2SteamAppsdariodeehalf-life 2 deathmatchhl2mpmapsdm_plaza17.vmf"
"D:Half Life 2SteamAppsdariodeesourcesdkbinvvis.exe" -fast "D:Half Life 2SteamAppsdariodeehalf-life 2 deathmatchhl2mpmapsdm_plaza17.vmf"
"D:Half Life 2SteamAppsdariodeesourcesdkbinvrad.exe" -fast "D:Half Life 2SteamAppsdariodeehalf-life 2 deathmatchhl2mpmapsdm_plaza17.vmf"
pause