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
======= 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