Replies: 3 comments 2 replies
-
Dear Sir,
Is it possible to set the dosbox-x.conf for the function requirement as follows?
Require : Auto-mount drives of my Windows drive “F:” (makes DOSBox-X access to the same drives as in Windows system) which drives is linked (map) to network driver when the
DOSBOX-S started.
Refer to the instruction :
If you are using Windows, DOSBox-X will ask if you want to give it access to your Windows drive when you try to go to a drive (e.g. C:), but that drive has not yet been mounted inside DOSBox-X.
This basically makes DOSBox-X access to the same drives as in your Windows system. If you answer Y for Yes, then the whole Windows drive will be mounted and accessible within DOSBox-X.
You can also automatically mount drives via the "Drive" menu (select a drive and "Mount Automatically").
Furthermore, it is possible to automatically mount all available Windows drives as DOSBox-X drives at start by setting the "automountall" config option to "true". Note however that it is not recommended mounting your whole Windows Drive C: inside DOSBox-X because DOSBox-X will then be able to access all files and directories in your Windows Drive C:, which may not be very safe.
B. Rgds.,
Robert Chen
From: EugeneHenson ***@***.***
Sent: Saturday, June 17, 2023 5:50 AM
To: joncampbell123/dosbox-x
Cc: Subscribed
Subject: [joncampbell123/dosbox-x] Shell to Windows Using DOSBox-X (Discussion #4341)
I have some DOS Apps that also SHELL OUT to Windows Apps. Is it possible using DOSBOX-X to SHELL OUT a windows app? For example, I have line of code in my DOS App, SHELL "f:\MDATE.EXE". DOXBOX-X executes the code, but I get the error, "This program cannot be run in DOS mode." which is the standard error you would get trying to run a Windows executable in DOS.
If I run the code on an older box that is running native MS-DOS, the code works fine and it shells out to the Windows program with no errors.
I've looked in the Wiki for a solution, but I didn't find an answer there. Does anyone have an idea if this will work on DOSBOX-X? Thanks in advance for your help!
—
Reply to this email directly, view it on GitHub <#4341> , or unsubscribe <https://github.com/notifications/unsubscribe-auth/AVABWSCWKTQQPLHE7CRVOTDXLTIKLANCNFSM6AAAAAAZJYOUYI> .
You are receiving this because you are subscribed to this thread.描述: 影像被寄件者移除。Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
0 replies
-
You can install in DOSbox-X an operating system and boot it: MS-DOS, Windows 9x. |
Beta Was this translation helpful? Give feedback.
2 replies
-
You can do this by using a command like this, entered at the DOSBox prompt, and it will probably also run from your SHELL command:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I have some DOS Apps that also SHELL OUT to Windows Apps. Is it possible using DOSBOX-X to SHELL OUT a windows app? For example, I have line of code in my DOS App, SHELL "f:\MDATE.EXE". DOXBOX-X executes the code, but I get the error, "This program cannot be run in DOS mode." which is the standard error you would get trying to run a Windows executable in DOS.
If I run the code on an older box that is running native MS-DOS, the code works fine and it shells out to the Windows program with no errors.
I've looked in the Wiki for a solution, but I didn't find an answer there. Does anyone have an idea if this will work on DOSBOX-X? Thanks in advance for your help!
Update: I got this to work by changing the DOSBox-X .confg file. I changed the version (ver) of DOS to 7.1, set startcmd = true, and startquiet = true. It will now shell out to windows programs and run them. Thanks for all the responses!!
Beta Was this translation helpful? Give feedback.
All reactions