Search results

  1. M

    Send Extra Parameters .p

    thank all for their support, I have solved my problem thanks to your help :) thanks again..! bye.
  2. M

    Send Extra Parameters .p

    Well I have a program php, this program call a .sh file. this, contains: exec /u1/progress/101c/bin/_progres -pf /u1/users/pfs/ege.pf -b -p /u1/users/pilo/ls/xx/source/operaciones/xxegebatch01.p my cuestion is can I put some instruction or some to send parameters to xxegebatch01.p like php for...
  3. M

    Send Extra Parameters .p

    Hello Everybody, there any way to send extra parameters to a program .p? eg. in PHP exist the GET mode and I can send parameters for this method index.php?p1=hello&p2=world and within the file I can read.. echo "$_GET['p1'] $_GET['p2']". Then I need to know if...
Back
Top