Ask a Question related to Coldfusion - Advanced Techniques, Design and Development.
-
ccstar #1
Execute VB program within a CF page
To start, we are still using CF 5.
The user submits a file via a form that then goes to the submit page. On the
submit page after some basic validation has been done on the file to ensure
correct file limits, it needs to be processed. This is where we would need to
execute/call the vb program and pass into it four variables. When the vb
program is done it would need to pass back to the cf page a single tinyint
variable. We will then work with the returning variable to either tell the user
the process was successful or resolve the numeric value to one of the error
message telling the user what went wrong.
What we can't figure how is how to connect to the vb program, pass the
variables into it and get the return variable all from within the calling cf
page. We are limited with what we can do with cfexecute because we are still
using CF 5.
Any suggestion?
Thanx,
Alyx
ccstar Guest
-
FSCommand, execute external program
Hi, i have a problem i wish to submit to you. i have created a graphic application on Flash MX, working on a browser. My customer use old printers... -
Execute VB program within CF
To start, we are still using CF 5. The user submits a file via a form that then goes to the submit page. On the submit page after some basic... -
How to execute an external (like C++) program?
Hi, All, I need to execute a command-line utility just after stream publishing is over. Can I launch external EXE's from FCS's server-side scripts? -
Cannot execute command line program in cmd.exe under aspx form
Hi All. I am trying to run an exe application under aspx page using System.Diagnostics.ProcessStartInfo and System.Diagnostics.Process. The... -
How can I execute a program with admin rights from a dosbox
How can I execute a program with admin rights from a dosbox (when logged in as poweruser) are there any parameters for that or any tools?



Reply With Quote

