Einzelnen Beitrag anzeigen

Hansa

Registriert seit: 9. Jun 2002
Ort: Saarland
7.554 Beiträge
 
Delphi 8 Professional
 
#6

Re: "Nicht genügend Speicher!" bei Aufruf eines Do

  Alt 23. Jun 2007, 15:43
Gucke mal in der Datei C:\WINDOWS\SYSEM32\CONFIG.NT ob da unten so was steht :

Code:
dos=high, umb
device=%SystemRoot%\system32\himem.sys
files=40
files notfalls höher setzen. Die stehen standardmäßig bei 10 und das ist definitiv zu wenig. Es soll schließlich keiner auf die Idee kommen, ein Dos-Programm zu benutzen.

Dann noch die autoexec.nt an gleicher Stelle :

Code:
@echo off

REM AUTOEXEC.BAT is not used to initialize the MS-DOS environment.
REM AUTOEXEC.NT is used to initialize the MS-DOS environment unless a
REM different startup file is specified in an application's PIF.

REM Install CD ROM extensions
lh %SystemRoot%\system32\mscdexnt.exe

REM Install network redirector (load before dosx.exe)
lh %SystemRoot%\system32\redir

REM Install DPMI support
lh %SystemRoot%\system32\dosx
Gruß
Hansa
  Mit Zitat antworten Zitat