while absolutely true, it is useless. It flashes a console window (presumably with the information) and instantly closes. So you can't see either.Help File wrote:/VERSION displays the IDE version and exits
/HELP or /? displays a description of the command-line arguments
command line (vs help file)
command line (vs help file)
Re: command line (vs help file)
?
https://learn.microsoft.com/en-us/windo ... ands/pause
cmd file
https://learn.microsoft.com/en-us/windo ... ands/pause
cmd file
Code: Select all
@echo off
Compilers\pbcompiler.exe /?
pause
Re: command line (vs help file)
I give up.
No more buglets will be reported.
No more buglets will be reported.
Re: command line (vs help file)
This is not a bug... its the normal behaviour of every windows program ...
if you open a console and then you type in : purebasic.exe /VERSION or /HELP it will not close...
otherwise you have to read the output of the console ( e.g. ReadConsoleData() )
if you open a console and then you type in : purebasic.exe /VERSION or /HELP it will not close...
otherwise you have to read the output of the console ( e.g. ReadConsoleData() )