home *** CD-ROM | disk | FTP | other *** search
/ Current Shareware 1994 January / SHAR194.ISO / sys_util / drvswp.zip / DRVSWP.DOC next >
Text File  |  1993-06-30  |  1KB  |  29 lines

  1. June 30, 1993
  2.  
  3. Usage as device driver:
  4.  
  5. DEVICE=...DRVSWP.EXE [/d=x[x[..]]] [/r=x[x[..]]]
  6.  
  7. where /d= assigns new drive letters with the rule that you specify the letters
  8. as you want them to appear, eg if you want your current D: drive be E:, your
  9. current E: drive be drive F: and your current F: drive be drive D:, you say
  10. DEVICE=...DRVSWP.EXE /d=abcefd
  11. There is no need to specify all drive letters if you don't want to change the
  12. later ones, but you have to specify all leading letters. Be sure to NEVER
  13. forget letters or specify letters twice, the behavior of the driver will then
  14. be undefined and this may lead to data loss.
  15.  
  16. and where /r= assigns write protect attributes to the specified drives.
  17.  
  18. Be sure (if you don't want to run into confusion when using the command line
  19. utility) to FIRST specify the /d option and then the /r option.
  20.  
  21.  
  22. Usage as command line utility (implies that the driver be installed):
  23.  
  24. DRVSWP [/r=x[x[..]]] [/w=x[x[..]]]
  25.  
  26. where /r= assigns write protect attributes to the specified drives, and /w=
  27. removes them. Do not specify drives in both /r= and /w= at the same time.
  28. Without option, the utility displays the current write protect status.
  29.