1. Whow make autoexec.bat with watcom
- Posted by sergio <sergelli at uol.com.br> Aug 30, 2001
- 587 views
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 ? sergio
2. 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
3. Re: Whow make autoexec.bat with watcom
- Posted by Robert Craig <rds at RapidEuphoria.com> Aug 30, 2001
- 615 views
sergio writes: > My ec.exe works with Watcom but when the > emake is executed many errorr > succed, I think problens with autoexec.bac. When you run ec -wat ... you will get an emake.bat file designed for Watcom for DOS32. However, for the emake.bat to work: 1. You must have Watcom C installed (of course) 2. You must download the Euphoria To C Translator package for Watcom for DOS32. It has a Watcom-specific library plus some files for the Causeway DOS extender 3. Your PATH in AUTOEXEC.BAT should have: C:\WATCOM\BINNT; and: C:\WATCOM\BINW; as well as a separate line: WATCOM=C:\WATCOM I believe the normal Watcom install procedure will do step 3 for you. Don't forget to reboot after making any changes to your AUTOEXEC.BAT file. Regards, Rob Craig Rapid Deployment Software http://www.RapidEuphoria.com