Jump to content

Controlled "SIGN IN" with constant SCREENNAME


Recommended Posts

Guest F. Lawrence Kulchar
Posted

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

Guest Pegasus \(MVP\)
Posted

Re: Controlled "SIGN IN" with constant SCREENNAME

 

 

"F. Lawrence Kulchar" <FLawrenceKulchar@discussions.microsoft.com> wrote in

message news:9153FA6F-C3E4-4C78-9938-9B7C47AF0191@microsoft.com...

> 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

 

When you say "screenname", do you mean the "user name" you type?

Guest FLKulchar
Posted

Re: Controlled "SIGN IN" with constant SCREENNAME

 

Yes...

 

 

"Pegasus (MVP)" <I.can@fly.com> wrote in message

news:OUFj0pDKIHA.5764@TK2MSFTNGP06.phx.gbl...

>

> "F. Lawrence Kulchar" <FLawrenceKulchar@discussions.microsoft.com> wrote

> in message news:9153FA6F-C3E4-4C78-9938-9B7C47AF0191@microsoft.com...

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

>

> When you say "screenname", do you mean the "user name" you type?

>

Guest Pegasus \(MVP\)
Posted

Re: Controlled "SIGN IN" with constant SCREENNAME

 

 

"F. Lawrence Kulchar" <FLawrenceKulchar@discussions.microsoft.com> wrote in

message news:9153FA6F-C3E4-4C78-9938-9B7C47AF0191@microsoft.com...

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

Guest F. Lawrence Kulchar
Posted

Re: Controlled "SIGN IN" with constant SCREENNAME

 

pad)

 

 

"Pegasus (MVP)" wrote:

>

> "F. Lawrence Kulchar" <FLawrenceKulchar@discussions.microsoft.com> wrote in

> message news:9153FA6F-C3E4-4C78-9938-9B7C47AF0191@microsoft.com...

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

>

Guest Pegasus \(MVP\)
Posted

Re: Controlled "SIGN IN" with constant SCREENNAME

 

 

"F. Lawrence Kulchar" <FLawrenceKulchar@discussions.microsoft.com> wrote in

message news:5E2F13B1-2DEC-4D59-A858-CAA6F9D70210@microsoft.com...

> pad)

>

>

> "Pegasus (MVP)" wrote:

>

>>

>> "F. Lawrence Kulchar" <FLawrenceKulchar@discussions.microsoft.com> wrote

>> in

>> message news:9153FA6F-C3E4-4C78-9938-9B7C47AF0191@microsoft.com...

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

Guest FLKulchar
Posted

Re: Controlled "SIGN IN" with constant SCREENNAME

 

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)" <I.can@fly.com> wrote in message

news:uwGi5PQKIHA.1184@TK2MSFTNGP04.phx.gbl...

>

> "F. Lawrence Kulchar" <FLawrenceKulchar@discussions.microsoft.com> wrote

> in message news:5E2F13B1-2DEC-4D59-A858-CAA6F9D70210@microsoft.com...

>> pad)

>>

>>

>> "Pegasus (MVP)" wrote:

>>

>>>

>>> "F. Lawrence Kulchar" <FLawrenceKulchar@discussions.microsoft.com> wrote

>>> in

>>> message news:9153FA6F-C3E4-4C78-9938-9B7C47AF0191@microsoft.com...

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

>

Guest FLKulchar
Posted

Re: Controlled "SIGN IN" with constant SCREENNAME

 

ONE MORE THING:

 

When I click on the desktop shortcut, a folder opens up entitled "My

Playlists"...rather than the notepad file which I already created??

"Pegasus (MVP)" <I.can@fly.com> wrote in message

news:uwGi5PQKIHA.1184@TK2MSFTNGP04.phx.gbl...

>

> "F. Lawrence Kulchar" <FLawrenceKulchar@discussions.microsoft.com> wrote

> in message news:5E2F13B1-2DEC-4D59-A858-CAA6F9D70210@microsoft.com...

>> pad)

>>

>>

>> "Pegasus (MVP)" wrote:

>>

>>>

>>> "F. Lawrence Kulchar" <FLawrenceKulchar@discussions.microsoft.com> wrote

>>> in

>>> message news:9153FA6F-C3E4-4C78-9938-9B7C47AF0191@microsoft.com...

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

>

Guest Pegasus \(MVP\)
Posted

Re: Controlled "SIGN IN" with constant SCREENNAME

 

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" <anonymous.12df8c9960@anonymousSpeech.com> wrote in message

news:%23mbrt6SKIHA.1212@TK2MSFTNGP05.phx.gbl...

> 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)" <I.can@fly.com> wrote in message

> news:uwGi5PQKIHA.1184@TK2MSFTNGP04.phx.gbl...

>>

>> "F. Lawrence Kulchar" <FLawrenceKulchar@discussions.microsoft.com> wrote

>> in message news:5E2F13B1-2DEC-4D59-A858-CAA6F9D70210@microsoft.com...

>>> pad)

>>>

>>>

>>> "Pegasus (MVP)" wrote:

>>>

>>>>

>>>> "F. Lawrence Kulchar" <FLawrenceKulchar@discussions.microsoft.com>

>>>> wrote in

>>>> message news:9153FA6F-C3E4-4C78-9938-9B7C47AF0191@microsoft.com...

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

>>

>

>

Guest FLKulchar
Posted

Re: Controlled "SIGN IN" with constant SCREENNAME

 

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)" <I.can@fly.com> wrote in message

news:OIkAt%23SKIHA.4684@TK2MSFTNGP06.phx.gbl...

> 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" <anonymous.12df8c9960@anonymousSpeech.com> wrote in message

> news:%23mbrt6SKIHA.1212@TK2MSFTNGP05.phx.gbl...

>> 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)" <I.can@fly.com> wrote in message

>> news:uwGi5PQKIHA.1184@TK2MSFTNGP04.phx.gbl...

>>>

>>> "F. Lawrence Kulchar" <FLawrenceKulchar@discussions.microsoft.com> wrote

>>> in message news:5E2F13B1-2DEC-4D59-A858-CAA6F9D70210@microsoft.com...

>>>> pad)

>>>>

>>>>

>>>> "Pegasus (MVP)" wrote:

>>>>

>>>>>

>>>>> "F. Lawrence Kulchar" <FLawrenceKulchar@discussions.microsoft.com>

>>>>> wrote in

>>>>> message news:9153FA6F-C3E4-4C78-9938-9B7C47AF0191@microsoft.com...

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

>>>

>>

>>

>

>

Guest Pegasus \(MVP\)
Posted

Re: Controlled "SIGN IN" with constant SCREENNAME

 

Congratulations! To make an entry in this field, click in

it with your mouse, then press a key combination of

your choice, e.g. Alt+Shift+Z.

 

 

"FLKulchar" <anonymous.12df8c9960@anonymousSpeech.com> wrote in message

news:OLbBxiTKIHA.5928@TK2MSFTNGP05.phx.gbl...

> 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)" <I.can@fly.com> wrote in message

> news:OIkAt%23SKIHA.4684@TK2MSFTNGP06.phx.gbl...

>> 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" <anonymous.12df8c9960@anonymousSpeech.com> wrote in message

>> news:%23mbrt6SKIHA.1212@TK2MSFTNGP05.phx.gbl...

>>> 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)" <I.can@fly.com> wrote in message

>>> news:uwGi5PQKIHA.1184@TK2MSFTNGP04.phx.gbl...

>>>>

>>>> "F. Lawrence Kulchar" <FLawrenceKulchar@discussions.microsoft.com>

>>>> wrote in message

>>>> news:5E2F13B1-2DEC-4D59-A858-CAA6F9D70210@microsoft.com...

>>>>> pad)

>>>>>

>>>>>

>>>>> "Pegasus (MVP)" wrote:

>>>>>

>>>>>>

>>>>>> "F. Lawrence Kulchar" <FLawrenceKulchar@discussions.microsoft.com>

>>>>>> wrote in

>>>>>> message news:9153FA6F-C3E4-4C78-9938-9B7C47AF0191@microsoft.com...

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

>>>>

>>>

>>>

>>

>>

>

>

Guest FLKulchar
Posted

Re: Controlled "SIGN IN" with constant SCREENNAME

 

The computer assigned a shortcut key of:

 

CTRL + ALT + Left

 

Can I change this???

 

And, when I enter the shortcut key, the bloody thing WORKS!!!!!

 

I am most impressed...please tell me what you did, or, maybe, you have a job

for me.

In any event, what was is the Notepad document that you established?

Why does it work?

 

etc, etc, etc, etc, etc, etc, etc, etc, etc, etc, etc, etc, etc, etc, etc,

etc, etc, etc, etc, etc, etc, etc, etc, etc,

 

Thanks,

FLKulchar

"Pegasus (MVP)" <I.can@fly.com> wrote in message

news:OIkAt%23SKIHA.4684@TK2MSFTNGP06.phx.gbl...

> 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" <anonymous.12df8c9960@anonymousSpeech.com> wrote in message

> news:%23mbrt6SKIHA.1212@TK2MSFTNGP05.phx.gbl...

>> 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)" <I.can@fly.com> wrote in message

>> news:uwGi5PQKIHA.1184@TK2MSFTNGP04.phx.gbl...

>>>

>>> "F. Lawrence Kulchar" <FLawrenceKulchar@discussions.microsoft.com> wrote

>>> in message news:5E2F13B1-2DEC-4D59-A858-CAA6F9D70210@microsoft.com...

>>>> pad)

>>>>

>>>>

>>>> "Pegasus (MVP)" wrote:

>>>>

>>>>>

>>>>> "F. Lawrence Kulchar" <FLawrenceKulchar@discussions.microsoft.com>

>>>>> wrote in

>>>>> message news:9153FA6F-C3E4-4C78-9938-9B7C47AF0191@microsoft.com...

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

>>>

>>

>>

>

>

Guest FLKulchar
Posted

Re: Controlled "SIGN IN" with constant SCREENNAME

 

Thank you for EVERYTHING..

 

but..., what, exactly, did we do, other than create a program to use my user

name!!

 

What kind of program is this, and...

 

WHY, if I doubleclick on the desktop icon, does my file..."MY Playlists"

open up?

 

FLKulchar

"Pegasus (MVP)" <I.can@fly.com> wrote in message

news:ezDOXlTKIHA.5360@TK2MSFTNGP03.phx.gbl...

> Congratulations! To make an entry in this field, click in

> it with your mouse, then press a key combination of

> your choice, e.g. Alt+Shift+Z.

>

>

> "FLKulchar" <anonymous.12df8c9960@anonymousSpeech.com> wrote in message

> news:OLbBxiTKIHA.5928@TK2MSFTNGP05.phx.gbl...

>> 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)" <I.can@fly.com> wrote in message

>> news:OIkAt%23SKIHA.4684@TK2MSFTNGP06.phx.gbl...

>>> 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" <anonymous.12df8c9960@anonymousSpeech.com> wrote in message

>>> news:%23mbrt6SKIHA.1212@TK2MSFTNGP05.phx.gbl...

>>>> 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)" <I.can@fly.com> wrote in message

>>>> news:uwGi5PQKIHA.1184@TK2MSFTNGP04.phx.gbl...

>>>>>

>>>>> "F. Lawrence Kulchar" <FLawrenceKulchar@discussions.microsoft.com>

>>>>> wrote in message

>>>>> news:5E2F13B1-2DEC-4D59-A858-CAA6F9D70210@microsoft.com...

>>>>>> pad)

>>>>>>

>>>>>>

>>>>>> "Pegasus (MVP)" wrote:

>>>>>>

>>>>>>>

>>>>>>> "F. Lawrence Kulchar" <FLawrenceKulchar@discussions.microsoft.com>

>>>>>>> wrote in

>>>>>>> message news:9153FA6F-C3E4-4C78-9938-9B7C47AF0191@microsoft.com...

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

>>>>>

>>>>

>>>>

>>>

>>>

>>

>>

>

>

Guest FLKulchar
Posted

Re: Controlled "SIGN IN" with constant SCREENNAME

 

Re: changing the shortcut key...

it seems the first 2 items...(CTRL and ALT) cannot be changed...only the UP

or DOWN, ie the last of the 3 part shortcut.

 

Please advise..I wish to change this, if possible.

 

FLKulchar

"Pegasus (MVP)" <I.can@fly.com> wrote in message

news:ezDOXlTKIHA.5360@TK2MSFTNGP03.phx.gbl...

> Congratulations! To make an entry in this field, click in

> it with your mouse, then press a key combination of

> your choice, e.g. Alt+Shift+Z.

>

>

> "FLKulchar" <anonymous.12df8c9960@anonymousSpeech.com> wrote in message

> news:OLbBxiTKIHA.5928@TK2MSFTNGP05.phx.gbl...

>> 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)" <I.can@fly.com> wrote in message

>> news:OIkAt%23SKIHA.4684@TK2MSFTNGP06.phx.gbl...

>>> 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" <anonymous.12df8c9960@anonymousSpeech.com> wrote in message

>>> news:%23mbrt6SKIHA.1212@TK2MSFTNGP05.phx.gbl...

>>>> 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)" <I.can@fly.com> wrote in message

>>>> news:uwGi5PQKIHA.1184@TK2MSFTNGP04.phx.gbl...

>>>>>

>>>>> "F. Lawrence Kulchar" <FLawrenceKulchar@discussions.microsoft.com>

>>>>> wrote in message

>>>>> news:5E2F13B1-2DEC-4D59-A858-CAA6F9D70210@microsoft.com...

>>>>>> pad)

>>>>>>

>>>>>>

>>>>>> "Pegasus (MVP)" wrote:

>>>>>>

>>>>>>>

>>>>>>> "F. Lawrence Kulchar" <FLawrenceKulchar@discussions.microsoft.com>

>>>>>>> wrote in

>>>>>>> message news:9153FA6F-C3E4-4C78-9938-9B7C47AF0191@microsoft.com...

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

>>>>>

>>>>

>>>>

>>>

>>>

>>

>>

>

>

Guest Pegasus \(MVP\)
Posted

Re: Controlled "SIGN IN" with constant SCREENNAME

 

The file "c:\Windows\MyName.vbs" is a VB Script file. It has

the ability to generate key strokes, as if you typed them yourself.

 

The desktop shortcut you created will invoke the VB Script file,

same as your IE desktop shortcut will invoke Internet Explorer.

 

The shortcut key you use in the shortcut will invoke that shortcut

directly rather than you having to double-click it with your mouse.

 

 

"FLKulchar" <anonymous.12df8c9960@anonymousSpeech.com> wrote in message

news:e2EyRmTKIHA.6008@TK2MSFTNGP05.phx.gbl...

> The computer assigned a shortcut key of:

>

> CTRL + ALT + Left

>

> Can I change this???

>

> And, when I enter the shortcut key, the bloody thing WORKS!!!!!

>

> I am most impressed...please tell me what you did, or, maybe, you have a

> job for me.

> In any event, what was is the Notepad document that you established?

> Why does it work?

>

> etc, etc, etc, etc, etc, etc, etc, etc, etc, etc, etc, etc, etc, etc, etc,

> etc, etc, etc, etc, etc, etc, etc, etc, etc,

>

> Thanks,

> FLKulchar

> "Pegasus (MVP)" <I.can@fly.com> wrote in message

> news:OIkAt%23SKIHA.4684@TK2MSFTNGP06.phx.gbl...

>> 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" <anonymous.12df8c9960@anonymousSpeech.com> wrote in message

>> news:%23mbrt6SKIHA.1212@TK2MSFTNGP05.phx.gbl...

>>> 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)" <I.can@fly.com> wrote in message

>>> news:uwGi5PQKIHA.1184@TK2MSFTNGP04.phx.gbl...

>>>>

>>>> "F. Lawrence Kulchar" <FLawrenceKulchar@discussions.microsoft.com>

>>>> wrote in message

>>>> news:5E2F13B1-2DEC-4D59-A858-CAA6F9D70210@microsoft.com...

>>>>> pad)

>>>>>

>>>>>

>>>>> "Pegasus (MVP)" wrote:

>>>>>

>>>>>>

>>>>>> "F. Lawrence Kulchar" <FLawrenceKulchar@discussions.microsoft.com>

>>>>>> wrote in

>>>>>> message news:9153FA6F-C3E4-4C78-9938-9B7C47AF0191@microsoft.com...

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

>>>>

>>>

>>>

>>

>>

>

>

Guest FLKulchar
Posted

Re: Controlled "SIGN IN" with constant SCREENNAME

 

Why, if I click on my VBS file on my desktop, does, at different times,

navigate to various areas (such as, those recently viewed files)??

 

thanks,

FLKulchar

"Pegasus (MVP)" <I.can@fly.com> wrote in message

news:ef0UgsTKIHA.280@TK2MSFTNGP03.phx.gbl...

> The file "c:\Windows\MyName.vbs" is a VB Script file. It has

> the ability to generate key strokes, as if you typed them yourself.

>

> The desktop shortcut you created will invoke the VB Script file,

> same as your IE desktop shortcut will invoke Internet Explorer.

>

> The shortcut key you use in the shortcut will invoke that shortcut

> directly rather than you having to double-click it with your mouse.

>

>

> "FLKulchar" <anonymous.12df8c9960@anonymousSpeech.com> wrote in message

> news:e2EyRmTKIHA.6008@TK2MSFTNGP05.phx.gbl...

>> The computer assigned a shortcut key of:

>>

>> CTRL + ALT + Left

>>

>> Can I change this???

>>

>> And, when I enter the shortcut key, the bloody thing WORKS!!!!!

>>

>> I am most impressed...please tell me what you did, or, maybe, you have a

>> job for me.

>> In any event, what was is the Notepad document that you established?

>> Why does it work?

>>

>> etc, etc, etc, etc, etc, etc, etc, etc, etc, etc, etc, etc, etc, etc,

>> etc, etc, etc, etc, etc, etc, etc, etc, etc, etc,

>>

>> Thanks,

>> FLKulchar

>> "Pegasus (MVP)" <I.can@fly.com> wrote in message

>> news:OIkAt%23SKIHA.4684@TK2MSFTNGP06.phx.gbl...

>>> 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" <anonymous.12df8c9960@anonymousSpeech.com> wrote in message

>>> news:%23mbrt6SKIHA.1212@TK2MSFTNGP05.phx.gbl...

>>>> 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)" <I.can@fly.com> wrote in message

>>>> news:uwGi5PQKIHA.1184@TK2MSFTNGP04.phx.gbl...

>>>>>

>>>>> "F. Lawrence Kulchar" <FLawrenceKulchar@discussions.microsoft.com>

>>>>> wrote in message

>>>>> news:5E2F13B1-2DEC-4D59-A858-CAA6F9D70210@microsoft.com...

>>>>>> pad)

>>>>>>

>>>>>>

>>>>>> "Pegasus (MVP)" wrote:

>>>>>>

>>>>>>>

>>>>>>> "F. Lawrence Kulchar" <FLawrenceKulchar@discussions.microsoft.com>

>>>>>>> wrote in

>>>>>>> message news:9153FA6F-C3E4-4C78-9938-9B7C47AF0191@microsoft.com...

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

>>>>>

>>>>

>>>>

>>>

>>>

>>

>>

>

>

Guest Pegasus \(MVP\)
Posted

Re: Controlled "SIGN IN" with constant SCREENNAME

 

You should not have a VB Script file on your desktop, only

a shortcut. Furthermore, you should not click it directly. It

is designed to work from inside an application such as notepad

or IE where it is invoked with a shortcut key such as Shift+Alt+Z.

 

 

"FLKulchar" <anonymous.12df8c9960@anonymousSpeech.com> wrote in message

news:OU0dxOVKIHA.3400@TK2MSFTNGP03.phx.gbl...

> Why, if I click on my VBS file on my desktop, does, at different times,

> navigate to various areas (such as, those recently viewed files)??

>

> thanks,

> FLKulchar

> "Pegasus (MVP)" <I.can@fly.com> wrote in message

> news:ef0UgsTKIHA.280@TK2MSFTNGP03.phx.gbl...

>> The file "c:\Windows\MyName.vbs" is a VB Script file. It has

>> the ability to generate key strokes, as if you typed them yourself.

>>

>> The desktop shortcut you created will invoke the VB Script file,

>> same as your IE desktop shortcut will invoke Internet Explorer.

>>

>> The shortcut key you use in the shortcut will invoke that shortcut

>> directly rather than you having to double-click it with your mouse.

>>

>>

>> "FLKulchar" <anonymous.12df8c9960@anonymousSpeech.com> wrote in message

>> news:e2EyRmTKIHA.6008@TK2MSFTNGP05.phx.gbl...

>>> The computer assigned a shortcut key of:

>>>

>>> CTRL + ALT + Left

>>>

>>> Can I change this???

>>>

>>> And, when I enter the shortcut key, the bloody thing WORKS!!!!!

>>>

>>> I am most impressed...please tell me what you did, or, maybe, you have a

>>> job for me.

>>> In any event, what was is the Notepad document that you established?

>>> Why does it work?

>>>

>>> etc, etc, etc, etc, etc, etc, etc, etc, etc, etc, etc, etc, etc, etc,

>>> etc, etc, etc, etc, etc, etc, etc, etc, etc, etc,

>>>

>>> Thanks,

>>> FLKulchar

>>> "Pegasus (MVP)" <I.can@fly.com> wrote in message

>>> news:OIkAt%23SKIHA.4684@TK2MSFTNGP06.phx.gbl...

>>>> 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" <anonymous.12df8c9960@anonymousSpeech.com> wrote in message

>>>> news:%23mbrt6SKIHA.1212@TK2MSFTNGP05.phx.gbl...

>>>>> 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)" <I.can@fly.com> wrote in message

>>>>> news:uwGi5PQKIHA.1184@TK2MSFTNGP04.phx.gbl...

>>>>>>

>>>>>> "F. Lawrence Kulchar" <FLawrenceKulchar@discussions.microsoft.com>

>>>>>> wrote in message

>>>>>> news:5E2F13B1-2DEC-4D59-A858-CAA6F9D70210@microsoft.com...

>>>>>>> pad)

>>>>>>>

>>>>>>>

>>>>>>> "Pegasus (MVP)" wrote:

>>>>>>>

>>>>>>>>

>>>>>>>> "F. Lawrence Kulchar" <FLawrenceKulchar@discussions.microsoft.com>

>>>>>>>> wrote in

>>>>>>>> message news:9153FA6F-C3E4-4C78-9938-9B7C47AF0191@microsoft.com...

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

>>>>>>

>>>>>

>>>>>

>>>>

>>>>

>>>

>>>

>>

>>

>

>

Guest FLKulchar
Posted

Re: Controlled "SIGN IN" with constant SCREENNAME

 

OK

I have the VBS shortcut on my desktop only...and, I will not click it

directly.

 

Thank you,

 

FLKulchar

"Pegasus (MVP)" <I.can@fly.com> wrote in message

news:unRA4mVKIHA.5328@TK2MSFTNGP05.phx.gbl...

> You should not have a VB Script file on your desktop, only

> a shortcut. Furthermore, you should not click it directly. It

> is designed to work from inside an application such as notepad

> or IE where it is invoked with a shortcut key such as Shift+Alt+Z.

>

>

> "FLKulchar" <anonymous.12df8c9960@anonymousSpeech.com> wrote in message

> news:OU0dxOVKIHA.3400@TK2MSFTNGP03.phx.gbl...

>> Why, if I click on my VBS file on my desktop, does, at different times,

>> navigate to various areas (such as, those recently viewed files)??

>>

>> thanks,

>> FLKulchar

>> "Pegasus (MVP)" <I.can@fly.com> wrote in message

>> news:ef0UgsTKIHA.280@TK2MSFTNGP03.phx.gbl...

>>> The file "c:\Windows\MyName.vbs" is a VB Script file. It has

>>> the ability to generate key strokes, as if you typed them yourself.

>>>

>>> The desktop shortcut you created will invoke the VB Script file,

>>> same as your IE desktop shortcut will invoke Internet Explorer.

>>>

>>> The shortcut key you use in the shortcut will invoke that shortcut

>>> directly rather than you having to double-click it with your mouse.

>>>

>>>

>>> "FLKulchar" <anonymous.12df8c9960@anonymousSpeech.com> wrote in message

>>> news:e2EyRmTKIHA.6008@TK2MSFTNGP05.phx.gbl...

>>>> The computer assigned a shortcut key of:

>>>>

>>>> CTRL + ALT + Left

>>>>

>>>> Can I change this???

>>>>

>>>> And, when I enter the shortcut key, the bloody thing WORKS!!!!!

>>>>

>>>> I am most impressed...please tell me what you did, or, maybe, you have

>>>> a job for me.

>>>> In any event, what was is the Notepad document that you established?

>>>> Why does it work?

>>>>

>>>> etc, etc, etc, etc, etc, etc, etc, etc, etc, etc, etc, etc, etc, etc,

>>>> etc, etc, etc, etc, etc, etc, etc, etc, etc, etc,

>>>>

>>>> Thanks,

>>>> FLKulchar

>>>> "Pegasus (MVP)" <I.can@fly.com> wrote in message

>>>> news:OIkAt%23SKIHA.4684@TK2MSFTNGP06.phx.gbl...

>>>>> 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" <anonymous.12df8c9960@anonymousSpeech.com> wrote in

>>>>> message news:%23mbrt6SKIHA.1212@TK2MSFTNGP05.phx.gbl...

>>>>>> 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)" <I.can@fly.com> wrote in message

>>>>>> news:uwGi5PQKIHA.1184@TK2MSFTNGP04.phx.gbl...

>>>>>>>

>>>>>>> "F. Lawrence Kulchar" <FLawrenceKulchar@discussions.microsoft.com>

>>>>>>> wrote in message

>>>>>>> news:5E2F13B1-2DEC-4D59-A858-CAA6F9D70210@microsoft.com...

>>>>>>>> pad)

>>>>>>>>

>>>>>>>>

>>>>>>>> "Pegasus (MVP)" wrote:

>>>>>>>>

>>>>>>>>>

>>>>>>>>> "F. Lawrence Kulchar" <FLawrenceKulchar@discussions.microsoft.com>

>>>>>>>>> wrote in

>>>>>>>>> message news:9153FA6F-C3E4-4C78-9938-9B7C47AF0191@microsoft.com...

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

>>>>>>>

>>>>>>

>>>>>>

>>>>>

>>>>>

>>>>

>>>>

>>>

>>>

>>

>>

>

>

  • 9 months later...
Guest Francis L. Kulchar
Posted

Re: Controlled "SIGN IN" with constant SCREENNAME

 

I list below emails we exchanged last November re: VBS files..and a shortcut

on the desktop allowing me to "enter' my screenname every time I keyed in

the shortcut>

 

I "LOST" my harddrive, and had to recreate it to th best of my abilities...I

recreated the VBS file entitled My Name.

 

The UNFORTUNATE part is that when I hit my keystroke shortcut, 'CTRL' +

'Alt' + 'N', I get the program to work only 1 ou of 3 times...for reasons, I

do not understand.

 

ANY SUGGESTIONS PLEASE?

 

FLKulchar

 

FLKulchar

 

 

 

The file "c:\Windows\MyName.vbs" is a VB Script file. It has

the ability to generate key strokes, as if you typed them yourself.

 

The desktop shortcut you created will invoke the VB Script file,

same as your IE desktop shortcut will invoke Internet Explorer.

 

The shortcut key you use in the shortcut will invoke that shortcut

directly rather than you having to double-click it with your mouse.

 

 

"FLKulchar" <anonymous.12df8c9960@anonymousSpeech.com> wrote in message

news:e2EyRmTKIHA.6008@TK2MSFTNGP05.phx.gbl...

> The computer assigned a shortcut key of:

>

> CTRL + ALT + Left

>

> Can I change this???

>

> And, when I enter the shortcut key, the bloody thing WORKS!!!!!

>

> I am most impressed...please tell me what you did, or, maybe, you have a

> job for me.

> In any event, what was is the Notepad document that you established?

> Why does it work?

>

> etc, etc, etc, etc, etc, etc, etc, etc, etc, etc, etc, etc, etc, etc, etc,

> etc, etc, etc, etc, etc, etc, etc, etc, etc,

>

> Thanks,

> FLKulchar

> "Pegasus (MVP)" <I.can@fly.com> wrote in message

> news:OIkAt%23SKIHA.4684@TK2MSFTNGP06.phx.gbl...

>> 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" <anonymous.12df8c9960@anonymousSpeech.com> wrote in message

>> news:%23mbrt6SKIHA.1212@TK2MSFTNGP05.phx.gbl...

>>> 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)" <I.can@fly.com> wrote in message

>>> news:uwGi5PQKIHA.1184@TK2MSFTNGP04.phx.gbl...

>>>>

>>>> "F. Lawrence Kulchar" <FLawrenceKulchar@discussions.microsoft.com>

>>>> wrote in message

>>>> news:5E2F13B1-2DEC-4D59-A858-CAA6F9D70210@microsoft.com...

>>>>> pad)

>>>>>

>>>>>

>>>>> "Pegasus (MVP)" wrote:

>>>>>

>>>>>>

>>>>>> "F. Lawrence Kulchar" <FLawrenceKulchar@discussions.microsoft.com>

>>>>>> wrote in

>>>>>> message news:9153FA6F-C3E4-4C78-9938-9B7C47AF0191@microsoft.com...

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

>>>>

>>>

>>>

>>

>>

>

>

 

"Pegasus (MVP)" <I.can@fly.com> wrote in message

news:unRA4mVKIHA.5328@TK2MSFTNGP05.phx.gbl...

> You should not have a VB Script file on your desktop, only

> a shortcut. Furthermore, you should not click it directly. It

> is designed to work from inside an application such as notepad

> or IE where it is invoked with a shortcut key such as Shift+Alt+Z.

>

>

> "FLKulchar" <anonymous.12df8c9960@anonymousSpeech.com> wrote in message

> news:OU0dxOVKIHA.3400@TK2MSFTNGP03.phx.gbl...

>> Why, if I click on my VBS file on my desktop, does, at different times,

>> navigate to various areas (such as, those recently viewed files)??

>>

>> thanks,

>> FLKulchar

>> "Pegasus (MVP)" <I.can@fly.com> wrote in message

>> news:ef0UgsTKIHA.280@TK2MSFTNGP03.phx.gbl...

>>> The file "c:\Windows\MyName.vbs" is a VB Script file. It has

>>> the ability to generate key strokes, as if you typed them yourself.

>>>

>>> The desktop shortcut you created will invoke the VB Script file,

>>> same as your IE desktop shortcut will invoke Internet Explorer.

>>>

>>> The shortcut key you use in the shortcut will invoke that shortcut

>>> directly rather than you having to double-click it with your mouse.

>>>

>>>

>>> "FLKulchar" <anonymous.12df8c9960@anonymousSpeech.com> wrote in message

>>> news:e2EyRmTKIHA.6008@TK2MSFTNGP05.phx.gbl...

>>>> The computer assigned a shortcut key of:

>>>>

>>>> CTRL + ALT + Left

>>>>

>>>> Can I change this???

>>>>

>>>> And, when I enter the shortcut key, the bloody thing WORKS!!!!!

>>>>

>>>> I am most impressed...please tell me what you did, or, maybe, you have

>>>> a job for me.

>>>> In any event, what was is the Notepad document that you established?

>>>> Why does it work?

>>>>

>>>> etc, etc, etc, etc, etc, etc, etc, etc, etc, etc, etc, etc, etc, etc,

>>>> etc, etc, etc, etc, etc, etc, etc, etc, etc, etc,

>>>>

>>>> Thanks,

>>>> FLKulchar

>>>> "Pegasus (MVP)" <I.can@fly.com> wrote in message

>>>> news:OIkAt%23SKIHA.4684@TK2MSFTNGP06.phx.gbl...

>>>>> 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" <anonymous.12df8c9960@anonymousSpeech.com> wrote in

>>>>> message news:%23mbrt6SKIHA.1212@TK2MSFTNGP05.phx.gbl...

>>>>>> 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)" <I.can@fly.com> wrote in message

>>>>>> news:uwGi5PQKIHA.1184@TK2MSFTNGP04.phx.gbl...

>>>>>>>

>>>>>>> "F. Lawrence Kulchar" <FLawrenceKulchar@discussions.microsoft.com>

>>>>>>> wrote in message

>>>>>>> news:5E2F13B1-2DEC-4D59-A858-CAA6F9D70210@microsoft.com...

>>>>>>>> pad)

>>>>>>>>

>>>>>>>>

>>>>>>>> "Pegasus (MVP)" wrote:

>>>>>>>>

>>>>>>>>>

>>>>>>>>> "F. Lawrence Kulchar" <FLawrenceKulchar@discussions.microsoft.com>

>>>>>>>>> wrote in

>>>>>>>>> message news:9153FA6F-C3E4-4C78-9938-9B7C47AF0191@microsoft.com...

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

>>>>>>>

>>>>>>

>>>>>>

>>>>>

>>>>>

>>>>

>>>>

>>>

>>>

>>

>>

>

>

>

  • 1 month later...
Guest Francis L. Kulchar
Posted

Re: Controlled "SIGN IN" with constant SCREENNAME

 

Attn: Mr Pegasus:

 

Several months ago, you helped me with writing a VBS file called MyName.

 

I cannot seem to access the shortcut key...as when I go to properties from

mt desktop, and right-clicking the program...then...properties...I get

 

" + + " in the shortcut key box,,,I cannot seem to be able to change

it??

 

Can you Help Please?

 

FLKulchar

 

--

Francis L. Kulchar

"Pegasus (MVP)" <I.can@fly.com> wrote in message

news:unRA4mVKIHA.5328@TK2MSFTNGP05.phx.gbl...

> You should not have a VB Script file on your desktop, only

> a shortcut. Furthermore, you should not click it directly. It

> is designed to work from inside an application such as notepad

> or IE where it is invoked with a shortcut key such as Shift+Alt+Z.

>

>

> "FLKulchar" <anonymous.12df8c9960@anonymousSpeech.com> wrote in message

> news:OU0dxOVKIHA.3400@TK2MSFTNGP03.phx.gbl...

>> Why, if I click on my VBS file on my desktop, does, at different times,

>> navigate to various areas (such as, those recently viewed files)??

>>

>> thanks,

>> FLKulchar

>> "Pegasus (MVP)" <I.can@fly.com> wrote in message

>> news:ef0UgsTKIHA.280@TK2MSFTNGP03.phx.gbl...

>>> The file "c:\Windows\MyName.vbs" is a VB Script file. It has

>>> the ability to generate key strokes, as if you typed them yourself.

>>>

>>> The desktop shortcut you created will invoke the VB Script file,

>>> same as your IE desktop shortcut will invoke Internet Explorer.

>>>

>>> The shortcut key you use in the shortcut will invoke that shortcut

>>> directly rather than you having to double-click it with your mouse.

>>>

>>>

>>> "FLKulchar" <anonymous.12df8c9960@anonymousSpeech.com> wrote in message

>>> news:e2EyRmTKIHA.6008@TK2MSFTNGP05.phx.gbl...

>>>> The computer assigned a shortcut key of:

>>>>

>>>> CTRL + ALT + Left

>>>>

>>>> Can I change this???

>>>>

>>>> And, when I enter the shortcut key, the bloody thing WORKS!!!!!

>>>>

>>>> I am most impressed...please tell me what you did, or, maybe, you have

>>>> a job for me.

>>>> In any event, what was is the Notepad document that you established?

>>>> Why does it work?

>>>>

>>>> etc, etc, etc, etc, etc, etc, etc, etc, etc, etc, etc, etc, etc, etc,

>>>> etc, etc, etc, etc, etc, etc, etc, etc, etc, etc,

>>>>

>>>> Thanks,

>>>> FLKulchar

>>>> "Pegasus (MVP)" <I.can@fly.com> wrote in message

>>>> news:OIkAt%23SKIHA.4684@TK2MSFTNGP06.phx.gbl...

>>>>> 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" <anonymous.12df8c9960@anonymousSpeech.com> wrote in

>>>>> message news:%23mbrt6SKIHA.1212@TK2MSFTNGP05.phx.gbl...

>>>>>> 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)" <I.can@fly.com> wrote in message

>>>>>> news:uwGi5PQKIHA.1184@TK2MSFTNGP04.phx.gbl...

>>>>>>>

>>>>>>> "F. Lawrence Kulchar" <FLawrenceKulchar@discussions.microsoft.com>

>>>>>>> wrote in message

>>>>>>> news:5E2F13B1-2DEC-4D59-A858-CAA6F9D70210@microsoft.com...

>>>>>>>> pad)

>>>>>>>>

>>>>>>>>

>>>>>>>> "Pegasus (MVP)" wrote:

>>>>>>>>

>>>>>>>>>

>>>>>>>>> "F. Lawrence Kulchar" <FLawrenceKulchar@discussions.microsoft.com>

>>>>>>>>> wrote in

>>>>>>>>> message news:9153FA6F-C3E4-4C78-9938-9B7C47AF0191@microsoft.com...

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

>>>>>>>

>>>>>>

>>>>>>

>>>>>

>>>>>

>>>>

>>>>

>>>

>>>

>>

>>

>

>

>

×
×
  • Create New...