Executing an External Command & passing parameter

  • Thread starter Thread starter Jasmine
  • Start date Start date
J

Jasmine

Is there a way to run an external command based on a command button on my
form

I also would like to pass parameters to this command:

example:

\\fortress\Pclip32\BarCodeGen.exe
cases|Smith|Scott|123456789|11/09/1965|test|Prudential|ABC123||||QUOTE

( ps: this works fine from the command line )
- I know I have to replace the actual data with variable names.

I appreciated any assistance in this matter.

Thank you.
 
Back
Top