Discussions tagged Command Line
How to send Exe parameters using batch file ?
- Resolved
- How-to
- Last updated 11 months ago
- Michael Kramer replied 11 months ago
Environment :
PB2017 R3 , Windows 10
Batch file has the following command to open "abc.exe" executable from "destination" folder
start "" "%destination%\abc.exe" "Parm1"
But the Parm1 is not passed to application, although the Run command works...
Documentation of pbc170 parameters
- How-to
- Last updated 1 year ago
- Adrian Hernandez replied 1 year ago
Hi.
Is there any documentation of the parameters for the stand alone compiler pbc170?
Thanks.
Rolf...
I am trying to execute a command line build :
pbc170.exe /d "C:\Build\PBTit-CCH-17\PBL\ge_imed\imed.pbt" /o "C:\Build\PBTit-CCH-17\PBL\ge_imed\imed.exe" /r "C:\Build\PBTit-CCH-17\PBL\ge_bitmaps\imedicons.pbr" /w n /f /m y /tr n /in n /op 0 /x 32 /bg...
I have a trial version of PB2017 on my machine. I successfully migrated the some application from the PB12.6 and try to build exe file from command line. But failed with error: Application 'main' not found in library.
My command line :
...
- Page :
- 1