Discussions tagged Command Line
PBAutoBuild errorlevel
- Resolved
- How-to
- Last updated 10 months ago
- Ken Guo @Appeon replied 10 months ago
Hi
How do you check if the build was successful or not? Does PBAutobuild return value like 0 = OK, other values = the error number?
Is it described somewhere? I haven't found it.
Thank you...
convert Hexdecimal string to base64 without using blob variable
- How-to
- Last updated 1 year ago
- Wagdy Akeela replied 1 year ago
convert Hexdecimal string to base64 without using blob variable ?...
How to send Exe parameters using batch file ?
- Resolved
- How-to
- Last updated 3 years ago
- Michael Kramer replied 3 years 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 3 years ago
- Adrian Hernandez replied 3 years 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