Running MS-DOS games with long file names under DOSBox












9















I'm trying to play a DOS game under DOSBox that uses long filenames. Here's the ISO as seen from macOS:



macOS



The ISO as imgmounted inside DOSBox:



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 with mount










share|improve this question
















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 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





    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 to INSTALL6, but when executing it I just get a Illegal command error.

    – Pieter
    Dec 30 '16 at 14:05
















9















I'm trying to play a DOS game under DOSBox that uses long filenames. Here's the ISO as seen from macOS:



macOS



The ISO as imgmounted inside DOSBox:



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 with mount










share|improve this question
















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 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





    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 to INSTALL6, but when executing it I just get a Illegal command error.

    – Pieter
    Dec 30 '16 at 14:05














9












9








9


1






I'm trying to play a DOS game under DOSBox that uses long filenames. Here's the ISO as seen from macOS:



macOS



The ISO as imgmounted inside DOSBox:



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 with mount










share|improve this question
















I'm trying to play a DOS game under DOSBox that uses long filenames. Here's the ISO as seen from macOS:



macOS



The ISO as imgmounted inside DOSBox:



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 with mount







dosbox msdos






share|improve this question















share|improve this question













share|improve this question




share|improve this question








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 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





    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 to INSTALL6, but when executing it I just get a Illegal command error.

    – Pieter
    Dec 30 '16 at 14:05














  • 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








  • 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 to INSTALL6, but when executing it I just get a Illegal 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










1 Answer
1






active

oldest

votes


















0














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.






share|improve this answer























    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
    });


    }
    });














    draft saved

    draft discarded


















    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









    0














    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.






    share|improve this answer




























      0














      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.






      share|improve this answer


























        0












        0








        0







        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.






        share|improve this answer













        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.







        share|improve this answer












        share|improve this answer



        share|improve this answer










        answered Mar 22 '18 at 0:54









        PrismaPrisma

        111




        111






























            draft saved

            draft discarded




















































            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.




            draft saved


            draft discarded














            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





















































            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







            Popular posts from this blog

            Hivernacle

            Fluorita

            Hulsita