home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 2 / FFMCD02.bin / new / misc / edu / dinosaurs / dino.script next >
Text File  |  1993-12-21  |  560b  |  27 lines

  1.  
  2. FailAt 20
  3.  
  4. Echo "*nDinosaurs! Version 2.0 Installation Script*n"
  5.  
  6. makedir dh0:fonts/Dino
  7. Copy :font/Dino/ to dh0:fonts/Dino/ QUIET
  8. Copy :font/Dino.font to DH0:fonts/  QUIET
  9. Echo "The font DINO has been added to your FONTS directory."
  10.  
  11. Echo ""
  12. Ask "Install Dinosaurs! Version 2.0 to your hard drive ?"
  13. If WARN
  14.     Copy DinoV2.0 DH0:
  15.         Copy DinoV2.0.info DH0:
  16.     Echo "*nDinosaurs! V2.0 has been added to partition DH0."
  17. Else
  18.     Echo "*nPlease install Dinosaurs! manually ... Thanks!"
  19. EndIf
  20.  
  21. Lab INSTALLED
  22.  
  23. Echo "*nInstallation complete.*n"
  24.  
  25. Wait 5
  26. EndCLI >NIL:
  27.