It works as cgi-bin, I put this page DDeposit.cgi and put it on the cgi-bin directory.
I use /TRAY to minimize it and send it to background (with ampersand & ).
dtrisna
#!c:/mks/mksnt/sh.exe
c:/Apps/Procomm/pw5.exe c:/apps/DDeposit.wax /TRAY &
#
if [ "$REQUEST_METHOD" = "POST" ]; then
read...
I want to launch an Aspect script (.wax) for Direct Deposit to the bank as a cgi-bin from HTTP web server.
How can I launch PW5.exe DirectDeposit.wax in silent mode (/TRAY ?) so it wont be hung waiting for a screen ?
Can I write an Aspect script so someone can click a URL that will launch the...
I believe there is a function in 4GL to return the position of a certain character in a string?
For example: LET firstname ='ALBERT H.'
I need to manipulate firstname to become 'ALBERT, H.' by searching the first occurence of <space>.
Thanks
David T.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.