View Single Post
  #14  
Old 08-26-2005, 21:39
DCA's Avatar
DCA DCA is offline
VIP
 
Join Date: Aug 2005
Posts: 137
Rept. Given: 36
Rept. Rcvd 29 Times in 13 Posts
Thanks Given: 23
Thanks Rcvd at 37 Times in 16 Posts
DCA Reputation: 29
Or simpler because registry files don't have to be imported every time:

@echo off
copy hl_mull.sys %SystemRoot%\system32\drivers\
copy wdreg.exe %SystemRoot%\system32\drivers\
cd %SystemRoot%\system32\drivers\
pause
wdreg -name "hl_mull" -file hl_mull create start
Reply With Quote