View Single Post
  #13  
Old 08-26-2005, 01:31
learner38 learner38 is offline
Reseacher
 
Join Date: Aug 2002
Posts: 176
Rept. Given: 0
Rept. Rcvd 1 Time in 1 Post
Thanks Given: 5
Thanks Rcvd at 7 Times in 7 Posts
learner38 Reputation: 2
yea..like this batch
**********************************
@echo off
copy hl_mull.sys %SystemRoot%\system32\drivers\
copy wdreg.exe %SystemRoot%\system32\drivers\
net stop hl_mull
reg import hasp.reg
cd %SystemRoot%\system32\drivers\
pause
wdreg -name "hl_mull" -file hl_mull create start
pause
************************************
Reply With Quote