home *** CD-ROM | disk | FTP | other *** search
/ CICA 1992 November / CICA_MS_Windows_CD-ROM_Walnut_Creek_November_1992.iso / win3 / drivers / printer / fuji24dr / l3_124cp.exe / INSTALL.BAT < prev    next >
DOS Batch File  |  1991-03-18  |  484b  |  25 lines

  1. echo off
  2. cls
  3. IF %1. == . goto nopath
  4. IF NOT EXIST %1\INSTALL.DDF goto wrongpath
  5. echo:
  6. echo Transferring files to %1
  7. echo:
  8. rename %1\install.ddf install.old > nul
  9. copy %1\install.old+install.new %1\install.ddf > nul
  10. setdir %1
  11. install
  12. goto end
  13. :nopath
  14. echo:
  15. echo Please specify a path name for your Lotus Directory
  16. echo:
  17. echo    e.g. install c:\123r31
  18. echo:
  19. goto end
  20. :wrongpath
  21. echo:
  22. echo The path name you gave for your Lotus directory was incorrect
  23. echo:
  24. :end
  25.