07-29-2022, 07:23 PM
cmd /c won't work on Windows 98. You need command /c for that! Hey, remember when we had a version of QB64 that actually ran on Windows 98?
Anyway, Rob pretty much deprecated the whole need for using cmd /c. START, however, I believe still seems to be needed for some shells to work properly, like START /min. So in the above examples, cmd /c can be included or eliminated from the code.
Good alternative examples though! I use SHELL a lot, and powershell features like text to speech rock.
Pete
Anyway, Rob pretty much deprecated the whole need for using cmd /c. START, however, I believe still seems to be needed for some shells to work properly, like START /min. So in the above examples, cmd /c can be included or eliminated from the code.
Good alternative examples though! I use SHELL a lot, and powershell features like text to speech rock.
Pete