PC Review


Reply
Thread Tools Rate Thread

Controlled "SIGN IN" with constant SCREENNAME

 
 
=?Utf-8?B?Ri4gTGF3cmVuY2UgS3VsY2hhcg==?=
Guest
Posts: n/a
 
      16th Nov 2007
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
 
Reply With Quote
 
 
 
 
Pegasus \(MVP\)
Guest
Posts: n/a
 
      16th Nov 2007

"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


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


 
Reply With Quote
 
FLKulchar
Guest
Posts: n/a
 
      16th Nov 2007
Yes...


"Pegasus (MVP)" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
>
> "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

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



 
Reply With Quote
 
Pegasus \(MVP\)
Guest
Posts: n/a
 
      16th Nov 2007

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


 
Reply With Quote
 
=?Utf-8?B?Ri4gTGF3cmVuY2UgS3VsY2hhcg==?=
Guest
Posts: n/a
 
      17th Nov 2007
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

>

 
Reply With Quote
 
Pegasus \(MVP\)
Guest
Posts: n/a
 
      17th Nov 2007

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


 
Reply With Quote
 
FLKulchar
Guest
Posts: n/a
 
      17th Nov 2007
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.
>



 
Reply With Quote
 
FLKulchar
Guest
Posts: n/a
 
      17th Nov 2007
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)" <(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.
>



 
Reply With Quote
 
Pegasus \(MVP\)
Guest
Posts: n/a
 
      17th Nov 2007
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.
>>

>
>



 
Reply With Quote
 
FLKulchar
Guest
Posts: n/a
 
      17th Nov 2007
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.
>>>

>>
>>

>
>



 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
How can I get "CONSTANT" behavior from a variable (Constant magic)? bobg.hahc@gmail.com Microsoft Access Form Coding 19 7th Feb 2008 04:38 AM
"Comparison to integral constant is useless; the constant is outside the range of type 'int'" Claire Microsoft C# .NET 1 3rd Sep 2007 11:04 AM
constant "hanging up" various applications showing "hungapp" digimom Windows XP Help 1 24th Jun 2006 12:29 AM
Double.ToString("C") cause web page display problem: "$" sign does not shown properly. Norman Yuan Microsoft ASP .NET 0 26th Jan 2006 10:59 PM
Get back the menu "file" -> "sign off from .net passport account" =?Utf-8?B?SmFuIFdvbHNreQ==?= Microsoft Outlook Installation 0 15th May 2005 08:39 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 10:58 AM.