home *** CD-ROM | disk | FTP | other *** search
- REM : example .bat file for standlone PHANTOM OF THE CATACOMBS:
- @echo off
- cd\games\phan
- phan game 1
- cd\pb\node1
-
- REM: you can pass variables as well:
- @echo off
- cd\games\phan
- phan game %1
- cd\pb\node%1
-
- REM: if you use custom .CFG files ie: CONFIG1.CFG, CONFIG2.CFG do this:
- @echo off
- cd\games\phan
- phan game 1 custom
- cd\pb\node1
-
-
- REM: put this in your nightly maintenance .bat file
- @echo off
- cd\games\phan
- phan maint
-
-