Tech Tool Kit 2.0

Makivelli

New Member
Reaction score
0
Need a little help here,

I downloaded the toolkit and have ben using it and updating it via ketarin for a while. Today i decided to update it with various other little programs i have come across. I seem to be having a problem with getting ketarin to auto update the launcher. I am also having problems with files that are downloaded asvzip files.

For instance tried to add the IE fix utility, in Ketarin i name it IE Fix, i set the category as repair tools, i download from the windowsclub.com/downloads/Fix%20IE.zip so i set this as the download source, i set the download location to {root}zipfiles\.

In the commands tab under "execute the following command after downloading i put '7z x {file} -o"{root}Computer-Repair\Repair Tools\" -y'


No matter what i do i cannot get Ketarin to put the exe in the right place I have to manually drag it into the launcher.

Any help would be greatly appreciated.

Mark
 
thats how its done, it doesnt edit the launcher.xml file
you manually have to add anything you add to ketarin to the launcher too
 
Need a little help here,

In the commands tab under "execute the following command after downloading i put '7z x {file} -o"{root}Computer-Repair\Repair Tools\" -y'


No matter what i do i cannot get Ketarin to put the exe in the right place I have to manually drag it into the launcher.

Any help would be greatly appreciated.

Mark


You have to put {file} in quotes

7z x "{file}" -o"{root}Computer-Repair\Repair Tools\" -y' should work. any spaces confuse dos commands if they aren't in quotes

and yeah as AYS said, the launcher has no intelligence of its own, it can't detect an application, if you go to the menu itself you can add an app and tell it where the executable is.
 
Back
Top