mmysterymann Posted October 20, 2008 Posted October 20, 2008 Good day. I'm new in using AutoIt and I was wondering and hoping if anyone here has a script, which will read a registry entry and read the contents of drive C. Thanks in advance!
Zedna Posted October 20, 2008 Posted October 20, 2008 (edited) Look at RegRead() and _FileListToArrayEx() http://www.autoitscript.com/forum/index.ph...leListToArrayEx Edited October 20, 2008 by Zedna Resources UDF ResourcesEx UDF AutoIt Forum Search
Andreik Posted October 20, 2008 Posted October 20, 2008 Or you can use this to create a list of files from C, and put them in a file Content.txt: RunWait(@ComSpec & " /C " & "DIR C: /S >" & @ScriptDir & "\Content.txt", "", @SW_HIDE)
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