1
QB64 Discussion / Re: error 53 file not found in RUN command
« on: October 15, 2020, 04:16:37 am »
Thanks guy!
i did some tests and it works both run and shell
or The problem now is another, START.EXE calls INPUT.EXE which in turn calls START.EXE (there are no parameter passes, just calls between them). Unfortunately, INPUT remains open in its window, how can I close it when INPUT.EXE calls START.EXE?
I like Tommy-gun :-)
i did some tests and it works both run and shell
Code: QB64: [Select]
- RUN "INPUT.EXE"
Code: QB64: [Select]
- SHELL "INPUT.EXE"
I like Tommy-gun :-)