Is there any difference between loading programs in config.sys and autoexec.bat?
Can I do without autoexec.bat?
For example, if autoexec.bat has the following:
CTMOUSE
SMARTDRV.EXE
GHOST -clone,mode=pdump,src=1:3,dst=SYSTEM.GHO -z9 -sure -rb
Can these be written into config.sys?
DEVICE=CTMOUSE
DEVICE=SMARTDRV.EXE
DEVICE=GHOST -clone,mode=pdump,src=1:3,dst=SYSTEM.GHO -z9 -sure -rb
Can I do without autoexec.bat?
For example, if autoexec.bat has the following:
CTMOUSE
SMARTDRV.EXE
GHOST -clone,mode=pdump,src=1:3,dst=SYSTEM.GHO -z9 -sure -rb
Can these be written into config.sys?
DEVICE=CTMOUSE
DEVICE=SMARTDRV.EXE
DEVICE=GHOST -clone,mode=pdump,src=1:3,dst=SYSTEM.GHO -z9 -sure -rb
