Help - Search - Members - Calendar
Full Version: Trying to do a Dell Bios update silently, How can a simulate press ent
MSFN Forums > Unattended Windows Discussion & Support > Application Installs

   


Google Internet Forums Unattended CD/DVD Guide
clivebuckwheat
From within a batch file?, is there a utility that can simulate pressing the enter key?
jaclaz
Some programs will accept:
CODE
ECHO. | <program_name>

Basically by
CODE
ECHO.
you produce an empty line (only made of a CR+LF) and then you
CODE
| <program_name>
pipe it to the program.

jaclaz




Google Internet Forums Unattended CD/DVD Guide

This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.