View Single Post
  #75  
Old 2005-01-24, 11:11 AM
RainDawg's Avatar
RainDawg RainDawg is offline
Renegade Geek
 
Join Date: Oct 2004
Location: Passing swiftly through The Moor
Re: Audiophilia - The shntool frontend, v0.0.1 released, alpha testers needed

Quote:
Originally Posted by uhclem
Raindawg, to get around the problem you mention put quotes in there thus:

%~d1 & cd "%1"
Yes, I tried this, and it still had certain times it would not work. When linking the batch file to a command in the right-click context menu through, basically just calling the batch file stored in the registry, it wouldn't work. I needed to change it from "%1" to %* to ensure that it sent all of the directory's path to md5check.

Note that the batch file created when you run the official installer program uses just %1, no quotes, and as thus won't work for anything where there is a space anywhere is the filename or pathname. It can be fixed by changing that to %*, or at least, it worked on my system.
__________________
Through the clouds,
Throught the lies,
We'll never see,
What's never been,
At the ending of life and the coming of death,
Pass not through its gates but into the dark.
Reply With Quote Reply with Nested Quotes