clivebuckwheat Posted October 23, 2008 Posted October 23, 2008 From within a batch file?, is there a utility that can simulate pressing the enter key?
jaclaz Posted October 23, 2008 Posted October 23, 2008 Some programs will accept:ECHO. | <program_name>Basically by ECHO. you produce an empty line (only made of a CR+LF) and then you | <program_name> pipe it to the program.jaclaz
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now