File tree Expand file tree Collapse file tree 1 file changed +10
-1
lines changed
Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Original file line number Diff line number Diff line change 11
2- DEVLOAD 3.23 USER GUIDE
2+ DEVLOAD 3.24 USER GUIDE
33 -----------------------
44
55 DEVLOAD is an utility for loading device drivers from command line.
4343 /Q - quiet mode.
4444 /V - verbose mode.
4545 /A - auto-mode (force to stay loaded).
46+ /D - drive letter, eg. /DS installs to S: or later.
4647
4748 Explanations:
4849
6566 Note that your driver may say that your UMB is too small even
6667 if DEVLOAD thinks it is sufficient. Then your driver will not
6768 load and you will have to load without the /H option instead.
69+
70+ The /D option is used to indicate the drive letter to use.
71+ If the requested drive is in use then subsequent drive letters
72+ until LASTDRIVE is reached are tried. The final drive used
73+ is returned as the exit code, where A:=0, ... Z:=25. The
74+ default value is equivalent to /DC, i.e. C: or later - the
75+ first available drive letter. On any error the exit code
76+ will be 255.
6877
6978 Examples:
7079
You can’t perform that action at this time.
0 commit comments