Jump to content
Ketarin forum

Tomorrow

Members
  • Posts

    390
  • Joined

  • Last visited

Everything posted by Tomorrow

  1. Perhaps download from java.com instead of oracle.com? I have JRE 7u5 from there ( search for Java x86 (Windows Offline Installer) from online DB )
  2. Well my point is i was able to browse the entire Ketarin release directory before by going to http://ketarin.org/downloads/Ketarin/?C=M;O=D Was able to get version number,download older releases and such but neither this nor Wiki seems to be working now. Perhaps crrodriguez knows whats going on?
  3. Nope no change. ping ketarin.org Pinging ketarin.org [176.9.56.74] with 32 bytes of data: Reply from 176.9.56.74: Destination host unreachable. Reply from 176.9.56.74: Destination host unreachable. Reply from 176.9.56.74: Destination host unreachable. Reply from 176.9.56.74: Destination host unreachable. Ping statistics for 176.9.56.74: Packets: Sent = 4, Received = 4, Lost = 0 (0% loss), Wasnt even able to access trough 3.5G connection in my Android+Opera Mobile:
  4. First link works again. But trough Ketarin i still get: 404 & No Input File Specified. Odd. Something wrong with my net conf maybe.
  5. Then you have to use the change indicator feature.
  6. My Ketarin Test and Stable app profiles stopped working a few days ago. I noticed it's a secure connection now (https instead of http) but i still cant access it. Yet i could download from https://ketarin.org/downloads/Ketarin/Ketarin-1.6.0.434.zip?noredirect (this was yesterday). Today i cant and the download tries to get https://ketarin.canneverbe.com/downloads/Ketarin/Ketarin-1.6.0.434.zip - but errors out.
  7. Sorry for offtopic but shawn, i wanted to ask. If one has global variable defined in the download location, then does global variable also work with referential paths? Meaning i can enter for example "/APPS" in ketarin settings instead of "C:/APPS" in the global variables tab, and then use the variable name in the download location.
  8. https://ketarin.org/forum/index.php/topic/734-pipe-system-variable-value-into-ketarin-variable/page__view__findpost__p__5603
  9. Use HTTrack for this purpose. It is able to mimick complete web site structure including files. You can then keep this offline website up to date easily and browse it offline. Problem is it has a steep learning curve.
  10. I was also able to replicate this crash. Thx for reporting.
  11. Rather a new install switch: /install=CATEGORY_NAME http://wiki.ketarin.org/index.php/Command_line_arguments
  12. NOD32 x64 Opera Nightly These were mine. Have been superseded by: NOD32 x64 (Trial) Opera (Latest Build)
  13. Its not exactly on topic but perhaps someone finds some use for these. A while back i was researching a way to get version info from the downloaded file and importing it into a ketarin variable and rename a file based on its version number. While the import does not work, the command to get version number does. This one is all internal. No 3rd party tools needed (Vista/Win7/Win8/Not sure about XP): copy NUL %temp%\VersionInfo.vbs echo set args = WScript.Arguments>>%temp%\VersionInfo.vbs echo Set fso = CreateObject("Scripting.FileSystemObject")>>%temp%\VersionInfo.vbs echo WScript.Echo fso.GetFileVersion(args(0))>>%temp%\VersionInfo.vbs echo Wscript.Quit>>%temp%\VersionInfo.vbs cscript //nologo %temp%\VersionInfo.vbs "{version}" And the second one needs sigcheck.exe: http://technet.micro...s/bb897441.aspx sigcheck -n -q "C:\AppName.exe" > %temp%\Version.txt set /p FileVersion= < %temp%\Version.txt cd /D "C:\" ren "AppName.exe" "AppName v.%FileVersion%.exe" Topic where this was discussed: https://ketarin.org/forum/index.php/topic/734-pipe-system-variable-value-into-ketarin-variable/
  14. You can add your own by enabling the Share this application online with others setting in the Advanced settings tab in app profile (Righclick --> Edit). Unfortunately it is not possible to remove useless/broken app profiles from the online database. And only the original author of the app profile can edit it in the database. I have suggested complete database wipe before to start from scratch (most shared apps should populate the new online database within a month anyway). See the topic here: https://ketarin.org/forum/index.php/topic/728-complete-online-database-wipe-once-every-few-years/ EDIT: shawn beat me to it.
  15. Its Microsofts own product and it's included with Windows Vista,Windows 7 and Windows 8. Not sure about Windows XP. %windir%\System32\Robocopy.exe
  16. +1 from me too. I might have mentioned this somewhere in the past. Not critical but if there's time i would like to see this implemented.
  17. <-- what shawn said and yes i meant one-by-one.
  18. Several people have suggested Cobian Backup for me in the past: http://www.cobiansoft.com/index.htm
  19. That sucks. There are three things i need from there: Intel 82579V Gigabit Ethernet Controller Intel RST (Rapid Storage Technology for SSD-s) Intel INF Update Utility (Management Engine and SMBus) I also use http://www.station-drivers.com as an alternative for some things like Renesas USB 3.0 Host Controller Driver and Firmware. Actually there is a page for my motherborad there that looks like it has everything compile but last i checked it didnt display properly in Ketarin. Can someone check it?: http://www.station-drivers.com/page/asus/asus%20Sabertooth%20p67.htm
  20. Hey Flo if you have time to check: http://downloadcenter.intel.com gives me Error 500 every time. Doesent matter what UserAgent or Referer i use. Also this shows like it's down: http://www.downforev...enter.intel.com Yet i can access it trough my browser with no problem. Initially i was under the impression that the site needed to store some cookies in my pc for me to access it but that does not seem to be the case, as i can access it trough browser even with private browsing mode and cookies disabled.
  21. Generally its {property:X} One other that deviates from the norm is {appname:regexreplace: \(.*\):} This removes anything in the curved brackets in the appname. So if you have AppName (Description) it is displayed as AppName in that column. The negative aspect is that the icons are not displayed for apps. Though if your intention is actually to NOT display icons before app name then this would be ideal. This also works for saving the downloaded file without the description.
×
×
  • 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.