sachin3079 0 Posted November 11, 2010 Hi everyone, I am into a project which requires to automate startup menu the functionality is to open sartup menu -> go to all programs and open one by one all the programs till all the folders and files are opened... Please can any one help me out wiht the logic and it would be great if any one can provide the code for it... Share this post Link to post Share on other sites
wakillon 403 Posted November 11, 2010 See in the helpfile for this Macro and functions it may help you @ProgramsDir @ProgramsCommonDir _FileListToArray FileGetShortcut AutoIt 3.3.14.2 X86 - SciTE 3.6.0 - WIN 8.1 X64 - Other Example Scripts Share this post Link to post Share on other sites
sachin3079 0 Posted November 12, 2010 See in the helpfile for this Macro and functionsit may help you @ProgramsDir@ProgramsCommonDir_FileListToArray FileGetShortcutThanks a ton for valuable input..as this had added some thing to my knowledge for AutoIt...In my case what I have to simulate the keyboard events soa sto reach to the startup and then open each and every folder/files/ images.It would be great if you can help me out with that..thanks in advance.. Share this post Link to post Share on other sites
hannes08 39 Posted November 12, 2010 Thanks a ton for valuable input..as this had added some thing to my knowledge for AutoIt...In my case what I have to simulate the keyboard events soa sto reach to the startup and then open each and every folder/files/ images.It would be great if you can help me out with that..thanks in advance..Hi sachin3079,you could still do this with @ProgramDir@ProgramCommonDir_FileListToArray...Just if you get to a JPG use SheckkExecute() in order to open it.Regards,Hannes :-) Regards,Hannes[spoiler]If you can't convince them, confuse them![/spoiler] Share this post Link to post Share on other sites
sachin3079 0 Posted November 15, 2010 Hi sachin3079,you could still do this with @ProgramDir@ProgramCommonDir_FileListToArray...Just if you get to a JPG use SheckkExecute() in order to open it.Regards,Hannes :-)Thanks a lot Hannes.. I got it now,....RegardsSachin Share this post Link to post Share on other sites