First post, by robby
- Rank
- Newbie
Hi all!
I am trying to run a program of my own (written and compiled in Quick Basic) in the DOSBOX environment. In my program there is a "shell" call to DOS invoking the DIR commad to save a directory image to a file: however, I want to use the /o: switch to sort the directory in a specific way, and this switch is not supported in the actual DOS version of DOSBOX (a VER command reports "The DOS version in 5.0"). As a consequence, what is saved to file is not the directory image but the error message: "Invalid parameter /o:..." and then the program crashes.
Can the problem be fixed in some way, e.g. upgrading the DOS version to 6+ ? Or is it a choice of DOSBOX authors?
Thanks for any help.