Jump to content
Ketarin forum

Ketarin for the none programmer???


da023n
 Share

Recommended Posts

Why is it so hard to get this program to do what you want it to do? All I can get this to do is download things I then have to extract them myself if they're archived. I'm also having trouble with the versions of programs. I'm no a programmer or a command line guru so it would seem Keterin is next to useless for me.

Link to comment
Share on other sites

Hi,

 

I don't belong to Ketarin 'staff' i'm a user just like you. I use only

7z x "{file}" -o"{root}Toolkit\{category}\{appname}" -y

but to do this you need to install 7-zip and copy 7z.dll and 7z.exe to

{root}Toolkit\

 

Hope you understand. Best regards!

Link to comment
Share on other sites

Thanks josh did what you suggested and changed the command a bit to this where the app folder is the name of the app:

 

7z x "{file}" -o"..\Apps\[Appfoldername]" -y

 

Any way of deleting the original file after its extracted? I tried adding this at the end but it doesn't work:

 

d {file}

 

EDIT: Worked it out now using this:

 

7z x "{file}" -o"..\Apps\[Appfoldername]" -y && del "..\Apps\[Appfoldername]\*.zip"

Edited by da023n
Link to comment
Share on other sites

Thanks josh did what you suggested and changed the command a bit to this where the app folder is the name of the app:

 

7z x "{file}" -o"..\Apps\[Appfoldername]" -y

 

Hi,

 

Why are you using square brackets in [Appfoldername]? That's not needed.

 

Any way of deleting the original file after its extracted?

 

Mr.Floele, the developer, is looking for feedback regarding this subject, go to

http://ketarin.canneverbe.com/forum/viewtopic.php?pid=3247#p3247

 

 

Best regards!

Link to comment
Share on other sites

Hi,

 

Why are you using square brackets in [Appfoldername]? That's not needed.

 

Square brackets only used to show that the app could be anything. This is what it looks like with an app:

 

7z x "{file}" -o"..\Apps\Starter" -y

 

Mr.Floele, the developer, is looking for feedback regarding this subject, go to

http://ketarin.canneverbe.com/forum/viewtopic.php?pid=3247#p3247

 

 

Best regards!

 

I'll have a look cheers. Just need to figure out how to extract paf files or run them.

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.