Hi gang,
awhile ago some posted the command to reboot
from a batch file, like echo | 00:000 some numbers.
if that is correct.
I need the same like for the ENTER key, I know its
13 but i just need the line that says to act as the
enter key has been press in a batch file.
echo | enter
type | enter
a program starts and need the enter key press to continue
so my batch is
cd \mail
read
echo | enter << this is the ascii coomnad to act as if enter
fmail do if exist mail.#00
cd \
goto end
could you also send a e-mail to me personal as well as newsgroup
thanks.
gary
my e-mail
wines (att) accessatc (dot) net
If you type in DOS:
copy con enter
----ENTER----
----F6----
Then you will have an enter-key, and you can type(for example):
date <enter
And if you put enter-file in any of your path directories, it will always
work.
i may not have explained it correct.......
a command like
echo | 00:90; to reboot
echo | 13 ; to enter key
also, the batch file works like this
cd \mail
read.exe
echo. command to press the enter key here
ENTER
read.exe :runs and exits to c: prompt
is there a echo or type command for the enter key
Net-Tamer V 1.11.1 - Registered
echo.|read.exe
Clay Calvert, MCSE
www.languru.com/multimon.htm
Remove the "x" in my e-mail address to reply.