Re: Whow make autoexec.bat with watcom
- Posted by Kat <gertie at PELL.NET> Aug 30, 2001
- 577 views
On 30 Aug 2001, at 22:57, sergio wrote: > > Hi > > Please anyboby, > My ec.exe works with Watcom but when the emake is executed many errorr > succed, I think problens with autoexec.bac. > Can send me a good autoexec ? Here is a good one, but as you can tell, "good" really depends on what you want to do. <paranoid mode> One other note, sending people your system config files can allow them to tailor make a virus or trojan for the programs you have running. I don't use this autoexec online, and it isn't so prone to bugging anyhow. And yeas, even in dos it can be bugged, especially if you load ansi.sys, which can remap the keybd so you type system commands without knowing it. </paranoid mode> @echo off PATH=c:\BATCH;c:\DOS;c:\ prompt $p$g LH /L:0;1,45456 /S c:\dos\SMARTDRV.EXE 1500 /u /n /e:32256 /b:32768 a b- c+ d+ c:\dos\doskey /n=12 LH /L:1,16832 c:\dosutil\mouse\mscmouse.com mode con rate=32 delay=1 install=c:\dos\share.exe cls @echo Ready for your commands. Kat