Jump to content
Ketarin forum

josh

Members
  • Posts

    210
  • Joined

  • Last visited

Everything posted by josh

  1. I see you already added table, thank you. I have never edit this sort of Wiki before, but i was looking at formats and it does not seem so dificult. Just one thing, i would like to suggest a link to Lupo PenSuite Uniextractor unofficial build, because Uniextractor updates so little and sometimes it's quite troublesome. http://www.lupopensuite.com/db/universalextractor.htm
  2. I prefer to leave that to Mr.Florian criteria.
  3. Sorry for inconvinience but i wasn't sure if this was the proper place to post Extract archive with full paths 7z x "{file}" -o"{root}USB-Toolkit\{category}\{appname}\" -y Extract selected files from archive 7z x "{file}" -o"{root}USB-Toolkit\{category}\{appname}" *.exe *.dll -r -y Extract archive to selected directory 7z e "{file}" -o"{root}USB-Toolkit\{category}\{appname}\" -y Extract archive or selected files to temp 7z x "{file}" -o%temp% *.exe -r Extract archive using Uniextract {root}USB-Toolkit\Backup\Uniextract\UniExtract.exe "{file}" "{root}USB-Toolkit\{category}\{appname}" Extract archive to temp using Uniextract start "" /wait {root}USB-Toolkit\Backup\Uniextract\UniExtract.exe "{file}" %temp% Copy files or folders copy /y %temp%\*.exe "{root}USB-Toolkit\{category}\{appname}" Copy files or folders (Robocopy) robocopy %temp% "{root}USB-Toolkit\{category}\{appname}" *.exe /e /b /np Rename file (with wildcard support) ren "{root}USB-Toolkit\{category}\{appname}\{filename}" ABC.msi Delete files del "{root}USB-Toolkit\{category}\{appname}\" /s /q Delete folders rd "{root}USB-Toolkit\{category}\{appname}\" /s /q Start a command and wait for it to finish start "" /wait Open elevated command prompt nircmd elevate cmd /c copy /y "{file}" "%ProgramFiles%" Write values to INI nircmd elevate cmd /c Create a shortcut on desktop nircmd shortcut "%ProgramFiles%\procexp.exe" "~$folder.desktop$" "{appname}"
  4. I posted some of my snippets ... is that helpful ? I wasn't sure so i take them back.
  5. But you are passing wrong information to the user. Since the exit code is the last command to be processed, why not doing an aditional check afterwords to verify if job is updated or not... ? In my intention when using this command, Ketarin still monitors the package like any other package, only difference is it doesn't download so i expect Ketarin to tell me if job needs to be updated or not.
  6. When i use 'exit 2' code, and finish the download, status column displays incorrectly 'update is available' although the job is updated - this is just a minor annoyance but misleading, apreciate if fixed
  7. Thanks for heads-up i already changed my password.
  8. I already learned something, i had no idea these were implemented for find incommand:x invarname:x invarurl:x BTW according to the Google Dictionary customization is written with a 'Z' not an 'S' http://www.google.com/dictionary?aq=f&langpair=en|en&q=customization&hl=en
  9. This is going to depend on your bandwith of course. And you are going to need a download manager, i don't say it will work with every download manager but i got it working smoothly with Wget. I did not try with Cygwin but i suspect it will work the same way, all you have to do is to adjust path to wget.exe. So, start capturing the url like any regular url, and add start "" /wait "d:\USB-Toolkit\Wget\wget.exe" {preupdate-url} -P "{root}USB-Toolkit\{category}\{appname}" & exit 2 to the "Execute the following command before downloading" box. This will instruct Ketarin to pass above command to Wget and if an update is available, it will open Wget in a background window. Both the Exit code 2 and {preupdate-url} variable where just added to the new Ketarin 1.5b9 so you are also going to need that build or above. Here's a screenie of my Maveric download Regarding Wget usage, although i don't see an advantage of using it to download small files, i find it very usefull to download larger one's. In my experience (limited of course) it works great with Ketarin. But if you are on a slower connection, that fails somewhat, and if you find command above troublesome, you may want to consider the alternative below. start "" /wait "d:\USB-Toolkit\Wget\wget.exe" -t 45 --limit-rate=100k -a log.txt {preupdate-url} -P {root}USB-Toolkit\{category}\ & exit 2 Thanks to Mr.Florian for supporting and implementing this new feature to Ketarin.
  10. Yes, now i get DVDFlick to work with sf:// protocol Thanks.
  11. @Zane: Nice tutorial (I suppose, since I don't understand Italian) Yes indeed (i am not Italian literate either) *Sourceforge: Now supports file names with whitespace I have sucessfuly downloaded Firefox and Thunderbird portable using sf:// protocol, with the following urls http://sourceforge.net/projects/portableapps/files/Mozilla%20Firefox%2C%20Portable%20Ed./Mozilla%20Firefox%2C%20Portable%20Edition%203.6.10/FirefoxPortable_3.6.10_English.paf.exe/download http://downloads.sourceforge.net/project/portableapps/Mozilla%20Firefox%2C%20Portable%20Ed./Mozilla%20Firefox%2C%20Portable%20Edition%203.6.10/FirefoxPortable_3.6.10_English.paf.exe?r=http%3A%2F%2Fportableapps.com%2Fapps%2Finternet%2Ffirefox_portable&ts=1286720548&use_mirror=netcologne http://sourceforge.net/projects/portableapps/files/Mozilla%20Thunderbird%2C%20P.E./Mozilla%20Thunderbird%2C%20Portable%20Edition%203.1.4/ThunderbirdPortable_3.1.4_English.paf.exe/download http://downloads.sourceforge.net/project/portableapps/Mozilla%20Thunderbird%2C%20P.E./Mozilla%20Thunderbird%2C%20Portable%20Edition%203.1.4/ThunderbirdPortable_3.1.4_English.paf.exe?r=http%3A%2F%2Fportableapps.com%2Fapps%2Finternet%2Fthunderbird_portable&ts=1286720764&use_mirror=netcologne *Sourceforge: Now Supports URL scheme "downloads.sourceforge.net" Okay. *Event list now shows tooltips for too long entries What is "Event list"? *Exit code 2 (pre-update) and {preupdate-url} Okay this is now perfect, new variable is also helpful thx
  12. I tried a couple of them with sf:// http://sourceforge.net/projects/dvdflick/files/dvdflick/DVD%20Flick%201.3.0.7/dvdflick_setup_1.3.0.7.exe/download http://sourceforge.net/projects/dvdflick/files/dvdflick/DVD%20Flick%201.3.0.6/dvdflick_setup_1.3.0.6.exe/download http://sourceforge.net/projects/dvdflick/files/dvdflick/DVD%20Flick%201.3.0.7/dvdflick_source_1.3.0.7.zip/download WOW thank you so much
  13. Hope you don't mind but i'm also getting an error with DVD Flick 10-10-2010 12:03:20: SF#2_3: Failed, Source file on server is empty (ContentLength = 0). Although for me it's not related to authentication since all my other 'experimental sf jobs' work fine 0-10-2010 11:53:33: SF#2_1: Replacing {redir} in 'sf://myusername:mypassword@{redir}' with 'http://sourceforge.net/projects/vlc/files/1.1.4/win32/vlc-1.1.4-win32.7z/download' 10-10-2010 11:53:36: SF#2_1: Server source file: //sourceforge.net/projects/vlc/files/1.1.4/win32/vlc-1.1.4-win32.7z/download 10-10-2010 11:53:36: SF#2_1: Determined target file name: D:\USB-Toolkit\Test\vlc-1.1.4-win32.7z 10-10-2010 11:53:36: SF#2_1: Checking if update is required... 10-10-2010 11:53:36: SF#2_1: Update not required, since date and file size remain unchanged 10-10-2010 11:53:37: SF#2_1: Replacing {version} in '{version}' with '1.1.4' 10-10-2010 This is probably not helpful but single mirror method still does it's job (for instance using http://netcologne.dl.sourceforge.net/project/dvdflick/dvdflick/DVD%20Flick%201.3.0.7/dvdflick_setup_1.3.0.7.exe) 10-10-2010 12:33:56: SF#2_3: Using referer: (none) 10-10-2010 12:33:57: SF#2_3: Server source file: /project/dvdflick/dvdflick/DVD%20Flick%201.3.0.7/dvdflick_setup_1.3.0.7.exe 10-10-2010 12:33:57: SF#2_3: Determined target file name: D:\USB-Toolkit\Test\dvdflick_setup_1.3.0.7.exe 10-10-2010 12:33:57: SF#2_3: Checking if update is required... 10-10-2010 12:33:57: SF#2_3: Update required, 'D:\USB-Toolkit\Test\dvdflick_setup_1.3.0.7.exe' does not yet exist 10-10-2010 12:33:57: SF#2_3: Skipped downloading updates
  14. Looking good ... i assume 'Tip and Trick' still go to http://ketarin.canneverbe.com/forum/viewforum.php?id=4 ? Just an advice, remove email due to SPAM ...
  15. Ya, that's it, i didn't know that was available ... is this how it supposed to work? 09-10-2010 22:33:24: Secunia PSI: Executing command: exit=1 .... 09-10-2010 22:33:41: Secunia PSI: Pre-update command returned '1', download skipped 09-10-2010 22:33:41: Secunia PSI: Failed, The custom command failed (exit code 1), download aborted Doesn't make much sense to me, why is a 'fail' if i told Ketarin to abort? I assume, because it interprets as a 'fail', it goes on second retry and tries to download again ... 09-10-2010 22:33:41: Secunia PSI: Using referer: http://secunia.com/vulnerability_scanning/personal/ 09-10-2010 22:33:41: Secunia PSI: Server source file: /PSISetup.exe 09-10-2010 22:33:41: Secunia PSI: Determined target file name: D:\USB-Toolkit\Test\PSISetup.exe 09-10-2010 22:33:41: Secunia PSI: Checking if update is required... 09-10-2010 22:33:41: Secunia PSI: Update not required, since date and file size remain unchanged 09-10-2010 22:33:47: Secunia PSI: Replacing {version} in '{version}' with '1.5.0.2' 09-10-2010 22:33:47: Update finished
  16. I would like to suggest this new command box, to Execute a command if a download is available, as this would allow us to pass a command, via command-line, to a download manager or send a captured download link to clipboard that likewise would be handled by a download manager ... without triggering a download with Ketarin, since this is how the "Execute the following command before download" and "Execute the following command after download" work currently. Ketarin works fine for me for 97% of my downloads, the problem i'm trying to solve with this is the remaining 3% of large and extra-large files that take forever to download. I know several new features have been added recently, and people need some time to try them ... this is just another idea which i think it's possible to implement and it would be useful to many.
  17. Yes i know it link is not direct therefore i used commas.
  18. Two types of problems...doesn't the first one actually work? You mean links like http://downloads.sourceforge.net/project/vlc/1.1.4/win32/vlc-1.1.4-win32.7z?r=http%3A%2F%2Fketarin.canneverbe.com%2Fforum%2Fpost.php%3Ftid%3D557%26qid%3D4314&ts=1286562757&use_mirror=ovh No they don't work for me, maybe i'm doing something wrong?
  19. So far i detected 2 types of problems with this approach. One are the "direct links" available in pages like http://sourceforge.net/projects/vlc/files/1.1.4/win32/vlc-1.1.4-win32.7z/download or http://sourceforge.net/projects/processhacker/files/processhacker2/processhacker-2.6-bin.zip/download The other is some "indirect links" don't work at all, i don't say all since i am fetching VLC link in developer page, but my previous PortableApps jobs didn't work for me, for instance, http://portableapps.com/apps/utilities/7-zip_portable I also needed to update Keepass job (see links in page below also) http://keepass.info/download.html This is the tricky part, other than that the method you recommended seems to be working flawlessly. Of course more users helping to test this would be better. BTW if you're doing some testing in upcoming hours ... i suggest you follow them on Twitter if you didn't do so already, just go @ http://twitter.com/sfnet_ops and you will know why.
  20. Okay i got it working (i was using direct dl link and not redirection link, my mistake). Waaaaaaay better, so far it's a keeper.
  21. Good job PASS PASS PASS PASS PASS PASS To be honest i haven't given this feature a try because i have no sf broken jobs (until today) or enough sf jobs to test with ... i will be posting some feedback in the next couple of days
  22. Entirely depends on the external applications. If the application supports it, Ketarin can certainly pass on the downloading process, but then there won't be any status, post download commands or anything because Ketarin cannot track the completion. If you do some research on apps like JDownloer and find out the command line parameters, I can certainly look into implementing it. Been thinking about this myself ... what i miss here is a "Execute the following command if an update is available" box ... maybe i'm dreaming again
  23. Use start if needed, i have an unatended install when it's mandatory to install 3 MSIs in sequence and i do this whithout issues using this method. A simple progress indicator for updates would be nice IMO ... 10%, 20%, 30% will do ...
×
×
  • 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.