View Single Post
  #6  
Old 12-05-2009, 02:05 AM
Chompy Chompy is offline
¯\(º_o)/¯
Chompy's Avatar
Join Date: Sep 2006
Location: Norway
Posts: 2,815
Chompy is just really niceChompy is just really niceChompy is just really nice
Send a message via MSN to Chompy
Made a little batch file myself, it gets the installation path from the registry so it can be run from any directory. It also automatically closes the DOS window after starting graal.exe

Graal -delete filenamecache.zip
(Had to zip it because of 'percent-percent' -.-)

here's a version where you have to replace $ with percent

HTML Code:
FOR /F "tokens=2* delims=	 " $$A IN ('REG QUERY "HKCU\Software\Graal\Setup" /v path') DO SET Path=$$B
del $Path$\FILENAMECACHE.txt
start $Path$\graal.exe

I did start on a file allowing droping files into it to append it into FILENAMECACHE.txt, but unsure about the number behind the filename, if it's needed, how to generate it etc?
__________________
Reply With Quote