From within a batch file?, is there a utility that can simulate pressing the enter key?
Page 1 of 1
Trying to do a Dell Bios update silently, How can a simulate press ent
#2
Posted 23 October 2008 - 12:51 AM
Some programs will accept:
Basically by
jaclaz
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
Share this topic:
Page 1 of 1



Help

Back to top









