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

chiwawa626

Lifer
Aug 15, 2000
12,013
0
0
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
 

Ameesh

Lifer
Apr 3, 2001
23,686
1
0
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
 

Colt45

Lifer
Apr 18, 2001
19,720
1
0
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
 

chiwawa626

Lifer
Aug 15, 2000
12,013
0
0
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.