First post, by snowks
I am trying to use DOSBOX to run a QB45 program. I am getting an error with the OPEN command.
I am using the OPEN command to write output to a data file. The line in the program is:
OPEN "c:\location\" + filename$ for output as #2
Any suggestions?