seraphant Posted February 16, 2004 Posted February 16, 2004 obviously just started this and im already confused at the help file firstly, how do you set the .ini to open an executable? i tried the code to open run menu: ;===== send, {LWIN}r send, C:{\}Folder{\}File.exe send, {enter} ;===== but the backslashes didnt show up guess i should just start at that and postr more as i run into them thanks Sera ~Sera
Developers Jos Posted February 16, 2004 Developers Posted February 16, 2004 You need to press the Windows key down then hit R and then release the windows key. The double \\ is translated to \ ... So someyhing like this should do it: send, {LWINDOWN}r{LWINUP} send, C:\\Folder\\File.exe send, {ENTER} SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past.
seraphant Posted February 16, 2004 Author Posted February 16, 2004 AutoIt v2? or is this AutoHotKey..anywhatso,... to run a file...Run, C:\\Folder\\File.exefor every 1 slash include 2...LAr.this is 2... autoIt3 is only beta right?so does this incluse both backslash (\\) and slash(//)? ~Sera
seraphant Posted February 16, 2004 Author Posted February 16, 2004 (edited) haha... already got a second dealie... im looking through the help file for basics and im working on mouseclick ive used LeftClick, <0>, <74> LeftClick, <40>, <40> LeftClick, <30>, <40> LeftClick, <40>, <0> just to see the scale of numbers and it always seems to click in the same place *EDIT* same problem with drag, moves to exact same spot Edited February 16, 2004 by seraphant ~Sera
seraphant Posted February 16, 2004 Author Posted February 16, 2004 the <> just denotes a "field". Do not use them in your syntax...LeftClick, <0>, <74>should be...LeftClick, 0, 74Larryoh... heh... im used to html... guess that about clears it up for nowthanks ~Sera
seraphant Posted February 16, 2004 Author Posted February 16, 2004 whoa... im reading the help file over again and copy/pasting the basics into sortove a 'cheat sheet' i can actually understand some of them now i appreciate this man, most admins that ive seen *COUGHCOUGHHALOCOUGH* are more powermongers than moderators. This really helped... ~Sera
Administrators Jon Posted February 16, 2004 Administrators Posted February 16, 2004 He's trying to trick you! His last sig was "yearns to boot members" Deployment Blog: https://www.autoitconsulting.com/site/blog/ SCCM SDK Programming: https://www.autoitconsulting.com/site/sccm-sdk/
seraphant Posted February 16, 2004 Author Posted February 16, 2004 He's trying to trick you! His last sig was "yearns to boot members" he could never take me... im much too powerful please dont hurt me. ~Sera
seraphant Posted February 16, 2004 Author Posted February 16, 2004 (edited) hm.... another question... WinHide, <Window Title> [,<Window Text>] WinShow, <Window Title> [,<Window Text>] WinRestore, <Window Title> [,<Window Text>] WinMinimize, <Window Title> [,<Window Text>] WinMaximize, <Window Title> [,<Window Text>] WinActivate, <Window Title> [,<Window Text>] WinClose, <Window Title> [,<Window Text>] If the window exists, the relevant command (i.e. minimizing, hiding, activating, etc.) will be performed. most of the winwait... and window commands (above) refer to 'window text.' what does that stand for? *EDIT* im an idiot nvm Edited February 16, 2004 by seraphant ~Sera
seraphant Posted February 16, 2004 Author Posted February 16, 2004 how do i get into the autoit's reveal mode? ~Sera
seraphant Posted February 17, 2004 Author Posted February 17, 2004 i got it. i was trying to run 'autoit.exe /reveal' but it worked after i browsed and added '/reveal' to the entire command line wxcellent... ~Sera
Recommended Posts