Question for everyone:
Right now I am using a specialized software package for the electric power field, DOS version.
My original way of using it was to first install WIN98, then modify the AUTOEXEC.BAT and config.sys configuration, specifically as follows:
AUTOEXEC.BAT
/S:8
@ECHO OFF
LH \BIN\CORELCDX.COM /D:SONY_000 /XMSSIZE:0
PATH c:\windows;c:\windows\COMMAND;C:\PZP;C:\emtp;C:\PROGRA~1\ULTRAE~1
PATH C:\WINDOWS;C:\WINDOWS\COMMAND;%PATH%;C:\PROGRA~1\ULTRAE~1
rem - By Windows Setup - c:\dos\mouse
c:\windows\COMMAND\DOSKEY
SET TEMP=C:\WINDOWS\TEMP
config.sys
DEVICE=C:\WINDOWS\HIMEM.SYS /TESTMEM:OFF
DEVICE=C:\WINDOWS\EMM386.exe RAM
DEVICEHIGH=\DEV\ATAPI_CD.SYS /D:SONY_000 /I:0
DOS=HIGH,UMB
Current situation:
Because I am using a large hard disk and a WINXP system, the hard disk has three partitions: C, D, E. Only drive E is a FAT32 partition, while C and D are NTFS partitions. My calculation data and software are already on drive E.
Purpose:
I want to make a boot disk (dual-boot USB flash drive). When I need to do calculations under DOS, I can boot into DOS to run the calculations, and at that time drive E becomes drive C.
Problem:
I downloaded a DOS7.1 boot disk image, but after booting, if I choose the first option, that is, EMM386 mode, and run RUN386, it says something about visual 8086 mode, that some programs have already occupied memory space, and those programs need to be stopped, otherwise run386 cannot run. (Seems to be roughly that, I don’t remember clearly, I’ll reboot later and take another look); if I choose UMBPCI mode and run run386, it says insufficient memory. After modifying CONFIG.SYS and AUTOEXEC.BAT, it crashed. (In both of the above modes I canceled the disk cache and long filename support LFN.) Why is it that in UMBPCI mode I have 613k of free memory and still can’t run run386?
Using the winme boot image, after changing the CONFIG.SYS settings and copying over DOS7.1’s EMM386, it still didn’t work, it crashed.
My requirements are not high. As long as it can boot the machine and let me do my calculations, that’s enough (if GHOST.EXE can be added to the boot disk too, even better, it’s just too large). Having DOSKEY, format, etc. is enough (mouse.COM seems to take up quite a lot of memory; if it can be included too, that would be even better).
I don’t know which files are needed for the above requirements? How can I get the above files with matching version numbers?
Please advise.
One more question: if I format drive C as FAT32, then first install the full DOS7.1 edition, and then install WIN2000 English edition, I can get a dual-boot menu. In that case, how should I configure the CONFIG.SYS file and AUTOEXEC.BAT file so that RUN386.EXE can be used normally? Exactly how much memory does run386 occupy? Can the mouse be loaded at the same time? Can I load drivers for a USB hard disk and a USB flash drive? Thanks!
Right now I am using a specialized software package for the electric power field, DOS version.
My original way of using it was to first install WIN98, then modify the AUTOEXEC.BAT and config.sys configuration, specifically as follows:
AUTOEXEC.BAT
/S:8
@ECHO OFF
LH \BIN\CORELCDX.COM /D:SONY_000 /XMSSIZE:0
PATH c:\windows;c:\windows\COMMAND;C:\PZP;C:\emtp;C:\PROGRA~1\ULTRAE~1
PATH C:\WINDOWS;C:\WINDOWS\COMMAND;%PATH%;C:\PROGRA~1\ULTRAE~1
rem - By Windows Setup - c:\dos\mouse
c:\windows\COMMAND\DOSKEY
SET TEMP=C:\WINDOWS\TEMP
config.sys
DEVICE=C:\WINDOWS\HIMEM.SYS /TESTMEM:OFF
DEVICE=C:\WINDOWS\EMM386.exe RAM
DEVICEHIGH=\DEV\ATAPI_CD.SYS /D:SONY_000 /I:0
DOS=HIGH,UMB
Current situation:
Because I am using a large hard disk and a WINXP system, the hard disk has three partitions: C, D, E. Only drive E is a FAT32 partition, while C and D are NTFS partitions. My calculation data and software are already on drive E.
Purpose:
I want to make a boot disk (dual-boot USB flash drive). When I need to do calculations under DOS, I can boot into DOS to run the calculations, and at that time drive E becomes drive C.
Problem:
I downloaded a DOS7.1 boot disk image, but after booting, if I choose the first option, that is, EMM386 mode, and run RUN386, it says something about visual 8086 mode, that some programs have already occupied memory space, and those programs need to be stopped, otherwise run386 cannot run. (Seems to be roughly that, I don’t remember clearly, I’ll reboot later and take another look); if I choose UMBPCI mode and run run386, it says insufficient memory. After modifying CONFIG.SYS and AUTOEXEC.BAT, it crashed. (In both of the above modes I canceled the disk cache and long filename support LFN.) Why is it that in UMBPCI mode I have 613k of free memory and still can’t run run386?
Using the winme boot image, after changing the CONFIG.SYS settings and copying over DOS7.1’s EMM386, it still didn’t work, it crashed.
My requirements are not high. As long as it can boot the machine and let me do my calculations, that’s enough (if GHOST.EXE can be added to the boot disk too, even better, it’s just too large). Having DOSKEY, format, etc. is enough (mouse.COM seems to take up quite a lot of memory; if it can be included too, that would be even better).
I don’t know which files are needed for the above requirements? How can I get the above files with matching version numbers?
Please advise.
One more question: if I format drive C as FAT32, then first install the full DOS7.1 edition, and then install WIN2000 English edition, I can get a dual-boot menu. In that case, how should I configure the CONFIG.SYS file and AUTOEXEC.BAT file so that RUN386.EXE can be used normally? Exactly how much memory does run386 occupy? Can the mouse be loaded at the same time? Can I load drivers for a USB hard disk and a USB flash drive? Thanks!



