VOGONS


First post, by kapcon

User metadata
Rank Newbie
Rank
Newbie

one of my DOS programs creastes a configuration file while running, but if i try to run this program, i get this error: "file cannot be created DOS code 2" how do i fix this?

thanks
BeWell
dovid

Reply 1 of 4, by Davros

User metadata
Rank l33t
Rank
l33t

do you know what file is not being created ?
if so create an empty txt file with the same name and extension
if its config.cfg make sure it is config.cfg and not config.cfg.txt
then run your program

Guardian of the Sacred Five Terabyte's of Gaming Goodness

Reply 3 of 4, by kapcon

User metadata
Rank Newbie
Rank
Newbie

i fixed my problem, but not via the text file. i unknowingly had another seession of that DOS program open but minimized, so the Config file could NOT be written to, since it was open. i'm guessing that Dos Code 2 means the file was open.

thanks
BeWell
dovid