Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!

keystack

Apr
1,794
15
I need to send a space to a program through KEYSTACKing other keys. Looked at the "key names" page of the CHM file and don't see "space" listed. Any ideas?

======= begin BTM file
@echo off

:: handle all the PFC files in folder given below. Assume no emails in any PFC file.

pushd "C:\AOL_PFCs\All_Fav_PfCs"
for /l %fn in (17,1,1156) gosub :dofile
popd
quit

:dofile
"C:\Program Files\Connected Software\ePreserver Recovery\EreW.exe"

RETURN

enter
alt-f
shift tab
space bar
delete
Y
space
enter
alt-n
alt-n
end
up
alt-n
enter
alt-x
======= end BTM file
 
I need to send a space to a program through KEYSTACKing other keys. Looked at the "key names" page of the CHM file and don't see "space" listed. Any ideas?

You can send a space with KEYSTACK " ". (Sorry, I don't understand the relevance of the batch file, which looks to me as if it should just launch a program 1,140 times....)
 

Similar threads

Back
Top