Send compiled version

 6 Replies
 0 Subscribed to this topic
 17 Subscribed to this forum
Sort:
Author
Messages
Chesca
Veteran Member Send Private Message
Posts: 490
Veteran Member
My user wants me to send her a compiled version of LP140 program but I have no idea how to do this, any help would be appreciated it. Thanks!
JimY
Veteran Member Send Private Message
Posts: 510
Veteran Member
If your asking for the full listing of the program try using the command bldsh from the command line. That pulls in all of the components and builds a full version of the program. It will place the output in your $LAWDIR/product_line/lpsrc/ directory. You could then down load it to your PC and email it to them. Hope this helps. Good Luck.
Greg Moeller
Veteran Member Send Private Message
Posts: 1498
Veteran Member
If your user is truly looking for the binary file... just send her $LAWDIR//obj/LP140.gnt
Greg Moeller
Veteran Member Send Private Message
Posts: 1498
Veteran Member
Send your user:
[code]$LAWDIR//obj/LP140.gnt [/code]
Chesca
Veteran Member Send Private Message
Posts: 490
Veteran Member
Thank you guys, I ran command to build the cbl file and now I want to send LP140.cbl to the user for her review. I was thinking I can FTP the file.
JimY
Veteran Member Send Private Message
Posts: 510
Veteran Member
If the user has an FTP server then you can. You will need a login and password to do it.
Chesca
Veteran Member Send Private Message
Posts: 490
Veteran Member
I downloaded the file as txt. Thank you so much to both for you for your help!!!