3 Nov
2002
3 Nov
'02
9:19 a.m.
Do a "sys a:" command from the Win98SE command prompt (DOS window ok for this) this will create a clean DOS-7 boot floppy with the system files. Then add config.sys and autoexec.bat like these: CONFIG.SYS file: (1 line) break=on AUTOEXEC.BAT file: (4 lines) @echo off path A:\;C:\;C:\windows;C:\windows\command;C:\windows\system;c:\fractint prompt $P$G cls NO TSR's, himem.sys, emm386.exe, etc. I have found thru extensive work that fractint likes clean memory space. Keep it clean. Keep it cool. As for nesting bat files within bat files, use the "call" command; don't just put the name of the bat file in another bat file. You just need to keep track of the logic flow in all the files being called or referenced.