Jump to content


 

* * * - - 2 votes

I made 4 programs that are cool!


14 replies to this topic

#1 chibill

    Newbie

  • Full Members
  • 7 posts

Posted 03 February 2012 - 11:52 PM

This are some fun programs i made with autoit i will only include the .AU3 files not the .EXE.
CD drive opener
Attached File  cd drive open.au3   816bytes   102 downloads
Autoit updater
Attached File  autoit update.au3   921bytes   103 downloads
List drive
Attached File  list drives.au3   421bytes   98 downloads
a last but not lest Ping
Attached File  ping.au3   593bytes   150 downloads



#2 ReaperX

    Member

  • Full Members
  • Pip
  • 43 posts
  • Gender:Male
  • Location:Georgia

Posted 04 February 2012 - 12:45 AM

Not very Advanced but Nice Start. :)

#3 chibill

    Newbie

  • Full Members
  • 7 posts

Posted 04 February 2012 - 01:02 AM

I now but I just started and I made them all in one day.


#4 JScript

    Every passing day I learn more with you all!

  • Full Members
  • PipPipPipPipPip
  • 630 posts
  • Gender:Male
  • Location:Brazil

Posted 04 February 2012 - 03:04 AM

*
POPULAR

@chibill

We can not only admire complex programs, but also those that are simple and objective!
Congratulations!

Regards,

João Carlos.

In any language is high or low level at which a code is compiled and the author did not publish the source and not declared as open source, is strictly prohibited decompilation and publication! Otherwise, you will be violating the rules of programming, either AutoIt or any other language!

The world is made of rules, imagine if Nature broke the rules imposed by the Creator!



http://notebook.forumais.com (Forum Maintenance Notebooks and Desktop)
Posted Image
http://autoitbrasil.com/


#5 chibill

    Newbie

  • Full Members
  • 7 posts

Posted 04 February 2012 - 04:09 AM

I just made 3 more I about 2 hours.
Ip Get it returns the public Ip of your computer
Attached File  IP get.au3   116bytes   88 downloads
Total drive Space it returns the total drive space of all your drives
Attached File  Total drive space.au3   642bytes   62 downloads
And Free drive space it returns the free drive space of all your drives.
Attached File  Free space.au3   636bytes   56 downloads

Edited by chibill, 04 February 2012 - 04:10 AM.


#6 LaCastiglione

    Mass Spammer!

  • Full Members
  • PipPipPipPipPipPip
  • 1,648 posts
  • Gender:Not Telling
  • Location:from the æther

Posted 04 February 2012 - 04:42 AM

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!

:)
☥☽☼☥☀☾☥⚜⚜☥☾☀☥☼☽☥
Every sha-la-la-la
Every wo-wo-wo
Still shines
Every shing-a-ling-a-ling
That they're starting to sing's
So fine

☥☽☼☥☀☾☥⚜⚜☥☾☀☥☼☽☥

#7 Mikeman27294

    Insert Member Title Here

  • Full Members
  • PipPipPipPip
  • 469 posts
  • Gender:Male
  • Location:Perth, Western Australia

Posted 04 February 2012 - 06:34 AM

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!
Spoiler


#8 chibill

    Newbie

  • Full Members
  • 7 posts

Posted 05 February 2012 - 05:15 AM

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.

#9 guinness

    guinness

  • AutoIt MVPs (MVP)
  • 4,993 posts
  • Gender:Not Telling

Posted 05 February 2012 - 11:30 AM

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 by guinness, 05 February 2012 - 11:31 AM.

Example List: _AdapterConnections()_BinaryBin()_CheckMsgBox_CmdLineRaw()_ContextMenu()_DesktopDimensions()_DisplayPassword()_FileCompare()_FileCompareContents()_FileNameByHandle()_FindInFile()_GetBackgroundColor() & _SetBackgroundColor()_GetConrolID()_GetCtrlClass()_GetDirectoryFormat()_GetDriveMediaType()_GetFilename() & _GetFilenameExt()_GetIP()_GetIP_Country()_GetOSLanguage()_GetSavedSource_GetStringSize()_GetSystemPaths()_GetURLImage()_GIFImage()_GoogleWeather()_GUICtrlCreateGroup()_GUICtrlListView_CreateArray()_GUICtrlListView_SaveCSV()_GUICtrlListView_SaveHTML()_GUICtrlListView_SaveTxt()_GUICtrlListView_SaveXML()_GUICtrlMenu_Recent()_GUICtrlMenu_SetItemImage()_GUIDisable()_GUIImageList_SetIconFromHandle()_GUISetIcon()_InetGetGUI()_InetGetProgress()_IPDetails()_IsFileOlder()_IsUPX()_IsValidType()_Language()_Log()_MSDNDataType()_PathFull/GetRelative/Split()_ProgressSetMarquee()_ReDim()_ScrollingCredits_SelfDelete()_SelfUpdate()_SendTo()_ShellAll()_ShellFile()_ShellFolder()_Startup()_StringIsValid()_Temperature()_TrialPeriod()_UKToUSDate() & _USToUKDate()_WMIDateStringToDate() & _DateToWMIDateString()AutoIt SearchAutoIt3 PortableAutoItWinGetTitle()/AutoItWinSetTitle()FileInstallrGUI - Only Close ButtonGUICtrlDeleteImage()GUICtrlGetBkColor()GUICtrlGetStyle()GUIGetBkColor()LockFile()PasteBinSciTE JumpSignature CreatorWM_COPYDATAMore...
Posted ImagePosted ImagePosted ImagePosted ImagePosted Image


#10 Mikeman27294

    Insert Member Title Here

  • Full Members
  • PipPipPipPip
  • 469 posts
  • Gender:Male
  • Location:Perth, Western Australia

Posted 05 February 2012 - 11:53 AM

View Postchibill, on 05 February 2012 - 05:15 AM, said:

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.
Spoiler


#11 Beege

    Mass Spammer!

  • AutoIt MVPs (MVP)
  • 822 posts
  • Gender:Male
  • Location:Indiana

Posted 06 February 2012 - 05:10 PM

View Postguinness, on 05 February 2012 - 11:30 AM, said:

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.

#12 Melba23

    Yes, me!

  • Moderators (Mod)
  • 11,317 posts
  • Gender:Not Telling
  • Location:Where never lark or even eagle flew

Posted 06 February 2012 - 05:48 PM

*
POPULAR

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. :naughty:

But do post any scripts you have coded yourself in this thread - we encourage members to show off their own work. :)

M23
StringSize - Automatically size controls to fit text. - ExtMsgBox - A user customisable replacement for MsgBox. - Toast - Small GUIs which pop out of the Systray.
Marquee - Scrolling tickertape GUIs. - Scrollbars - Automatically sized scrollbars with a single command. - GUIFrame - Subdivide GUIs into many adjustable frames.
GUIExtender - Extend and retract multiple sections within a GUI. - .NoFocusLines - Remove the dotted focus lines from buttons, sliders, radios and checkboxes.
RecFileListToArray - An alternative to _FileListToArray with user-defined include/exclude masks, maximum recursion level, sorting and displayed path options
GUIListViewEx - Insert, delete, move, drag and sort ListView items. - ChooseFileFolder - Single and multiple selections from specified path tree structure.
Notify - Small notifications on the edge of the display

#13 Spiff59

    Mass Spammer!

  • Full Members
  • PipPipPipPipPipPip
  • 1,075 posts
  • Gender:Male
  • Location:Colossal Cave, USA

Posted 07 February 2012 - 07:17 PM

View PostLaCastiglione, on 04 February 2012 - 04:42 AM, said:

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 by Spiff59, 07 February 2012 - 07:18 PM.

The wise man is never run over by a truck he didn't see.

#14 LaCastiglione

    Mass Spammer!

  • Full Members
  • PipPipPipPipPipPip
  • 1,648 posts
  • Gender:Not Telling
  • Location:from the æther

Posted 07 February 2012 - 09:50 PM

Nah, don't be upset.
☥☽☼☥☀☾☥⚜⚜☥☾☀☥☼☽☥
Every sha-la-la-la
Every wo-wo-wo
Still shines
Every shing-a-ling-a-ling
That they're starting to sing's
So fine

☥☽☼☥☀☾☥⚜⚜☥☾☀☥☼☽☥

#15 willichan

    Old Geek

  • Full Members
  • PipPipPipPip
  • 346 posts
  • Gender:Male
  • Location:Southern California

Posted 08 February 2012 - 12:00 AM

View PostSpiff59, on 07 February 2012 - 07:17 PM, said:

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. :idiot:





1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users