Running MS-DOS games with long file names under DOSBox
I'm trying to play a DOS game under DOSBox that uses long filenames. Here's the ISO as seen from macOS:
The ISO as imgmount
ed inside DOSBox:
I'm trying to start install.bat but I can't figure out how to do it. Based on the fact that it's a DOS game and it uses long filenames, I suspect that it was made for MS-DOS 7.
How do I install and run this game?
Edit: I noticed something odd. When I extract the ISO's folder structure and mount them, the directory structure looks normal. But for reasons beyond the scope of this post (the soundtrack being one of them), I need the actual ISO for the game to function properly.
Here's the directory listing if I just mount the extracted contents of the ISO with mount
:
dosbox msdos
bumped to the homepage by Community♦ 15 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
|
show 5 more comments
I'm trying to play a DOS game under DOSBox that uses long filenames. Here's the ISO as seen from macOS:
The ISO as imgmount
ed inside DOSBox:
I'm trying to start install.bat but I can't figure out how to do it. Based on the fact that it's a DOS game and it uses long filenames, I suspect that it was made for MS-DOS 7.
How do I install and run this game?
Edit: I noticed something odd. When I extract the ISO's folder structure and mount them, the directory structure looks normal. But for reasons beyond the scope of this post (the soundtrack being one of them), I need the actual ISO for the game to function properly.
Here's the directory listing if I just mount the extracted contents of the ISO with mount
:
dosbox msdos
bumped to the homepage by Community♦ 15 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
3
Alternatively, you can type part of the filename (e.g.ins
) and hit the TAB key on your keyboard. The command line interface should autocomplete the filename. It's possible the reasoninstall6
doesn't work is because it should beINSTALL6
orinstall6.bat
instead. The TAB key would fix mistakes like that.
– Nolonar
Dec 30 '16 at 13:17
3
It almost looks like DOSBox is having issues with the files as the file extensions are being stripped.
– Powerlord
Dec 30 '16 at 13:27
I agree with Powerlord. What are the results of typingdir /x
?
– Khale_Kitha
Dec 30 '16 at 13:30
3
I agree with the comments. There's something wonky going on with how DOSBox sees the files. 7 characters + 3 character extensions should not need shortening in DOS. Also, theinstall.bat
doesn't run, because DOS deosn't know it's a.bat
thanks to the shortening.
– DJ Pirtu
Dec 30 '16 at 13:46
1
Yes, I am usingimgmount
.ins
completes toINSTALL6
, but when executing it I just get aIllegal command
error.
– Pieter
Dec 30 '16 at 14:05
|
show 5 more comments
I'm trying to play a DOS game under DOSBox that uses long filenames. Here's the ISO as seen from macOS:
The ISO as imgmount
ed inside DOSBox:
I'm trying to start install.bat but I can't figure out how to do it. Based on the fact that it's a DOS game and it uses long filenames, I suspect that it was made for MS-DOS 7.
How do I install and run this game?
Edit: I noticed something odd. When I extract the ISO's folder structure and mount them, the directory structure looks normal. But for reasons beyond the scope of this post (the soundtrack being one of them), I need the actual ISO for the game to function properly.
Here's the directory listing if I just mount the extracted contents of the ISO with mount
:
dosbox msdos
I'm trying to play a DOS game under DOSBox that uses long filenames. Here's the ISO as seen from macOS:
The ISO as imgmount
ed inside DOSBox:
I'm trying to start install.bat but I can't figure out how to do it. Based on the fact that it's a DOS game and it uses long filenames, I suspect that it was made for MS-DOS 7.
How do I install and run this game?
Edit: I noticed something odd. When I extract the ISO's folder structure and mount them, the directory structure looks normal. But for reasons beyond the scope of this post (the soundtrack being one of them), I need the actual ISO for the game to function properly.
Here's the directory listing if I just mount the extracted contents of the ISO with mount
:
dosbox msdos
dosbox msdos
edited Dec 30 '16 at 14:28
Pieter
asked Dec 30 '16 at 12:56
PieterPieter
1462
1462
bumped to the homepage by Community♦ 15 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
bumped to the homepage by Community♦ 15 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
3
Alternatively, you can type part of the filename (e.g.ins
) and hit the TAB key on your keyboard. The command line interface should autocomplete the filename. It's possible the reasoninstall6
doesn't work is because it should beINSTALL6
orinstall6.bat
instead. The TAB key would fix mistakes like that.
– Nolonar
Dec 30 '16 at 13:17
3
It almost looks like DOSBox is having issues with the files as the file extensions are being stripped.
– Powerlord
Dec 30 '16 at 13:27
I agree with Powerlord. What are the results of typingdir /x
?
– Khale_Kitha
Dec 30 '16 at 13:30
3
I agree with the comments. There's something wonky going on with how DOSBox sees the files. 7 characters + 3 character extensions should not need shortening in DOS. Also, theinstall.bat
doesn't run, because DOS deosn't know it's a.bat
thanks to the shortening.
– DJ Pirtu
Dec 30 '16 at 13:46
1
Yes, I am usingimgmount
.ins
completes toINSTALL6
, but when executing it I just get aIllegal command
error.
– Pieter
Dec 30 '16 at 14:05
|
show 5 more comments
3
Alternatively, you can type part of the filename (e.g.ins
) and hit the TAB key on your keyboard. The command line interface should autocomplete the filename. It's possible the reasoninstall6
doesn't work is because it should beINSTALL6
orinstall6.bat
instead. The TAB key would fix mistakes like that.
– Nolonar
Dec 30 '16 at 13:17
3
It almost looks like DOSBox is having issues with the files as the file extensions are being stripped.
– Powerlord
Dec 30 '16 at 13:27
I agree with Powerlord. What are the results of typingdir /x
?
– Khale_Kitha
Dec 30 '16 at 13:30
3
I agree with the comments. There's something wonky going on with how DOSBox sees the files. 7 characters + 3 character extensions should not need shortening in DOS. Also, theinstall.bat
doesn't run, because DOS deosn't know it's a.bat
thanks to the shortening.
– DJ Pirtu
Dec 30 '16 at 13:46
1
Yes, I am usingimgmount
.ins
completes toINSTALL6
, but when executing it I just get aIllegal command
error.
– Pieter
Dec 30 '16 at 14:05
3
3
Alternatively, you can type part of the filename (e.g.
ins
) and hit the TAB key on your keyboard. The command line interface should autocomplete the filename. It's possible the reason install6
doesn't work is because it should be INSTALL6
or install6.bat
instead. The TAB key would fix mistakes like that.– Nolonar
Dec 30 '16 at 13:17
Alternatively, you can type part of the filename (e.g.
ins
) and hit the TAB key on your keyboard. The command line interface should autocomplete the filename. It's possible the reason install6
doesn't work is because it should be INSTALL6
or install6.bat
instead. The TAB key would fix mistakes like that.– Nolonar
Dec 30 '16 at 13:17
3
3
It almost looks like DOSBox is having issues with the files as the file extensions are being stripped.
– Powerlord
Dec 30 '16 at 13:27
It almost looks like DOSBox is having issues with the files as the file extensions are being stripped.
– Powerlord
Dec 30 '16 at 13:27
I agree with Powerlord. What are the results of typing
dir /x
?– Khale_Kitha
Dec 30 '16 at 13:30
I agree with Powerlord. What are the results of typing
dir /x
?– Khale_Kitha
Dec 30 '16 at 13:30
3
3
I agree with the comments. There's something wonky going on with how DOSBox sees the files. 7 characters + 3 character extensions should not need shortening in DOS. Also, the
install.bat
doesn't run, because DOS deosn't know it's a .bat
thanks to the shortening.– DJ Pirtu
Dec 30 '16 at 13:46
I agree with the comments. There's something wonky going on with how DOSBox sees the files. 7 characters + 3 character extensions should not need shortening in DOS. Also, the
install.bat
doesn't run, because DOS deosn't know it's a .bat
thanks to the shortening.– DJ Pirtu
Dec 30 '16 at 13:46
1
1
Yes, I am using
imgmount
. ins
completes to INSTALL6
, but when executing it I just get a Illegal command
error.– Pieter
Dec 30 '16 at 14:05
Yes, I am using
imgmount
. ins
completes to INSTALL6
, but when executing it I just get a Illegal command
error.– Pieter
Dec 30 '16 at 14:05
|
show 5 more comments
1 Answer
1
active
oldest
votes
This needs to be installed under Windows (autorun.exe). Start Windows, insert the CD / floppy, and then run autorun.exe (it may also be automatically run). Make sure you use Windows 95. It has support for long filenames. Don't use 3.11.
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "41"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
noCode: true, onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fgaming.stackexchange.com%2fquestions%2f296279%2frunning-ms-dos-games-with-long-file-names-under-dosbox%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
This needs to be installed under Windows (autorun.exe). Start Windows, insert the CD / floppy, and then run autorun.exe (it may also be automatically run). Make sure you use Windows 95. It has support for long filenames. Don't use 3.11.
add a comment |
This needs to be installed under Windows (autorun.exe). Start Windows, insert the CD / floppy, and then run autorun.exe (it may also be automatically run). Make sure you use Windows 95. It has support for long filenames. Don't use 3.11.
add a comment |
This needs to be installed under Windows (autorun.exe). Start Windows, insert the CD / floppy, and then run autorun.exe (it may also be automatically run). Make sure you use Windows 95. It has support for long filenames. Don't use 3.11.
This needs to be installed under Windows (autorun.exe). Start Windows, insert the CD / floppy, and then run autorun.exe (it may also be automatically run). Make sure you use Windows 95. It has support for long filenames. Don't use 3.11.
answered Mar 22 '18 at 0:54
PrismaPrisma
111
111
add a comment |
add a comment |
Thanks for contributing an answer to Arqade!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fgaming.stackexchange.com%2fquestions%2f296279%2frunning-ms-dos-games-with-long-file-names-under-dosbox%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
3
Alternatively, you can type part of the filename (e.g.
ins
) and hit the TAB key on your keyboard. The command line interface should autocomplete the filename. It's possible the reasoninstall6
doesn't work is because it should beINSTALL6
orinstall6.bat
instead. The TAB key would fix mistakes like that.– Nolonar
Dec 30 '16 at 13:17
3
It almost looks like DOSBox is having issues with the files as the file extensions are being stripped.
– Powerlord
Dec 30 '16 at 13:27
I agree with Powerlord. What are the results of typing
dir /x
?– Khale_Kitha
Dec 30 '16 at 13:30
3
I agree with the comments. There's something wonky going on with how DOSBox sees the files. 7 characters + 3 character extensions should not need shortening in DOS. Also, the
install.bat
doesn't run, because DOS deosn't know it's a.bat
thanks to the shortening.– DJ Pirtu
Dec 30 '16 at 13:46
1
Yes, I am using
imgmount
.ins
completes toINSTALL6
, but when executing it I just get aIllegal command
error.– Pieter
Dec 30 '16 at 14:05