VOGONS


First post, by BrianG123

User metadata
Rank Newbie
Rank
Newbie

Hi,
its a long time since i did any real work in DOS, but i have a program which I use and does what i want , it has been running ok in XP but I have a new machine with windows 8, I have set up dosbox but the program i use needs a autoexec.bat file (SET WSID=MCWW1) and config sys (FILES=74) to set an Id before it will work, they are only 1 line files, and have set it up but although it finds them and runs through the motions it doesnt set it up so the program doesnt work, any ideas?

Many thanks Brian

Reply 2 of 6, by BrianG123

User metadata
Rank Newbie
Rank
Newbie

thanks, shame really i ended up at dos box as most sites said for any dos programs , so a lot of miss information out there as usual and it seems that another program windos has gone down so i am stuck for now, cheers brian

Reply 3 of 6, by Jorpho

User metadata
Rank l33t++
Rank
l33t++
BrianG123 wrote:

the program i use needs a autoexec.bat file (SET WSID=MCWW1) and config sys (FILES=74) to set an Id before it will work

There is nothing magical about autoexec.bat. You can just type "SET WSID=MCWW1" on the DOSBox command line and it will accomplish the same thing.

FILES=74 is a little trickier. You will need the SVN Daum version of DOSBox for that.

But as Mr. Qbix states, you are probably better off using a virtual machine like VMware.

Reply 4 of 6, by Dominus

User metadata
Rank DOSBox Moderator
Rank
DOSBox Moderator

Files is probably not the problem. The problem is nore likely that paths in dosbox are different to those the program was set up with

Windows 3.1x guide for DOSBox
60 seconds guide to DOSBox
DOSBox SVN snapshot for macOS (10.4-11.x ppc/intel 32/64bit) notarized for gatekeeper

Reply 5 of 6, by BrianG123

User metadata
Rank Newbie
Rank
Newbie

yes i tried putting the auto exec and config sys file in the directory with the program as when its mounted it operates as the C drive, and although it recognises they are there it doesn't do the job, I havent come across the VM ware to use as most of what i can find is Mac to windows operating ...Thanks again guys

Brian
Oh BTW its meant to be DB4 based program...

Reply 6 of 6, by Jorpho

User metadata
Rank l33t++
Rank
l33t++
BrianG123 wrote:

yes i tried putting the auto exec and config sys file in the directory with the program as when its mounted it operates as the C drive

No one said you should do that. I already said that you most likely do not need an autoexec.bat and config.sys .

Follow the 60 Seconds Guide if you haven't already.