~TweaKs~ 0 Posted April 10, 2005 (edited) Whats the Script To open start, then Run?I Think it had: #r in it But when i went:Send(" #R ") It opened The Recycle Bin.. So I Thinking im kinda of lost...Any Help Would Be Apreciated, Thanks-JesseEDIT: Small Typo In My Code Small code but...still a typos a typo. Edited April 10, 2005 by ~TweaKs~ TweaKs = ModificationsTweeK = South Park Character[email=Jkrushinsky@hotmail.com]Jkrushinsky@hotmail.com[/email]My First CodeMsgBox(4096, "Email", "Hello Jesse, Would You Like To Check Your Emails Using Auto It?") Send("#r") Send(" Www.Hotmail.com {enter}") Sleep(5000) Send(" (Hotmail SN)@hotmail.com{tab}") Send(" (password){Enter}") Share this post Link to post Share on other sites
PerryRaptor 1 Posted April 10, 2005 "Windows Key" + R Share this post Link to post Share on other sites
~TweaKs~ 0 Posted April 10, 2005 ..ok So Whats The Windows Key? TweaKs = ModificationsTweeK = South Park Character[email=Jkrushinsky@hotmail.com]Jkrushinsky@hotmail.com[/email]My First CodeMsgBox(4096, "Email", "Hello Jesse, Would You Like To Check Your Emails Using Auto It?") Send("#r") Send(" Www.Hotmail.com {enter}") Sleep(5000) Send(" (Hotmail SN)@hotmail.com{tab}") Send(" (password){Enter}") Share this post Link to post Share on other sites
layer 2 Posted April 10, 2005 Lower case r... Send("#r") FootbaG Share this post Link to post Share on other sites
~TweaKs~ 0 Posted April 10, 2005 (edited) Bah... It worked... Damn i Feel stupid but hey, gotta learn some where. Thanks Both Of You. Edit: My Script MsgBox(4096, "Email", "Hello Jesse, Would You Like To Check Your Emails Using Auto It?") Send("#r") Send(" Www.Hotmail.com {enter}") Sleep(5000) Send(" (My Hotmail SN) {tab}") Send(" (My Password) {Enter}") Small But It Helps Alot, Saves Alot Of Typing When I Want to Check My Emails -Jesse Edited April 10, 2005 by ~TweaKs~ TweaKs = ModificationsTweeK = South Park Character[email=Jkrushinsky@hotmail.com]Jkrushinsky@hotmail.com[/email]My First CodeMsgBox(4096, "Email", "Hello Jesse, Would You Like To Check Your Emails Using Auto It?") Send("#r") Send(" Www.Hotmail.com {enter}") Sleep(5000) Send(" (Hotmail SN)@hotmail.com{tab}") Send(" (password){Enter}") Share this post Link to post Share on other sites
Insolence 2 Posted April 10, 2005 Excellent first script My friend wrote his first script yesturday, it opened the CD drive and flashed the 'Capslock - Numlock - Scroll lock' lights. "I thoroughly disapprove of duels. If a man should challenge me, I would take him kindly and forgivingly by the hand and lead him to a quiet place and kill him." - Mark TwainPatient: "It hurts when I do $var_"Doctor: "Don't do $var_" - Lar. Share this post Link to post Share on other sites
~TweaKs~ 0 Posted April 10, 2005 (edited) COOL!That'd be a Fun Script o.O But How would you do it o.OSend("{capslock}{scrolllock}{Numlock}") Send("{capslock}{scrolllock}{Numlock}") Send("{capslock}{scrolllock}{Numlock}")Like That?-JesseEDIT: I Found out that is how you would make the lights switch, but how do you open your cd drive?2ND EDIT:I Didnt figure out how Num lock works only caps and scroll.3RD EDIT:Found Out how to open cd tray. still dont know how to push Num lock though.CDTray("M:", "Open") CDTray("M:", "close") Send("{CapsLock}{Scrolllock}") Edited April 10, 2005 by ~TweaKs~ TweaKs = ModificationsTweeK = South Park Character[email=Jkrushinsky@hotmail.com]Jkrushinsky@hotmail.com[/email]My First CodeMsgBox(4096, "Email", "Hello Jesse, Would You Like To Check Your Emails Using Auto It?") Send("#r") Send(" Www.Hotmail.com {enter}") Sleep(5000) Send(" (Hotmail SN)@hotmail.com{tab}") Send(" (password){Enter}") Share this post Link to post Share on other sites