home *** CD-ROM | disk | FTP | other *** search
- Echo off
- IF EXIST INST0.BAT del INST0.BAT
- : When this batch file executes, it has already been moved to
- : the insatllation drive\directory
- CLS
- :TGCS
- Echo
- Echo
- Echo ╔═════════════════════════════════════════════════════════════════════╗
- Echo ║ ║
- Echo ║ ║
- Echo ║ INSTALL now needs to copy program TGM.EXE to a diskette. ║
- Echo ║ ║
- Echo ║ Please put a formatted blank diskette in Drive A: or a disk ║
- Echo ║ with at least 150K available space and preferably with DOS. ║
- Echo ║ ║
- Echo ║ You shoud identify this disk as containing the master menu ║
- Echo ║ program and keep it in a safe place. ║
- Echo ║ ║
- Echo ║ Press Enter when ready. ║
- Echo ║ ║
- Echo ║ ║
- Echo ╚═════════════════════════════════════════════════════════════════════╝
- Echo
- Pause
- Cls
- Echo on
- copy TGM.EXE A:
- copy GUARDIAN.MRE A:
- Echo off
- pause
- Cls
- Echo
- Echo
- Echo ╔══════════════════════════════════════════════════════════════════╗
- Echo ║ ║
- Echo ║ ║
- Echo ║ ║
- Echo ║ The Guardian has now been installed. ║
- Echo ║ ║
- Echo ║ ║
- Echo ║ ║
- Echo ╚══════════════════════════════════════════════════════════════════╝
- Echo
- Echo
- Echo When you press a key, this procedure will automatically display the
- Echo UPDATE.TXT file.
- Echo
- Echo
- pause
- If exist TGCS.EXE del TGCS.EXE
- Update
-