Add button parameter for recursive file list
Posted: 2010-07-30, 17:46 UTC
Sometimes we want to copy a folder with all sub-folders and apply a command to every file.
We have to get a full file list for doing this, here are few ways:
1) Execute the batch command [face=courier]dir /s /b *.* > filelist.txt[/face] for every selected folder and work with these lists.
2) OR we can write a batch or vbs function for recursive searching thorough all sub-folders (the worst choice).
3) OR we can execute three commands: a) File List With Subdirs b) Select All c) launch a command with %L parameter
4) and finally - my suggestion. Could you add a button parameter for temp list file with all paths+names of selected files/folders including all files in their subfolders? It will shorten many vbscripts :)
We have to get a full file list for doing this, here are few ways:
1) Execute the batch command [face=courier]dir /s /b *.* > filelist.txt[/face] for every selected folder and work with these lists.
2) OR we can write a batch or vbs function for recursive searching thorough all sub-folders (the worst choice).
3) OR we can execute three commands: a) File List With Subdirs b) Select All c) launch a command with %L parameter
4) and finally - my suggestion. Could you add a button parameter for temp list file with all paths+names of selected files/folders including all files in their subfolders? It will shorten many vbscripts :)