########################################################### # 2021/03/04 - PsychDOS 0.0.1 - FreeDOS PRGMNGR.EXE fixed # ########################################################### Eureka! Huzzah! I figured-out why DOSBox would behave normally towards opening Active Files but FreeDOS would not and that is because of my placement of CHR$(34) as such: CMD$ = CHR$(34) + PROGRAM$ + " " + ACTVFILE$ + CHR$(34) SHELL CMD$ Apparently, the CHR$(34) was not needed for SHELL CMD$ to work and it was like placing quotations around quotations. This may have been an assumption on my part due to experience with Gambas. Also, I am thinking about moving most of the command-line programs to the GLOBAL.DAT GMENU versions and I am replacing SMMU with BOOM because SMMU is too picky with sound cards. BOOM is a bit slower to start, but oh well.