Page 1 of 1

QBASIC DOS Shell in MS-DOS 7.10 results in Illegal Function

Posted: Wed Jul 02, 2014 11:38 am
by jejump
Hello All,

Well, the subject line pretty much says it all for me. I can't use the QBX command SHELL "dir/on c:>proglist.dir" running MS-DOS 7.10. Is there some resolve for this behavior or do I need to back up and install DOS 6.22?

Thanks for reading,

John

Re: QBASIC DOS Shell in MS-DOS 7.10 results in Illegal Funct

Posted: Wed Jul 02, 2014 4:52 pm
by burger2227
QB64 worked using: SHELL _HIDE "dir/on c:>proglist.dir"

Even without proper spacing. Try spaces between dir /on C: > proglist.dir

Re: QBASIC DOS Shell in MS-DOS 7.10 results in Illegal Funct

Posted: Sat Jul 05, 2014 10:22 am
by jejump
If this should help someone down the road...

I figured out the problem with DOS 7.10. I performed the installation with the drive volumes unlocked. If you are using QBX which knows nothing about long file names, you must install it with the volumes LOCKED if you want to perform commands like the prior example. It's working just fine now after that correction.

John