• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

need to make a quick bootdisk that replaces a file in c:

need to make a quick bootdisk that replaces a file in c:
i need the bootdisk to boot, and replace
C:\windows\system32\WINSPOOL.DRV
with the winspool.drv on the disk
and replace
C:\windows\system\WINSPOOL.DRV
wit the winspool.drv on the disk


can someone do this real quick...
lets see id need command.com and autoexc.bat
 
edit the autoexec.bat to say:


copy a:\winspool.drv c:\windows\system32\winspool.drv
copy a:\winspool.drv c:\windows\system\winspool.drv


its not that hard
 
ameesh is right, but it doesnt even have to be in autoexec.bat.
you could make a "files i need to transfer.bat"
and have those lines in there.. but i guess it doesnt matter ..lol
 
yeah i figured it all out about 60 sec after posting...



<< You don't have a boot disk? >>


i dint want the hassel of the full boot disk from 98 or whatver,...this is for someone else who knows nothing about computers...so i just wanted the disk to do its job.
 
Back
Top