Re: FreeDOS config.sys and batch menu example: My fdconfig.sys, fda
"Arkady V.Belousov" <[email protected]> Sat, 9 Nov 2002 11:45:55 +0300 (MSK)
| Newsgroups | gmane.os.freedos.devel,gmane.spam.detected |
|---|---|
| Message-ID | <[email protected]> |
X-Comment-To: Eric Auer Hi! 9-Ноя-2002 03:10 [email protected] (Eric Auer) wrote to [email protected]: EA> !buffers=20,0 EA> rem 2nd arg is ignored anyway, ...and its default is 0. So why you point it? EA> !FCBS=4,0 EA> rem FCBS are not needed for FreeDOS: It simulates them, using handles. EA> rem I just write FCBS=... because I am used to doing so :-). I always use FCBS=1 in MS-DOS and happy. EA> rem exist testing 10/02, because some programs crash on n/a temp dir EA> rem G: would be the ramdisk if it is loaded... EA> mkdir g:\temp >nul For MS command.com redirection to nul not helps in case of internal commands. In this case you may try: if exist g:\nul md g:\temp>nul EA> c:\freedos\bin\ctm-de.exe /V /3 /R3 EA> rem LHs itself, /V means serial, /3 three button, /R3 medium speed. 3k. /V means but reVersed search (serial->PS2 instead PS2->serial). To get serial search only, use /S option. Read about this in CTMOUSE.TXT.