home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1997 February / PCWK0297.iso / novell / 32client / c3295d_1.exe / MAKEDISK.BAT next >
DOS Batch File  |  1995-12-22  |  220b  |  14 lines

  1. @echo off
  2. REM * "CoPyRiGhT=(c) 1995 Novell, Inc.  All Rights Reserved."
  3. REM * VeRsIoN=1.00
  4.  
  5. cd image
  6. nwmkdisk /f ________\mkdkw95.scr
  7. if ERRORLEVEL 255 goto BackToRoot
  8. goto Done
  9.  
  10. :BackToRoot
  11. cd ..
  12.  
  13. :Done
  14.