Why this work:
And this not?
Is a limitation or my error?
Thanks for support
Edited by johnmcloud, 22 December 2011 - 09:16 AM.
Posted 22 December 2011 - 08:28 AM
Edited by johnmcloud, 22 December 2011 - 09:16 AM.
Posted 22 December 2011 - 08:45 AM
Uh? Is the same directory, i have create a "Test" folder. Take a look:The only reason that wouldn't work is if @WorkingDir isn't the directory you think it is.
Edited by johnmcloud, 22 December 2011 - 08:47 AM.
Posted 22 December 2011 - 09:01 AM
Toast - Small GUIs which pop out of the Systray - Marquee - Scrolling tickertape GUIs
Scrollbars - Automatically sized scrollbars with a single command - GUIFrame - Subdivide GUIs into many adjustable frames
GUIExtender - Extend and retract multiple sections within a GUI - NoFocusLines - Remove the dotted focus lines from buttons, sliders, radios and checkboxes
ChooseFileFolder - Single and multiple selections from specified path tree structure - - Notify - Small notifications on the edge of the display
RecFileListToArray - An alternative to _FileListToArray with user-defined include/exclude masks, maximum recursion level, sorting and displayed path options
GUIListViewEx - Insert, delete, move, drag and sort ListView items
Posted 22 December 2011 - 09:14 AM
You have right, i have made the " " becouse i have try without it and not work. The problem was in my script i need to add a Sleep(500) between DirCreate and FileSetAttrib, withuot it i don't know why don't work on my system, maybe becouse the folder has a long name.johnmcloud,
You have superfluous quotes in your "file pattern" parameter - try this:
You do not need quotes around variables, only strings. You need additonal quotes around path strings when you pass them to the DOS console using Run(@ComSpec & " /c "....) and they contain spaces - but not with the AutoIt native commands.
M23
Posted 22 December 2011 - 09:56 AM
You have to give the system time to recognize the new folder.in my script i need to add a Sleep(500) between DirCreate and FileSetAttrib
Toast - Small GUIs which pop out of the Systray - Marquee - Scrolling tickertape GUIs
Scrollbars - Automatically sized scrollbars with a single command - GUIFrame - Subdivide GUIs into many adjustable frames
GUIExtender - Extend and retract multiple sections within a GUI - NoFocusLines - Remove the dotted focus lines from buttons, sliders, radios and checkboxes
ChooseFileFolder - Single and multiple selections from specified path tree structure - - Notify - Small notifications on the edge of the display
RecFileListToArray - An alternative to _FileListToArray with user-defined include/exclude masks, maximum recursion level, sorting and displayed path options
GUIListViewEx - Insert, delete, move, drag and sort ListView items
0 members, 0 guests, 0 anonymous users