well, I created a Bat file instead, containing the line: dir /a /b /-p /o:gen >FileList.txt
In FileMenuTools i was able to select "Run a Program" then in "Program" browse to that Bat file, and name the New action "Create File Listing"
Right-Clicking a Folder and going to FileMenuTools>Create File Listing creates FileList.txt inside the selected folder containing the contents
but the Command Prompt Window Flashes, which is fine.. but would better if it didnt, if anyone knows how to stop that from happening, let me know, thanks..
I tried C:\Windows\shellexecute.exe /L:\David's Data\Computing\Bat Files\File Listing.bat but that didnt work.. and FilemenuTools doesnt seem to support VBScripts
And then, I tried putting both a BAT & a VBS in a new Classic Explorer button, as well as the straight dir > command, selected a folder then hit the new button, but all 3 didnt work
the VBscript was:
Dim WSHShell Set WSHShell=WScript.CreateObject("WScript.Shell") WSHShell.Run """L:\Tenzen's Data\Computing\Bat Files\File Listing.bat""", 0
anyone know if thats possible?
anyway, i found one work around, just has the Cmd window pop up & disappear... but its ok if thats the best that can be done
|