TripleCrown
Thread Starter
- Joined
- Nov 4, 2001
- Messages
- 35
Does anyone know how to create a batch file to edit system.ini? I have a computer that needs to have this change:
[boot]
system.drv=system.drv
drivers=mmsystem.dll power.drv
user.exe=user.exe
gdi.exe=gdi.exe
sound.drv=mmsound.drv
dibeng.drv=dibeng.dll
comm.drv=comm.drv
shell=Explorer.exe changed to shell=progman.exe
keyboard.drv=keyboard.drv
fonts.fon=vgasys.fon
. . .
It has to be done via a batch file that is called by autoexec.bat when the machine boots. Any ideas?
[boot]
system.drv=system.drv
drivers=mmsystem.dll power.drv
user.exe=user.exe
gdi.exe=gdi.exe
sound.drv=mmsound.drv
dibeng.drv=dibeng.dll
comm.drv=comm.drv
shell=Explorer.exe changed to shell=progman.exe
keyboard.drv=keyboard.drv
fonts.fon=vgasys.fon
. . .
It has to be done via a batch file that is called by autoexec.bat when the machine boots. Any ideas?