Mihai1234 Posted June 13, 2022 Share Posted June 13, 2022 Hi guys! Welcome back to my channel! Today I have a script to create a folder automatically. Script: #include <Constants.au3> ; Creates a folder _Example() Exit Func _Example() ; Prompt the user to run this script Local $iAnswer = MsgBox(BitOR($MB_YESNO, $MB_SYSTEMMODAL), "Example", "This script creates a folder with New Folder! as name. Do you want to run?") If $iAnswer = $IDNO Then MsgBox($MB_SYSTEMMODAL, "AutoIt 3", "Oops!") Return EndIf ; Right clicks on a postition of 800,800 MouseClick($MOUSE_CLICK_RIGHT, 800, 800, 1, 50) ; Press the down arrow key 11 times Send("{DOWN 11}") ; Press the right arrow key 1 time Send("{RIGHT}") ; Press Enter Send("{ENTER}") ; Send "New Folder!" and the "Enter" key, using a slow-motion of 50 miliseconds on each keypress AutoItSetOption("SendKeyDelay", 50) Send("New Folder{!}{ENTER}") EndFunc ;==>_Example I attached mere a script but not a EXE due to viruses! Create a folder.au3 Link to comment Share on other sites More sharing options...
Somerset Posted June 13, 2022 Share Posted June 13, 2022 Quote Hi guys! Welcome back to my channel! What are you doing making videos, tutorials? Why post a script to download when it is so small and already posted? Link to comment Share on other sites More sharing options...
Developers Jos Posted June 13, 2022 Developers Share Posted June 13, 2022 (edited) Moved to the appropriate forum. Moderation Team @Mihai1234, Ok... please stop posting all these scripts all over the place. You clearly still need to learn coding a bit more and it is fine to post your current code, but please follow the following steps: Simply post the source code in a codebox, not as attachment. Do not post the compiled script Use the support forum for now and ask for improvements on your scripts for now. Jos Edited June 13, 2022 by Jos SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past. Link to comment Share on other sites More sharing options...
Mihai1234 Posted June 13, 2022 Author Share Posted June 13, 2022 Just now, Somerset said: What are you doing making videos, tutorials? Why post a script to download when it is so small and already posted? Because downloads are quick! And when download a file, has code in it, no copy and paste! Link to comment Share on other sites More sharing options...
Developers Jos Posted June 13, 2022 Developers Share Posted June 13, 2022 1 minute ago, Mihai1234 said: And when download a file, has code in it, no copy and paste! Nope... post the code in a codebox in stead of attachment for now unless it is a very big script! SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past. Link to comment Share on other sites More sharing options...
Mihai1234 Posted June 13, 2022 Author Share Posted June 13, 2022 Just now, Jos said: Nope... post the code in a codebox in stead of attachment for now unless it is a very big script! Copy and paste!! Link to comment Share on other sites More sharing options...
Developers Jos Posted June 13, 2022 Developers Share Posted June 13, 2022 (edited) mmm.. not sure what you mean with that last post but honestly don't care .... you simply do as we ask or else I remove all your stuff as I am slowly getting tired of all the shit I have cleaned up for you in the last hour. Hope this time I am crystal clear for you. Edited June 13, 2022 by Jos SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past. Link to comment Share on other sites More sharing options...
Mihai1234 Posted June 13, 2022 Author Share Posted June 13, 2022 Just now, Mihai1234 said: Copy and paste!! No copy and paste!!! Mere, I put the code in a codebox instead of attachment! Link to comment Share on other sites More sharing options...
Mihai1234 Posted June 13, 2022 Author Share Posted June 13, 2022 Unless it's a big script (>20 KB) Link to comment Share on other sites More sharing options...
Developers Jos Posted June 13, 2022 Developers Share Posted June 13, 2022 Whatever . *click* Musashi 1 SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past. Link to comment Share on other sites More sharing options...
Recommended Posts