sdfhacker Posted February 20, 2005 Posted February 20, 2005 Translating the error message...Windows can't find "H:\1 Derniers Download\D-Link\1_List.txt". Check you entered the name correctly and try again.Well, it seems to be an error with the spaces. - For folder names without spaces, the list file is opened an saved INTO the folder. OK - For folder names, the list file isn't opened, it is saved OUTSIDE the folder and its name only contains the first word of the folder name (before the space).
Yzöwl Posted February 20, 2005 Posted February 20, 2005 remember that! Yes, but read the message first!, now read it again, and tell me if it mentions spaces in the folder path!
coucou Posted February 21, 2005 Posted February 21, 2005 YES Yzöwl My folder "H:\1 Derniers Download" contain spaces.I test it on a folder w/o spaces... it works.It is possible to automatic reading folders with or w/o spaces Regardscoucou
Yzöwl Posted December 1, 2005 Posted December 1, 2005 (edited) Attached is an archive containing an inf file, which will install the also enclosed compiled batch file I now use, for right-click directory contents listings. I moved to this method simply because I wanted a much cleaner, output.Install the inf using right click install option or the usual command line for the DefaultInstall section<Edit>The zip has been re-upped due to fix for error noted in my next post below, sorry for any inconvenience caused.</Edit><Edit2>Updated version added, this one names the output file using the date and time and retains previous ones. It ignores hidden files and folders, since the majority of the time their inclusion is a nuisance. It saves as a hidden file itself.</Edit2>DirList.zip Edited March 11, 2006 by Yzöwl
Doenja Posted December 1, 2005 Posted December 1, 2005 Attached is an archive containing an inf file, which will install the also enclosed compiled batch file I now use, for right-click directory contents listings. I moved to this method simply because I wanted a much cleaner, output.Install the inf using right click install option or the usual command line for the DefaultInstall sectionGreat job and thanks to you all. I have a request and that is.. would it be possible to have a choice how the output looks like? ie full path or your cleaner version?Doenja
SyntaxError Posted December 2, 2005 Posted December 2, 2005 Nice tool Yzöwl. Thanks.It doesn't handle folders with a space in the name though.
Yzöwl Posted December 2, 2005 Posted December 2, 2005 (edited) Spaces in file names, mine does; it'd be a pretty pointless tool for the majority of users otherwise.If anyone else has found this please confirm.<Edit>A quick fix for the problem (with the inf file).changeDefaultDestDir = 11toDefaultDestDir = 16410andHKCU,Software\Classes\Folder\shell\%THISFILE%\command,,,"%11%\%THISFILE%.exe ""%1"""toHKCU,Software\Classes\Folder\shell\%THISFILE%\command,,,"%16410%\%THISFILE%.exe ""%1"""The zip has been fixed to suit</Edit> Edited December 2, 2005 by Yzöwl
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