pause studiomdl ?


gabagoo
06-06-2004, 08:57 PM
how do i get studiomdl to pause when it finishes so i can see what the errors are ?

i was thinking a .bat but i dont know what the command.......

Editor321
06-06-2004, 09:42 PM
ur right a bat file is what u need, here is the code


C:\studiomdl.exe %1
pause


C:\studiomdl.exe is the location of ur studiomdl.exe and there ya go, save as a bat.

Trp. Jed
06-07-2004, 02:25 AM
or use

studtiomdl my.qc > output.txt

or just use GUIStudioMDL.

- Jed

Highbinder
06-07-2004, 03:52 AM
Or compile it through the command prompt, using the 'cd' and 'dir' commands to get to the correct directory then typing-

studiomdl.exe - xxx.qc

When its compiled / when it errors the command prompt will stay visible so you can read it :)

Day of Defeat Forum Archive created by Neil Jedrzejewski.

This in an partial archive of the old Day of Defeat forums orignally hosted by Valve Software LLC.
Material has been archived for the purpose of creating a knowledge base from messages posted between 2003 and 2008.