home *** CD-ROM | disk | FTP | other *** search
/ 17 Bit Software 4: Phase Four / 17Bit_Phase_Four.iso / files / 3204.dms / 3204.adf / T / Command-0-T01
Text File  |  1994-09-15  |  452b  |  21 lines

  1. Echo "Epoch Master V3.0 'WombleFont' Install Script.."
  2. Echo ""
  3.  
  4. If Exists Fonts:
  5.   If Exists Fonts:WombleFont
  6.     Echo "Epoch's Font already exists!"
  7.   Else
  8.     Ask "I am about to install Epoch's font to your Fonts: Directory. [Y/N] "
  9.     If Warn
  10.       :c/copy :Fonts Fonts: All
  11.   
  12.       Echo "All done.. You can now run Epoch Master V3.0"
  13.     Else
  14.       Echo "Not done...."
  15.     Endif
  16.   Endif
  17. Else
  18.   Echo "Cannot find Fonts: Directory!!!"
  19. Endif                  
  20.  
  21.