yakovha Posted July 21, 2014 Share Posted July 21, 2014 hi. i just started learning autoit today, any references as to were to start? i know programming in theory but never used any programming languish myself also another question, i don't understand y this simple one line scritpt dosent work DirMove ("C:test2", "C:test1") >"C:Program Files (x86)AutoIt3SciTE..autoit3.exe" /ErrorStdOut "C:Users55Desktoptest.au3" >Exit code: 0 Time: 0.05282 thx all (: Link to comment Share on other sites More sharing options...
JohnOne Posted July 21, 2014 Share Posted July 21, 2014 Might need admin rights to move that folder. Add this... #RequireAdmin ... to your script. AutoIt Absolute Beginners Require a serial Pause Script Video Tutorials by Morthawt ipify Monkey's are, like, natures humans. Link to comment Share on other sites More sharing options...
computergroove Posted July 21, 2014 Share Posted July 21, 2014 I tried your code and it doesn't work for me either. I cannot figure it out with dirmove. It looks like a bug. I am using Windows 7 x64 to test. Get Scite to add a popup when you use a 3rd party UDF -> http://www.autoitscript.com/autoit3/scite/docs/SciTE4AutoIt3/user-calltip-manager.html Link to comment Share on other sites More sharing options...
computergroove Posted July 21, 2014 Share Posted July 21, 2014 #include <MsgBoxConstants.au3> #RequireAdmin DirMove ("C:\test\2", "C:\test\1") This worked! Get Scite to add a popup when you use a 3rd party UDF -> http://www.autoitscript.com/autoit3/scite/docs/SciTE4AutoIt3/user-calltip-manager.html Link to comment Share on other sites More sharing options...
Bert Posted July 21, 2014 Share Posted July 21, 2014 (edited) look at AutoIt 1 2 3 in the examples section of the forum. Edited July 21, 2014 by MBALZESHARI The Vollatran project My blog: http://www.vollysinterestingshit.com/ Link to comment Share on other sites More sharing options...
Moderators Melba23 Posted July 21, 2014 Moderators Share Posted July 21, 2014 yakovha,Welcome to the AutoIt forums. Reading the Help file (at least the first few sections - Using AutoIt, Tutorials and the first couple of References) will help you enormously. You should also look at this excellent tutorial - you will find other tutorials in the Wiki (the link is at the top of the page). There are even video tutorials on YouTube if you prefer watching to reading.Have fun! M23 232showtime and Xandy 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...
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