Thanks Wally I can use that for other things.  What I specifically needed
this for though was for the F11 key in FireFox.  I was going to create a
batch file then drag it to its toolbar.  But, I found a Full Screen plugin
that will do it.  (Unfortunately, like everything else in FF, has a problem;
no way to close the page after going to full screen!  You first have to
restore back to normal view, then click the usual "X").
-Clint

God Bless
Clint Hamilton, Owner
http://OrpheusComputing.com

----- Original Message ----- 
From: <[EMAIL PROTECTED]>


Clint:
        Below is a batch file that will call
Windows Explorer and then apply the
F11 key to it.  I do not know how or why
it works. You can substitute the F1 key for the
"F11" to get help or other "F" keys as you wish.
You can substirute other program names also.
I hope this comes close to what you are trying
to do.

Wally

Copy the script to notepad and save as an   "anyname.bat"
 file.        Good luck..........
---------------------------------------------

@ECHO OFF
c:\windows\explorer.exe
echo set sh=WScript.CreateObject("WScript.Shell")>%WINDIR%\temp\f2key.vbs
echo sh.SendKeys "{F11}" >>%WINDIR%\temp\f2key.vbs
start %WINDIR%\temp\f2key.vbs
cls
-------------------------------------------------------------------------


On Mon, 11 Oct 2004 09:57:22 -0500 "Support-OrpheusComputing.com"
 writes:
> Does anyone know if you can create a batch file to work as the F11
> key?
> -Clint
============= PCWorks Mailing List =================
Don't see your post? Check our posting guidelines &
make sure you've followed proper posting procedures,
http://pcworkers.com/rules.htm
Contact list owner <[EMAIL PROTECTED]>
Unsubscribing and other changes: http://pcworkers.com
=====================================================

Reply via email to