mdcotter30 Posted May 16, 2007 Posted May 16, 2007 Hello Everyone I am fairly new to autoit and need to run a script that Reads in file names in a specific directory and display each file name in a separate dialog box. Can anybody help with this? thanks, Dan
star2 Posted May 16, 2007 Posted May 16, 2007 Hello Everyone I am fairly new to autoit and need to run a script that Reads in file names in a specific directory and display each file name in a separate dialog box. Can anybody help with this? thanks, Dan do need anything like this : #Include <File.au3> #Include <Array.au3> $FileList=_FileListToArray(@DesktopDir) If @Error=1 Then MsgBox (0,"","No Files\Folders Found.") Exit EndIf _ArrayDisplay($FileList,"$FileList") quoted from the help file within Autoit [quote]Baby you're all that I want, When you're lyin' here in my armsI'm findin' it hard to believe, We're in heavenAnd love is all that I need , And I found it there in your heartIt isn't too hard to see, We're in heaven .Bryan Adams[/quote].............................................................................[u]AUTOIT[/u]
November Posted May 16, 2007 Posted May 16, 2007 Hello Everyone I am fairly new to autoit and need to run a script that Reads in file names in a specific directory and display each file name in a separate dialog box. Can anybody help with this?thanks,DanHi m8,Star2 said it allBut you gan use GuiCtrlCreateListView Have a look in AutoIT help file and try to use the example and adapt in your script!The Help file is the bible of AutoIT Cheers Old Scriptology Visual Ping 1.8 - Mass Ping Program with export to txt delimited. Desktop 2 RGB and YMCK - Pick a color in the desktop and get the RGB and YMCK code. Desktop 2 RGB - Pick a color in the desktop and get the RGB code. ShootIT 1.0 - Screen Capture full and partial screen [font="'Arial Black';"]Remember Remember The Fifth of November.[/font]
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