Adding Directory or Memory

U

Unregistered

Guest
I have recently tried to load PII Dark, I have followed instructions have the CD mounted but at the install it comes up with a memory error. I have not been able to add a new directory (as suggested in instructions) is there away to 1 add more memory, 2 steps to add directory in the DosBox?

Thanks
 
That game .. that installer .. what the **** were origin thinkin when they wrote that installer. No subdiectories ... nightmare. Anyway .. if you understand how DOSbox virtual filesystem relates to the real one, simply create a dark directory in the correct place.

Otherwise, its probably simplest to explain this through DOSbox. Mount the directory which will contain the new dark directory. For me, this'd be done with

Code:
mount c d:\games\dosbox\

Then, switch to the virtual c drive, and create the dark directory:

Code:
c:
mkdir dark

Now run the installer.
 
What is the error message? The problem might not actually have anything to do with memory or directory folders.
 
Back
Top