Shortcut Key:
Run:
Comment:
I believe we are there??
thanks,
I await further input, such as: shortcut key..
then what?
Thanks,
FLKULC HAR
"Pegasus (MVP)" <(E-Mail Removed)> wrote in message
news:OIkAt%(E-Mail Removed)...
> Fine. Now look at the properties of the desktop shortcut
> you created, then list the name of every field you see there.
> I will give you the first two fields:
> - Target
> - Start in
> Please list the rest.
>
>
> "FLKulchar" <(E-Mail Removed)> wrote in message
> news:%(E-Mail Removed)...
>> OK
>>
>> MyName.vbs has been created in NOTEPAD with a desktop shortcut that
>> invokes the command..."c:\Windows\MyName.vbs
>>
>> I'd like help now re: Shortcut Key!!!!!!
>>
>> Thank you for all the help; I know we are almost there.
>>
>> Regards,
>> FLKulchar
>>
>>
>>
>>
>> "Pegasus (MVP)" <(E-Mail Removed)> wrote in message
>> news:(E-Mail Removed)...
>>>
>>> "F. Lawrence Kulchar" <(E-Mail Removed)> wrote
>>> in message news:5E2F13B1-2DEC-4D59-A858-(E-Mail Removed)...
>>>> pad)
>>>>
>>>>
>>>> "Pegasus (MVP)" wrote:
>>>>
>>>>>
>>>>> "F. Lawrence Kulchar" <(E-Mail Removed)>
>>>>> wrote in
>>>>> message news:9153FA6F-C3E4-4C78-9938-(E-Mail Removed)...
>>>>> > I, of course, sign in to a huge variety of websites on an everyday
>>>>> > basis.
>>>>> >
>>>>> > I have been fortunate enough to have utilized the SAME screenname
>>>>> > for each
>>>>> > and every one of them.
>>>>> >
>>>>> > IS IT POSSIBLE TO, SOMEHOW, CREATE A "LOCK", i.e. a copied
>>>>> > screenname, and
>>>>> > then, sign in USING, for example, "CTRL V" -- thereby pasting the
>>>>> > screenname
>>>>> > onto the webpage??????????
>>>>> >
>>>>> > This SCREENNAME would of course exist throughout the day...and NOT
>>>>> > vary
>>>>> > from
>>>>> > day to day!!!!!
>>>>> >
>>>>> > Thank you,
>>>>> >
>>>>> > FLKulchar
>>>>>
>>>>> You could do this:
>>>>> 1. Open notepad.exe
>>>>> 2. Enter these lines:
>>>>> Set ws=CreateObject("WScript.Shell")
>>>>> ws.sendkeys("%{Tab}")
>>>>> wscript.sleep(500)
>>>>> ws.sendkeys("FLKulchar{Enter}")
>>>>> 3. Save the file as "c:\Windows\MyName.vbs"
>>>>> 4. Create a shortcut on the desktop that invokes this command:
>>>>> cscript //nologo c:\Windows\MyName.vbs.
>>>>> 5. Specify a "Shortcut Key" of Alt+Shift+Z (for example).
>>>>>
>>>>> Now open another notepad session and press Alt+Shift+Z to
>>>>> test the shortcut.
>>>>>
>>>>
>>>> I did as you say with the following exceptions:
>>>>
>>>> 1. I used wordpad.exe...instead of notepad.exe (I do NOT have
>>>> notepad)
>>>>
>>>> 2. I do NOT understand your steps 4. and 5.
>>>> How do I "create a shortcut on the desktop that invokes this
>>>> command:
>>>>
>>>> cscript //nologo c:\Windows\MyName.vbs AND
>>>>
>>>> How do I specify a "Shortcut Key" of Alt+Shift+Z (for example)?????
>>>>
>>>> PLEASE RSVP...thank you for everything so far!!
>>>>
>>>> regards,
>>>> FLKulchar
>>>>
>>>>>
>>>
>>> Every standard installation of Windows has notepad.exe. If it is
>>> lost on your machine then you must re-install it. Wordpad is not
>>> suitable for this purpose.
>>>
>>> Which part of the shortcut creation is it that you do not understand?
>>> How to specify the target? It's one of the text boxes you see
>>> when you create the shortcut! How to specify the "Shortcut Key"?
>>> It is also one of the boxes you see.
>>>
>>
>>
>
>
|