home *** CD-ROM | disk | FTP | other *** search
/ Danger Hot Stuff - A Collection of PC Graphics / hotstuff.zip / hotstuff / HSVINST.BAT < prev    next >
DOS Batch File  |  1993-11-01  |  2KB  |  49 lines

  1. @echo off
  2. cls
  3. ECHO               ==============================================
  4. ECHO               ! Welcome to Hot Sound And Vision CDRom Demo !
  5. ECHO               ==============================================
  6. ECHO.
  7. if exist c:\hotsv\catalog.ini goto error
  8. ECHO This install program will create two directories on your Hard Disk :
  9. ECHO     C:\HOTSV      - where the Katalog & various utilities are stored
  10. ECHO     C:\HOTSV\TMP  - where extracted files are (temporarily) stored
  11. ECHO.
  12. ECHO This install program will also copy all the files in \UTILS to C:\HOTSV.
  13. ECHO These will take up approximately 1.8 megabytes (1800k) of disk space.
  14. ECHO.
  15. ECHO.
  16. ECHO The files C:\HOTSV\KATALOG.INI and C:\HOTSV\READYRUN.TXT list all the
  17. ECHO external Ascii/Hex/GIF/JPG/MOD/FLI/FLC/ANI/MPG Viewers and Players.
  18. ECHO.
  19. ECHO You can edit these two text files to suit your own preferences, or
  20. ECHO leave them as the defaults.
  21. ECHO.
  22. ECHO Please remember that these, and all the software contained on this CDrom,
  23. ECHO are Shareware, and may need a registration fee for continued use.
  24. ECHO.
  25. ECHO.
  26. ECHO Press CTRL-C to exit now, or any key to continue
  27. pause
  28. md c:\hotsv
  29. md c:\hotsv\tmp
  30. copy \catalog\catalog.* c:\hotsv
  31. copy \catalog\readyrun.* c:\hotsv
  32. copy \catalog\verzeich.* c:\hotsv
  33. copy \utils\*.* c:\hotsv
  34. cd \catalog
  35. catalog
  36. cd \
  37. goto bye
  38.  
  39. :error
  40. ECHO             This CD has already been installed to C:\HOTSV !!
  41. ECHO.
  42. goto finish
  43.  
  44. :bye
  45. ECHO             That was good, wasn't it ?  See you again later !
  46. ECHO.
  47.  
  48. :finish
  49.