NewbeeMan Posted December 12, 2015 Posted December 12, 2015 (edited) Tried to do elementary things, but cant gone thru catching the windows and doinf 3 clicks. The task is to load RAMdisk from image file (save). ShellExecuteWait("C:\Program Files (x86)\Gilisoft\RAMDisk\RAMDisk.exe")WinWaitActive("TITLE: Create a RAM Disk]","")ControlClick("TITLE: Create a RAM Disk]", "Cancel", "[CLASS:Button; INSTANCE:3]"Etc but i.ve got just the runned program. Here the 2 variants if loadinghttp://www.olaolaonline.net/page.php?image=20151212013510_2.pnghttp://www.olaolaonline.net/page.php?image=20151212013510_1.png And the Gilisoft Ramdisk anyone can download usin google (ican give the link on trial but maybe its prohibited) Edited December 12, 2015 by NewbeeMan
JohnOne Posted December 12, 2015 Posted December 12, 2015 (edited) ShellExecuteWaitShellExecute or Run Edited December 12, 2015 by JohnOne AutoIt Absolute Beginners Require a serial Pause Script Video Tutorials by Morthawt ipify Monkey's are, like, natures humans.
NewbeeMan Posted December 12, 2015 Author Posted December 12, 2015 (edited) ShellExecuteWait("C:\Program Files (x86)\Gilisoft\RAMDisk\RAMDisk.exe")- thats work fine. But the next step is the problem (on picture details), how to choose the mounting? Edited December 12, 2015 by NewbeeMan
NewbeeMan Posted December 12, 2015 Author Posted December 12, 2015 (edited) Here is needed algorithm (2 ways), both starting with th window "Create a Ramdisk".The 1 variant (theoretically it could be done just with buttons TAB, ARROWs and ENTER). And the second variant (but i think the 1 is better, because 1 var can be done without a mouse) Edited December 12, 2015 by NewbeeMan
JohnOne Posted December 12, 2015 Posted December 12, 2015 ShellExecuteWait("C:\Program Files (x86)\Gilisoft\RAMDisk\RAMDisk.exe")- thats work fine. But the next step is the problem (on picture details), how to choose the mounting?if it works fine, you would not be here.I suggest you either try Shellexecute , or read the help file properly for ShellExecuteWait.Preferably both. AutoIt Absolute Beginners Require a serial Pause Script Video Tutorials by Morthawt ipify Monkey's are, like, natures humans.
NewbeeMan Posted December 15, 2015 Author Posted December 15, 2015 (edited) JohnOne, thank u, i using "Shellexecute" but how to catch the button on the next stage, for example button with the name "next". Edited December 15, 2015 by NewbeeMan
kylomas Posted December 15, 2015 Posted December 15, 2015 Newbewman.Check out the ramdisk product by soft perfect. It is free and supports command line switches.Kylomas Forum Rules Procedure for posting code "I like pigs. Dogs look up to us. Cats look down on us. Pigs treat us as equals." - Sir Winston Churchill
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now