Command Line Scripting

I have an external program linked to Repetitive invoicing. I need to associate the program to repetitive invoicing by passing parameters.
How to pass the Customer Number listed in the data reference as parameter to a command script ?

Parents Reply
  • in reply to shravanibalam

    That's going to be dependent on how you wrote your VB program.  Unfortunately I'm no expert in VB.  Hopefully someone else in the forum might be able to help.

    In the past in other languages I have written code that passes parameters.  Typically it you have a command line like Myprogram.exe  myparameter1  myparameter2.   The the program code parses the parameters.

Children