home *** CD-ROM | disk | FTP | other *** search
/ ftp.wwiv.com / ftp.wwiv.com.zip / ftp.wwiv.com / pub / DOOR / BRONX1_5.ZIP / EXAMPLE.BAT < prev    next >
DOS Batch File  |  1996-02-13  |  1KB  |  33 lines

  1. ; This is an example of a typical BRONX.BAT file used to "call" the game
  2. ; After editing <as required> you may delete all lines that begin with ; 
  3. ; as they are just guidelines - Then rename this file to BRONX.BAT
  4. ; and place this file in your C:\Wildcat\Batch dir (if using Wildcat!)
  5. @ECHO OFF 
  6. CLS
  7. W:
  8. CD \
  9. CD WILDCAT
  10. CD DOORS\BRONX
  11. BRONX W:\WILDCAT\DOORS\BRONX\BRONX.CFG 
  12. ;if using a fossil driver use BRONX W:\WILDCAT\DOORS\BRONX\BRONX.CFG /FD
  13. CD \WILDCAT
  14.  
  15. ; Line 1  Standard @ECHO OFF call (Instructs PC not to display this to caller)
  16. ; Line 2  Command used to "Clear the Screen"
  17. ; Line 3  Drive letter on which your BBS software is loaded (Typically C:)
  18. ; Line 4  use of CD \ ensures you are now at the "root" directory
  19. ; Line 5  Instructs the PC to change to the BBS software's HOME directory
  20. ; Line 6  Instructs the PC to change to the directory where the game files are 
  21. ;         located
  22. ; Line 7  Command and path statement to initiate the game into action
  23. ; Line 8  Use this line in place of Line 7 (only if running a Fossil Driver)
  24. ;         and Delete Line 7 (again only if running under a Fossil).
  25. ; Line 9  Command to instruct the BBS to reload BBS on User exit from Game
  26. ;
  27. ;
  28. ;
  29. ;If you are running WorldGroup or MajorBBS your BRONX.BAT may look like 
  30. ;this:
  31. ;
  32. ;
  33.