Welcome guest. Before posting on our computer help forum, you must register. Click here it's easy and free.

Author Topic: Help with loading device driver manually from batch file  (Read 2314 times)

0 Members and 1 Guest are viewing this topic.

eyej

  • Guest
Help with loading device driver manually from batch file
« on: May 28, 2008, 07:36:35 AM »
Greetings,

I was trying to find whether this issue was already on the line but i couldn't find.
Anyway i need to create a .bat file for Windows 98 Command Prompt Only mode. In that script i need to load a USB2.0 driver (i have found some usbaspi.sys driver), then copy some files from usb2.0 device to the hard drive and then unload the device driver (this is not that much important as loading device driver). I would like to avoid a using of config.sys and its line "device = usbaspi.sys", because with that i need to reset a system 2 times - one time to edit config.sys and the other to load the edited config.sys into the memory.

Is there any possible way of loading .sys device driver right from the bat file?

Thanks a lot