I normally call an .exe file from the command prompt or using a .bat file, and pass it parameters. I would like to automate this using a vb program.
I have tried the shell visual basic function, but it doesn't seem to handle parameters. I also tried to use the SendKeys function with the shell function to pass in the paramters, but it truncates the data I'm sending in.
Any ideas would be appreciated...
Thanks,
mjlong
I have tried the shell visual basic function, but it doesn't seem to handle parameters. I also tried to use the SendKeys function with the shell function to pass in the paramters, but it truncates the data I'm sending in.
Any ideas would be appreciated...
Thanks,
mjlong