keystack

Apr 2, 2011
1,628
15
55
North Carolina, USA
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