home *** CD-ROM | disk | FTP | other *** search
/ Stars of Shareware: DFÜ und Kommunikation / SOS-DFUE.ISO / programm / internet / yarn_058 / install.bat < prev    next >
Encoding:
DOS Batch File  |  1994-02-24  |  464 b   |  20 lines

  1. @echo off
  2. if x%1 == x goto usage
  3. if not exist %1 mkdir %1
  4. copy *.exe %1 >nul
  5. copy *.hlp %1 >nul
  6. copy *.doc %1 >nul
  7. copy active %1 >nul
  8. copy config %1 >nul
  9. set YARN=%1
  10. echo Put this line to your AUTOEXEC.BAT file:
  11. echo SET YARN=%1
  12. goto end
  13. :usage
  14. echo usage: install [drive:]directory
  15. echo.
  16. echo Installs Yarn in the specified directory.
  17. echo Important: Choose a drive with a lot of free space.
  18. echo            The news will be stored here.
  19. :end
  20.