Jump to content

Recommended Posts

Posted

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!

Posted

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)

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...