Search found 3 matches

by TheCudder
09 Mar 2015 11:39
Forum: DOS Batch Forum
Topic: DrvLoad command issue
Replies: 6
Views: 5687

Re: DrvLoad command issue

I fixed it. @echo off echo User Data Recovery @echo: echo A network driver must be installed for this device. @echo: echo 1) Latitude E6410 echo 2) Latitude E6420 echo 3) Latitude E6430 echo 4) Latitude E6440 @echo: set /p ModelDrv="Select the device model (select by number): " if "%M...
by TheCudder
09 Mar 2015 07:21
Forum: DOS Batch Forum
Topic: DrvLoad command issue
Replies: 6
Views: 5687

Re: LoadDrv command issue

so I know command is not the issue. I don't have the batch file on my home system but it's something like this. I can see more than one reason why what you've shown would fail - but the reasons I see may not even be in the actual script - which is why it is critical to see the real script. Here is ...
by TheCudder
07 Mar 2015 12:28
Forum: DOS Batch Forum
Topic: DrvLoad command issue
Replies: 6
Views: 5687

DrvLoad command issue

So I've developed a user profile back up script which is based on user input to recover data in a pre-boot environment, and while all of that works fine. I'm having getting the part where it loads a specific NIC drive to execute. I'm able to manually type the command and load the drivers successfull...