Build your command line in a string, then use the shell command:


VB Code:
  1. dim sCmd as string
  2.  
  3. '  code to build sCmd here
  4.  
  5. Shell sCmd