I want to be able to interface with the DOS Command Window using Access VBA. I have tried using the shell command with the sendkeys function, but have not been able manage the time aspect. I either need long wait times between each send keys command, or access is sending the next command before the previous one is finished processing.
Ultimately what I want to do is have access run a program from the command window then send a series of commands to the program as it finishes processing each previous command.
Any suggestions would be helpful.
Ultimately what I want to do is have access run a program from the command window then send a series of commands to the program as it finishes processing each previous command.
Any suggestions would be helpful.