chibill Posted February 3, 2012 Share Posted February 3, 2012 This are some fun programs i made with autoit i will only include the .AU3 files not the .EXE. CD drive opener cd drive open.au3 Autoit updater autoit update.au3 List drive list drives.au3 a last but not lest Ping ping.au3 Link to comment Share on other sites More sharing options...
LiquidNitrogen Posted February 3, 2012 Share Posted February 3, 2012 Not very Advanced but Nice Start. Formerly ReaperX Link to comment Share on other sites More sharing options...
chibill Posted February 4, 2012 Author Share Posted February 4, 2012 I now but I just started and I made them all in one day. Link to comment Share on other sites More sharing options...
JScript Posted February 4, 2012 Share Posted February 4, 2012 @chibillWe can not only admire complex programs, but also those that are simple and objective!Congratulations!Regards,João Carlos. Mikeman27294 1 http://forum.autoitbrasil.com/ (AutoIt v3 Brazil!!!) Somewhere Out ThereJames Ingram Download Dropbox - Simplify your life!Your virtual HD wherever you go, anywhere! Link to comment Share on other sites More sharing options...
chibill Posted February 4, 2012 Author Share Posted February 4, 2012 (edited) I just made 3 more I about 2 hours. Ip Get it returns the public Ip of your computer IP get.au3 Total drive Space it returns the total drive space of all your drives Total drive space.au3 And Free drive space it returns the free drive space of all your drives. Free space.au3 Edited February 4, 2012 by chibill Link to comment Share on other sites More sharing options...
jaberwacky Posted February 4, 2012 Share Posted February 4, 2012 You've got moxy, kid. Keep at it. You'll be swell! You'll be great! Gonna have the whole world on the plate! Starting here, starting now, honey, everything's coming up roses! Helpful Posts and Websites: AutoIt3 Variables and Function Parameters MHz | AutoIt Wiki | Using the GUIToolTip UDF BrewManNH | Can't find what you're looking for on the Forum? Link to comment Share on other sites More sharing options...
Mikeman27294 Posted February 4, 2012 Share Posted February 4, 2012 Yep. Everyone starts somewhere, and that is a great way to start. Infact, that's sort of how I started, by making small scripts like that. I ofcourse, am still learning new things every day (as I expect mose people on the forums are) but that's the way to go about it. Keep at it, I can't wait to see what sort of scripts you will be making in a few month's time with the right guidance from the community, you will surely go far! Link to comment Share on other sites More sharing options...
chibill Posted February 5, 2012 Author Share Posted February 5, 2012 I am right now trying to make a script to read ether a web page blog or a textnow site to start a program so when you add something to the blog or text the site it runs a program based on what it recives. Link to comment Share on other sites More sharing options...
guinness Posted February 5, 2012 Share Posted February 5, 2012 (edited) It's good you're starting small and posting examples for those who might want to learn too, but the following have just been lifted directly from the Help file 'list drives.au3', 'IP get.au3' & 'autoit update.au3'. Edited February 5, 2012 by guinness TheSaint 1 UDF List:  _AdapterConnections() • _AlwaysRun() • _AppMon() • _AppMonEx() • _ArrayFilter/_ArrayReduce • _BinaryBin() • _CheckMsgBox() • _CmdLineRaw() • _ContextMenu() • _ConvertLHWebColor()/_ConvertSHWebColor() • _DesktopDimensions() • _DisplayPassword() • _DotNet_Load()/_DotNet_Unload() • _Fibonacci() • _FileCompare() • _FileCompareContents() • _FileNameByHandle() • _FilePrefix/SRE() • _FindInFile() • _GetBackgroundColor()/_SetBackgroundColor() • _GetConrolID() • _GetCtrlClass() • _GetDirectoryFormat() • _GetDriveMediaType() • _GetFilename()/_GetFilenameExt() • _GetHardwareID() • _GetIP() • _GetIP_Country() • _GetOSLanguage() • _GetSavedSource() • _GetStringSize() • _GetSystemPaths() • _GetURLImage() • _GIFImage() • _GoogleWeather() • _GUICtrlCreateGroup() • _GUICtrlListBox_CreateArray() • _GUICtrlListView_CreateArray() • _GUICtrlListView_SaveCSV() • _GUICtrlListView_SaveHTML() • _GUICtrlListView_SaveTxt() • _GUICtrlListView_SaveXML() • _GUICtrlMenu_Recent() • _GUICtrlMenu_SetItemImage() • _GUICtrlTreeView_CreateArray() • _GUIDisable() • _GUIImageList_SetIconFromHandle() • _GUIRegisterMsg() • _GUISetIcon() • _Icon_Clear()/_Icon_Set() • _IdleTime() • _InetGet() • _InetGetGUI() • _InetGetProgress() • _IPDetails() • _IsFileOlder() • _IsGUID() • _IsHex() • _IsPalindrome() • _IsRegKey() • _IsStringRegExp() • _IsSystemDrive() • _IsUPX() • _IsValidType() • _IsWebColor() • _Language() • _Log() • _MicrosoftInternetConnectivity() • _MSDNDataType() • _PathFull/GetRelative/Split() • _PathSplitEx() • _PrintFromArray() • _ProgressSetMarquee() • _ReDim() • _RockPaperScissors()/_RockPaperScissorsLizardSpock() • _ScrollingCredits • _SelfDelete() • _SelfRename() • _SelfUpdate() • _SendTo() • _ShellAll() • _ShellFile() • _ShellFolder() • _SingletonHWID() • _SingletonPID() • _Startup() • _StringCompact() • _StringIsValid() • _StringRegExpMetaCharacters() • _StringReplaceWholeWord() • _StringStripChars() • _Temperature() • _TrialPeriod() • _UKToUSDate()/_USToUKDate() • _WinAPI_Create_CTL_CODE() • _WinAPI_CreateGUID() • _WMIDateStringToDate()/_DateToWMIDateString() • Au3 script parsing • AutoIt Search • AutoIt3 Portable • AutoIt3WrapperToPragma • AutoItWinGetTitle()/AutoItWinSetTitle() • Coding • DirToHTML5 • FileInstallr • FileReadLastChars() • GeoIP database • GUI - Only Close Button • GUI Examples • GUICtrlDeleteImage() • GUICtrlGetBkColor() • GUICtrlGetStyle() • GUIEvents • GUIGetBkColor() • Int_Parse() & Int_TryParse() • IsISBN() • LockFile() • Mapping CtrlIDs • OOP in AutoIt • ParseHeadersToSciTE() • PasswordValid • PasteBin • Posts Per Day • PreExpand • Protect Globals • Queue() • Resource Update • ResourcesEx • SciTE Jump • Settings INI • SHELLHOOK • Shunting-Yard • Signature Creator • Stack() • Stopwatch() • StringAddLF()/StringStripLF() • StringEOLToCRLF() • VSCROLL • WM_COPYDATA • More Examples... Updated: 22/04/2018 Link to comment Share on other sites More sharing options...
Mikeman27294 Posted February 5, 2012 Share Posted February 5, 2012 I am right now trying to make a script to read ether a web page blog or a textnow site to start a program so when you add something to the blog or text the site it runs a program based on what it recives.Woah, don't get too far ahead of yourself, that sounds like it might be a little advanced for you. If you want to try, then sure but it may end in frustration. What you would probably want for that is the website API and that might be somewhat hard to get working. Link to comment Share on other sites More sharing options...
Beege Posted February 6, 2012 Share Posted February 6, 2012 It's good you're starting small and posting examples for those who might want to learn too, but the following have just been lifted directly from the Help file 'list drives.au3', 'IP get.au3' & 'autoit update.au3'.What guinness pointed out here is true and IMO very bad. I see that as being just the same as copying anybody elses code around here and then trying to pawn it off as if you wrote it. Even if its modified, you should still credit where you got your original code from. TheSaint 1 Assembly Code: fasmg . fasm . BmpSearch . Au3 Syntax Highlighter . Bounce Multithreading Example . IDispatchASMUDFs: Explorer Frame . ITaskBarList . Scrolling Line Graph . Tray Icon Bar Graph . Explorer Listview . Wiimote . WinSnap . Flicker Free Labels . iTunesPrograms: Ftp Explorer . Snipster . Network Meter . Resistance Calculator Link to comment Share on other sites More sharing options...
Moderators Melba23 Posted February 6, 2012 Moderators Share Posted February 6, 2012 chibill,It is nice to see that you are learning AutoIt, but please do not post any more scripts taken directly from the Help file. But do post any scripts you have coded yourself in this thread - we encourage members to show off their own work. M23 TheSaint and wakillon 2  Any of my own code posted anywhere on the forum is available for use by others without any restriction of any kind Open spoiler to see my UDFs: Spoiler ArrayMultiColSort ---- Sort arrays on multiple columnsChooseFileFolder ---- Single and multiple selections from specified path treeview listingDate_Time_Convert -- Easily convert date/time formats, including the language usedExtMsgBox --------- A highly customisable replacement for MsgBoxGUIExtender -------- Extend and retract multiple sections within a GUIGUIFrame ---------- Subdivide GUIs into many adjustable framesGUIListViewEx ------- Insert, delete, move, drag, sort, edit and colour ListView itemsGUITreeViewEx ------ Check/clear parent and child checkboxes in a TreeViewMarquee ----------- Scrolling tickertape GUIsNoFocusLines ------- Remove the dotted focus lines from buttons, sliders, radios and checkboxesNotify ------------- Small notifications on the edge of the displayScrollbars ----------Automatically sized scrollbars with a single commandStringSize ---------- Automatically size controls to fit textToast -------------- Small GUIs which pop out of the notification area  Link to comment Share on other sites More sharing options...
Spiff59 Posted February 7, 2012 Share Posted February 7, 2012 (edited) You've got moxy, kid. Keep at it.You'll be swell! You'll be great!Gonna have the whole world on the plate!Starting here, starting now,honey, everything's coming up roses! I could hear Ethel in my head as I read your post (Maybe I should be upset! lol) Edited February 7, 2012 by Spiff59 Link to comment Share on other sites More sharing options...
jaberwacky Posted February 7, 2012 Share Posted February 7, 2012 Nah, don't be upset. Helpful Posts and Websites: AutoIt3 Variables and Function Parameters MHz | AutoIt Wiki | Using the GUIToolTip UDF BrewManNH | Can't find what you're looking for on the Forum? Link to comment Share on other sites More sharing options...
willichan Posted February 7, 2012 Share Posted February 7, 2012 I could hear Ethel in my head as I read your post (Maybe I should be upset! lol)I could see her face superimposed on my screen. I am upset. My UDFs: Barcode Libraries, Automate creation of any type of project folder, File Locking with Cooperative Semaphores, Inline binary files, Continue script after reboot, WinWaitMulti, Name Aggregator, Enigma, CornedBeef Hash  Link to comment Share on other sites More sharing options...
PetitPain Posted February 25, 2015 Share Posted February 25, 2015 This are some fun programs i made with autoit i will only include the .AU3 files not the .EXE. CD drive openercd drive open.au3 Autoit updaterautoit update.au3 List drivelist drives.au3 a last but not lest Pingping.au3 Nice start. Im learning myself and think you didnt waste your time doing basic stuff You dont hunt the lion before the rabbit. Link to comment Share on other sites More sharing options...
water Posted February 25, 2015 Share Posted February 25, 2015 Welcome to AutoIt and the forum! Do you think it is sensible to post in a thread where the last post is 3 years old and the OP has been offline for nearly 2 years TheSaint 1 My UDFs and Tutorials: Spoiler UDFs: Active Directory (NEW 2024-07-28 - Version 1.6.3.0) - Download - General Help & Support - Example Scripts - Wiki ExcelChart (2017-07-21 - Version 0.4.0.1) - Download - General Help & Support - Example Scripts OutlookEX (2021-11-16 - Version 1.7.0.0) - Download - General Help & Support - Example Scripts - Wiki OutlookEX_GUI (2021-04-13 - Version 1.4.0.0) - Download Outlook Tools (2019-07-22 - Version 0.6.0.0) - Download - General Help & Support - Wiki PowerPoint (2021-08-31 - Version 1.5.0.0) - Download - General Help & Support - Example Scripts - Wiki Task Scheduler (2022-07-28 - Version 1.6.0.1) - Download - General Help & Support - Wiki Standard UDFs: Excel - Example Scripts - Wiki Word - Wiki Tutorials: ADO - Wiki WebDriver - Wiki  Link to comment Share on other sites More sharing options...
TheSaint Posted February 25, 2015 Share Posted February 25, 2015 (edited) But now that he has brought up this topic, I would like to air my view. Most of us have indeed crafted pretty much most of the same scripts offered up here. And I am keen to encourage people with their programming. I would suggest though, that one needs to look at the sense of cluttering up the forum with simple things that are useful to be sure, and certainly have a place in our toolbox, but perhaps should be left for others to learn from scratch. If all of us were to upload these type of programs (and many do), we would be using up space here unnecessarily with repetitive stuff (which happens). If you craft such a thing, but add a handy twist, then that is different and certainly acceptable, and probably even desirable. Otherwise, I would task people to think logically before uploading their really simple stuff ... perhaps do a search of the forum first, to see if something very much the same is already available. That and the Help file. I would also suggest, that the forum and AutoIt have been around long enough, for all the simple basic stuff to have already seen the light of day. I quite realize, that people get very enthusiastic with their programs, especially the first ones, and the urge to show how clever you are, can be strong. I just suggest you temper that urge with sense. Whatever you do though, don't let my statements here, curb your enthusiasm for programming. Edited February 26, 2015 by TheSaint Skeletor 1 Make sure brain is in gear before opening mouth! Remember, what is not said, can be just as important as what is said. Spoiler What is the Secret Key? Life is like a Donut If I put effort into communication, I expect you to read properly & fully, or just not comment. Ignoring those who try to divert conversation with irrelevancies. If I'm intent on insulting you or being rude, I will be obvious, not ambiguous about it. I'm only big and bad, to those who have an over-active imagination. I may have the Artistic Liesense to disagree with you. TheSaint's Toolbox (be advised many downloads are not working due to ISP screwup with my storage) Link to comment Share on other sites More sharing options...
TheDcoder Posted February 25, 2015 Share Posted February 25, 2015 (edited) Nice! But remember not to go wild! Edited February 25, 2015 by TheDcoder Skeletor 1 EasyCodeIt - A cross-platform AutoIt implementation - Fund the development! (GitHub will double your donations for a limited time) DcodingTheWeb Forum - Follow for updates and Join for discussion Link to comment Share on other sites More sharing options...
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