Tim, I found a computer with W98 on it, but not set up for development. It had the C700 and MASM directories, but autoexec.bat, config.sys, and system.ini were not set up. Using sysedit, I modified these files like this: AUTOEXEC.BAT C:\C700\BIN\SMARTDRV.EXE PATH=C:\C700\BIN;c:\masm\bin;c:\masm\binb;C:\WINDOWS;C:\WINDOWS\COMMAND Set LIB=C:\C700\LIB;C:\C700\MFC\LIB Set INCLUDE=C:\C700\INCLUDE;C:\C700\MFC\INCLUDE;c:\masm\include Set HELPFILES=C:\C700\HELP\*.HLP Set INIT=C:\C700\INIT CONFIG.SYS device=c:\windows\himem.sys /TESTMEM:off device=c:\windows\emm386.exe NOEMS DOS=HIGH,UMB shell=C:\COMMAND.COM C:\ /p /e:1024 LASTDRIVEHIGH=G DEVICE=C:\WINDOWS\COMMAND\DRVSPACE.SYS /MOVE DEVICE = C:\C700\BIN\SMARTDRV.EXE /double_buffer SYSTEM.INI ... [386Enh] device=*vmcpd device=C:\C700\BIN\vpfd.386 device=C:\C700\BIN\cvw1.386 device=C:\C700\BIN\vmb.386 ... Rebooted.
From a shortcut to a command prompt I ran makecln.bat and then makefrac.bat. The resulting executable started and ran.
Jonathan