home *** CD-ROM | disk | FTP | other *** search
/ The Devil's Doorknob BBS Capture (1996-2003) / devilsdoorknobbbscapture1996-2003.iso / Dloads / 100UTILI / VGAUTIL.ZIP / DLL.BAT < prev    next >
DOS Batch File  |  1989-12-12  |  377b  |  13 lines

  1. Echo off
  2. if %1!==! goto wrong
  3. if NOT exist %1:\os2\dll\display.dll goto wrong
  4. copy a:\os2800.dll %1:\os2\dll\display.dll >NUL
  5. echo    * The driver have been successfully move to the hard disk
  6. goto end
  7. :wrong
  8. cls
  9. echo    * YOU MUST FIRST INSTALL OS/2 ON YOUR HARD DISK !
  10. echo    SYNTAX: DLL #
  11. ECHO          where # is the hard disk that you have installed OS/2
  12. :end
  13.