January 17, 201610 yr I drift away from 98SE for a few weeks thinking I will never return. The problem is Ialways think of another way to use this system. It's just too useful to abandon forever.I'm working on a script that can download almost anything without human eyes watchinga monitor. I've run dozens of tests. The script handles most problems, but there are stillglitches I have not anticipated.I need a single purpose applet that can track a download stream from a manager likeFlashGet. If there are no streaming bytes for a certain period of time (maybe 60 seconds),the applet will take some action like launching a file.I have a collection of applets that are great for script building. It seems like there shouldbe a download failure monitor or detector. I've googled for 30 minutes with no luck.
January 18, 201610 yr If FlashGet works on the command line, it should take a timeout parameter and return an error code that the script can check to determine if the download was successful or timed out.What scripting environment and language are you using?
January 18, 201610 yr Author I've got a very old version of FlashGet. It has good help file. There is no mention of commandline support, but a timeout parameter is an obvious solution. Is there another manager that'scompatible with 98SE and supports commands?Years ago there was an obscure manager for file sharing (cloud) sites. The name was"RapidDownload" and it displayed a scrolling text file with commands only. I liked this app!If you were comfortable at the command line, it worked better than any of the feature packeddownloaders.
January 18, 201610 yr How odd! According to this (and FG v1.73 works in 98SE AFAICR) -http://www.flashget.com/en/whatsnew.htmCommand Line was added in v1.50, so it should work (scroll down to it). HTH
January 20, 201610 yr FlashGet is good (I'm using 1.9.6.1073 on both 98SE and XP) but occasionally it may behave.Have you tried wget? There should be a Win9x-compatible version. It's commandline-based and might sport the options you need.
Create an account or sign in to comment