X-Authentication-Warning: delorie.com: mail set sender to opendos-bounces using -f X-Recipient: opendos AT delorie DOT com From: "Kevin Klement" To: opendos AT delorie DOT com Subject: Two configs Message-ID: Date: Tuesday, 29 Sep 2009 17:15:34 -500 X-Mailer: Internet Rex gateway (2.29) X-Fido-From: Kevin Klement, 1:342/77 X-Fido-To: All MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit X-Declude-Sender: ccoky AT iglou DOT com [67.131.57.16] X-Declude-Spoolname: 98443541.eml X-Declude-RefID: X-Note: Please send abuse reports to abuse AT fewpb DOT net X-Declude-Note: Scanned by Declude 4.4.0 "http://www.declude.com/x-note.htm" X-Declude-Scan: Outgoing Score [9] at 12:21:44 on 02 Jan 2010 X-Declude-Tests: BADHEADERS [8], DYNHELO [2] X-Country-Chain: UNITED STATES->destination X-Declude-Code: 8010000e X-Declude-Recipcount: 1 Organization: The Electric and Water Plant Board of the City of Frankfort Kentucky X-Identity: 67.131.57.16 | | delorie.com Reply-To: opendos AT delorie DOT com Originally to: All Hi All, Is anyone running option with MS-DOS 6.22? If so any tips on how to setup these two startup's? [SET 1] autoexec.bat : : Ö· Ò· Ò· Ö· Sysop: Kevin J Klement : º ºº ºº º : ºÒ ·Ò Ò· Ö· ·Ò Ƕ Ƕ Ó· : ºº ºº ºº Ó· ºº ºº ºº º : Ó½ Ó¶ ǽ Ó½ Ó¶ н н Ó½ : Öº º Öº : Ó½ Ð Ó½ Modified: 08/25/09 04:08 pm : Microsoft Network Client version 3.11 for MS-DOS : @echo off path c:\lanman.net;c:\qemm;c:\dos;c:\util;c:\batch;c:\max;c:\seal_386; writelog System rebooted ... >> c:\reboot.log : : Start the Network: : c:\qemm\loadhi /r:0 /lo c:\lanman.net\net initialize c:\lanman.net\netbind.com c:\qemm\loadhi /r:4 /lo c:\lanman.net\umb.com c:\qemm\loadhi /r:2 /lo c:\lanman.net\tcptsr.exe c:\qemm\loadhi /r:4 /lo c:\lanman.net\tinyrfc.exe c:\lanman.net\nmtsr.exe c:\qemm\loadhi /r:4 /lo c:\lanman.net\emsbfr.exe : : TSR's: : c:\qemm\loadhi /r:1 c:\cddriver\MSCDEX.EXE /D:oemcd001 /L:D c:\qemm\loadhi /r:2 c:\util\helphand.com c:\qemm\loadhi /r:2 /res=832 /sqf c:\util\clock.com c:\hyper\hyperdkx.exe /C:2048 /V /H be sa bright white cls echo Loading Microsoft Network Client for MS-DOS echo. echo Please Wait... net logon humaniod xxxxxx /domain:gypsynet /yes /savepw:yes net time \\gypsy-designs /set /yes : : Environment: : prompt $p$g set temp=c:\dos set comspec=c:\command.com set maximus=c:\max\max.prm set shezcfg=c:\util\shez.cfg set TZ=MST7MDT : set TZ=MST7 : set TWNODE=1 CALL c:\batch\binkley.bat config.sys: DEVICE=C:\QEMM\QEMM386.SYS R:4 RAM FILES=20 DOS=UMB LASTDRIVE=Z FCBS=3,0 STACKS=0,0 DOS=HIGH DEVICE=C:\QEMM\LOADHI.SYS /R:1 C:\DOS\ANSI.SYS DEVICE=C:\QEMM\LOADHI.SYS /R:2 C:\DOS\SETVER.EXE DEVICE=C:\QEMM\LOADHI.SYS /R:2 C:\CDDRIVER\OAKCDROM.SYS /D:OEMCD001 DEVICE=C:\UTIL\BNU.SYS /L0=38400 /Z0 /F+ DEVICE=c:\qemm\loadhi.sys /r:3 /res=3968 /sqt=ed00-edff C:\lanman.net\IFSHLP.SYS rem DEVICE=C:\UTIL\X00.SYS E 1 B,0,115200 FIFO=8 T=4096 R=8192 [END SET 1] [SET 2] autoexec.bat : : : : : Ö· Ò· Ò· Ö· Sysop: Kevin J Klement : º ºº ºº º : ºÒ ·Ò Ò· Ö· ·Ò Ƕ Ƕ Ó· : ºº ºº ºº Ó· ºº ºº ºº º : Ó½ Ó¶ ǽ Ó½ Ó¶ н н Ó½ : Öº º Öº : Ó½ Ð Ó½ modified: 03/11/09 05:12 pm @echo off path c:\dos;c:\util;c:\batch;c:\max;c:\seal_386; writelog System rebooted ... >> c:\reboot.log : c:\util\helphand.com : : Environment: : prompt $p$g set temp=c:\dos set comspec=c:\command.com set TZ=MST7MDT : set TZ=MST7 config.sys: DEVICE=C:\DOS\HIMEM.SYS DEVICE=C:\DOS\EMM386.EXE RAM BUFFERS=30,0 FILES=50 DOS=UMB LASTDRIVE=Z FCBS=4,0 STACKS=0,0 DOS=HIGH DEVICE=C:\DOS\SETVER.EXE DEVICE=C:\DOS\ANSI.SYS [END SET 2] Kevin