skullv Posted September 24, 2007 Posted September 24, 2007 what fuction should i use to open a drive like C: or D:(not a cd rom) in normal expanded view ,in help there is func for opening file but i didn't find anywhere of opening a drive,directory,folder (all r same).
skullv Posted September 24, 2007 Author Posted September 24, 2007 Thanks for the qiock reply bro ,and am fool that i didn't thought of shellexecute,thanks bros
skullv Posted September 24, 2007 Author Posted September 24, 2007 Can u tell me how to keep a msgbox on top of all applications till u press ok or cancel. ??????????
ksmith247 Posted September 24, 2007 Posted September 24, 2007 Look up msgbox in the helpfile. Find 262144 on that page. Support bacteria; it's the only culture most people have.LxP's Learning to Script with AutoIt 3 - Excellent starting placeVolly's Links Page - Links to cool and useful scriptsAutoIt Wrappers - Valuater's AutoIt Wrappers post. Lots of good stuff.Support AutoIt - Make a donation here; I did.[size="2"]#include <Guinness.pint>[/size]
skullv Posted September 24, 2007 Author Posted September 24, 2007 One more help plz how can i set any to application at startup
SadBunny Posted September 24, 2007 Posted September 24, 2007 One more help plz how can i set any to application at startup You mean, autostart it with Windows? Multiple ways, link to it from the registry runkey ([hklm or hkcu]\Software\Microsoft\Windows\CurrentVersion\Run, I believe), or place it in c:\Documents and Settings\All Users\Menu Start\Programma's\Opstarten (in my Dutch Windows installation that is, be sure to check the location of your StartUp folder in your Windows language!) There's other options like scheduling a Windows task, creating services etc., but they might be too far-fetched for what you need. Perform forum or web searches if you need this kind of thing; there's a lot of information available. Roses are FF0000, violets are 0000FF... All my base are belong to you.
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