11-01-2007, 07:05 PM
Why not just make a batch File, and just do....
cp file.dll C:/windows/system32/file.dll
regsvr32 file.dll
?
Accomplishes the same thing with far less code. (Not that i'm crapping on your code, just an easier alternative IMO)
cp file.dll C:/windows/system32/file.dll
regsvr32 file.dll
?
Accomplishes the same thing with far less code. (Not that i'm crapping on your code, just an easier alternative IMO)