home *** CD-ROM | disk | FTP | other *** search
/ Network Support Encyclopedia 96-1 / novell-nsepro-1996-1-cd2.iso / download / netware / mpr301.exe / MK_INST.BAT next >
DOS Batch File  |  1995-02-28  |  877b  |  34 lines

  1. ECHO off
  2. if %1$ == $%1 goto message
  3. goto proceed
  4. :message
  5. ECHO You have to give the destination drive as a command line parameter
  6. ECHO Example: MKINST a:
  7. goto finish
  8.  
  9. :proceed
  10.  
  11. ECHO You are about to make the NetWare 3.12
  12. ECHO INSTALL diskette
  13. ECHO 1) Make sure you have 1 formatted diskette.
  14. ECHO 2) Make sure you have a search drive to your dos utilities.
  15. PAUSE
  16.  
  17. CLS
  18. ECHO Please insert a formatted disk into drive %1
  19. PAUSE
  20. LABEL %1INSTALL
  21. COPY install\*.* %1 /v
  22. ECHO Please remove the diskette in drive %1
  23. ECHO Label the diskette "NetWare 3.12 INSTALL"
  24. PAUSE
  25.  
  26. ECHO **************************************************************
  27. ECHO * NetWare 3.12 INSTALL diskette has been made successfully ! *
  28. ECHO *       Thank you, Have a good day.                          *
  29. ECHO **************************************************************
  30.  
  31. :finish
  32.  
  33.  
  34.