home *** CD-ROM | disk | FTP | other *** search
/ Chip 1997 April (Special) / Chip-Special_1997-04_cd.bin / diamond / stealth / 3d2wnt_1 / 3d2wnt_1.exe / rar / NTDISK.BAT < prev    next >
DOS Batch File  |  1996-04-11  |  686b  |  21 lines

  1. @echo off
  2. echo Windows NT Driver Diskette Generator for Stealth 3D 2000 Series
  3. echo copyright 1996 Diamond Multimedia Systems, Inc.
  4. if "%1" == "" goto FAILURE
  5. if "%2" == "" goto FAILURE
  6. if not exist %1\winnt\stlth3d.sys goto FAILURE
  7. copy %1\winnt\oemsetup.inf %2
  8. copy %1\winnt\stlth3d.dll %2
  9. copy %1\winnt\stlth3d.sys %2
  10. echo Done!  Please remove the diskette from the diskette drive.
  11. echo Using a diskette label, label the diskette "Stealth 3D 2000 Series
  12. echo Windows NT Driver Diskette".
  13. goto end
  14. :FAILURE
  15. echo USAGE:  NTDISK X: A:
  16. echo Where X is the drive letter of the CD-ROM drive and
  17. echo       A is the drive letter of the 3.5" floppy diskette drive
  18. :end
  19.  
  20.  
  21.