SCRIPT ABORT OFF ; ***************************************************************** ; * * ; * Script File to Run Final Frontier 1.53 on BBS Express * ; * 27 May 1991 * ; * Updated 22 December 1991 * ; * By R. Sanchez * ; * SysOp * ; * C&R BBS * ; * 717-765-8623 (PA) * ; * * ; ***************************************************************** ; ***************************************************************** ; * Make changes to the next three lines for your system * DEFINE Game_path = 'C:\FF\' ; This is where your FRONTIER.TOS is. DEFINE Game_menu_path = 'C:\SCRIPT\' ; Path to your Games Menu. DEFINE Game_script = 'GAMES.COM' ; Name of your Games Menu. ; * * ; ***************************************************************** DEFINE Directory_change Directory_change = FILE_CHGDIR ('[Game_path]') OPEN ('[Game_path]frontier.nam', OUTPUT) FPRINTE '&1' CLOSE TOS '[Game_path]frontier.tos' Directory_change = FILE_CHGDIR ('[Game_menu_path]') EXECUTE ('[Game_menu_path][Game_script]')