"OPEN "C:\windows\desktop\xxx.ooo" FOR INPUT AS #1
That should report an error 76 in XP and an error 53 in Win 98 down.
In QB64, it reports File Not Found, ERR = 53. That is incorrect. The priorty is path then file.
It should report Path not found, which is ERR = 76.
I was wondering why one of my programs that I made to work with cmd /c and command /c, by
trapping this fictitious file so I could run it on all my various computers was bombing out in QB64. This turned out to be the culprit."