How to create exe file using PBC190.exe,
I am able to create dll and pbd file by using PBC190.exe utility from command prompt , but it is not creating exe file.
I am using following command
PBC190.exe /d "application.pbt" /o "application.exe" /r "application.pbr" /w y /f /m y /tr n /in n /op 1 /x 32 /bg y /p "PowerBuilder Enterprise Series" /cp "Sybase, Inc." /de "Sybase, Inc. Product File" /v "5,2,7,0" /vn "5.2.7.0" /fv "5,2,7,0" /fvn "5.2.7.0" /ge 0
Thanks in advance .
1) Command prompt Window is running in ADMIN mode
2) You use a Change Directory (CD) command to position the CP window on your App's Workspace's main folder.
3) The PBC190 EXE is run-able via locating the EXE via the O/S's System Path.
4) The workspace main folder, all it's sub-folders and their files are NOT write protected.
Regards ... Chris