markusss Posted October 25, 2005 Author Share Posted October 25, 2005 Added! Can be found here: http://www.autoitscript.com/fileman/users/tdlrali/Downloader/Didn't feel like adding the stuff Valuater suggested, was too lazy^^ But thanks anyway, will get on it soon!(I know it takes only a few mins, but ..........) Felix N. (tdlrali) Link to comment Share on other sites More sharing options...
pcdestroyer Posted October 26, 2005 Share Posted October 26, 2005 very nice script, i like it btw, the broken is awesome i've seen all 3 episodes Link to comment Share on other sites More sharing options...
busysignal Posted October 27, 2005 Share Posted October 27, 2005 Added! Can be found here: http://www.autoitscript.com/fileman/users/tdlrali/Downloader/Didn't feel like adding the stuff Valuater suggested, was too lazy^^ But thanks anyway, will get on it soon!(I know it takes only a few mins, but ..........) Felix N. (tdlrali)Just got your update. I will check it out...Cheers.. Link to comment Share on other sites More sharing options...
markusss Posted October 28, 2005 Author Share Posted October 28, 2005 (edited) Ok,added the stuff Valuater recommended! Files can be found (as always^^) in http://www.autoitscript.com/fileman/users/tdlrali/Downloader/BTW, it was about time for a new screenshot^^http://www.autoitscript.com/fileman/users/tdlrali/Downloader/ssofdownloader108.jpgPlease reply! Suggestions and criticism welcome!HFFelix N. (tdlrali) Edited October 28, 2005 by Felix N. Link to comment Share on other sites More sharing options...
markusss Posted October 28, 2005 Author Share Posted October 28, 2005 (edited) Hmm, did you download the new _Functions.au3 file? I added the _Done function there and it works for me. If it still doesn't work for you, check out the compiled version Downloader.exe, if that doesn't work either than somethings wrong^^ Strange... Felix N. (tdlrali) Edited October 28, 2005 by Felix N. Link to comment Share on other sites More sharing options...
Valuater Posted October 28, 2005 Share Posted October 28, 2005 Nice job...... Felix such a simple - useful idea....and *your first posted project* i look forward to your next and larger scripts 8) Link to comment Share on other sites More sharing options...
markusss Posted October 28, 2005 Author Share Posted October 28, 2005 So you didn't download the newest _Functions.au3 ^^ Thanks for your compliments!BTW could you check out my email client in this thread?: EmailN1 seems to click a topic with the title "finaly email sending func with blat that workd !" ^^Felix N. (tdlrali) Link to comment Share on other sites More sharing options...
busysignal Posted October 29, 2005 Share Posted October 29, 2005 Hmm, did you download the new _Functions.au3 file? I added the _Done function there and it works for me.If it still doesn't work for you, check out the compiled version Downloader.exe, if that doesn't work either than somethings wrong^^Strange...Felix N. (tdlrali)@Felix, nice adds and all works great. I have been busy doing other things otherwise I would be adding a few more things to you script. I hope to do so this weekend. Just got one customer to take care of in the morning and the rest is free time *Wahooo* Cheers.. Link to comment Share on other sites More sharing options...
Kardus Posted October 29, 2005 Share Posted October 29, 2005 (edited) Really nice script man, I use it at school to download stuff (network settings won't get us download *.mp3, *.exe, *.zip files, or *.msi files. With this, I can download anything at school . I added some stuff to it but I can't post it now as I am at my friends house. Basically I made it run in the background when windows boots up, I added an menu that allows you to shutdown computer after download is done (power saver) and disconnect from the internet after download is done (for 56k people). Apart from this, I'm also working on four additions: 1. Making a tabbed gui for multiple downloads (so you don't have to run multiple instances for multiple files) 2. Adding a hotkey for downloading links when the app is running (example, pressing ctrl+<key>+left mouse will start downloading clicked link in the downloader app 3. Allowing you to run a file from it's current location (i.e. adding to temp folder) and running 4. Download logging (download URL and saved file location saved to a *.txt or *.html file) Edited October 29, 2005 by Kardus Link to comment Share on other sites More sharing options...
busysignal Posted October 30, 2005 Share Posted October 30, 2005 Really nice script man, I use it at school to download stuff (network settings won't get us download *.mp3, *.exe, *.zip files, or *.msi files. With this, I can download anything at school . I added some stuff to it but I can't post it now as I am at my friends house. Basically I made it run in the background when windows boots up, I added an menu that allows you to shutdown computer after download is done (power saver) and disconnect from the internet after download is done (for 56k people). Apart from this, I'm also working on four additions:1. Making a tabbed gui for multiple downloads (so you don't have to run multiple instances for multiple files)2. Adding a hotkey for downloading links when the app is running (example, pressing ctrl+<key>+left mouse will start downloading clicked link in the downloader app3. Allowing you to run a file from it's current location (i.e. adding to temp folder) and running4. Download logging (download URL and saved file location saved to a *.txt or *.html file)@Kardus, it will be interesting to see how you are going to implement these features.. Bring it on!! I would like to test it.. BTW, I like the feature regarding the dial-up users.. Cheers.. Link to comment Share on other sites More sharing options...
Kardus Posted October 30, 2005 Share Posted October 30, 2005 (edited) Does anyone know of commands to disconnect your connection (for 56k people)? I originally made it open IE, go to the file menu, disconnect, and then close IE, but this method is very 'stupid', in my opinion. Are there any keyboard shortcuts (win xp) or any UDF's I can add to make it disconnect without opening another program? It's not that hard to implement, but it's hard to test as I don't have dial-up internet. Edited October 30, 2005 by Kardus Link to comment Share on other sites More sharing options...
Confuzzled Posted October 30, 2005 Share Posted October 30, 2005 Does anyone know of commands to disconnect your connection (for 56k people)? I originally made it open IE, go to the file menu, disconnect, and then close IE, but this method is very 'stupid', in my opinion. Are there any keyboard shortcuts (win xp) or any UDF's I can add to make it disconnect without opening another program? It's not that had to implement, but it's hard to test as I don't have dial-up internet. I would possibly be closing the browser before killing the connection, just in case it is tempted to restart the connection.Search the forums for RASDIAL - your solution was posted in the last day or so. Link to comment Share on other sites More sharing options...
Kardus Posted October 30, 2005 Share Posted October 30, 2005 (edited) Ah! RASDIAL.exe, almost forgot about that (been ages since I ever used a pc with dialup). Rasdial only works with 2000/XP, correct? After searching, I got this: RunWait(@ComSpec & " /c " & "RASDIAL.EXE /DISCONNECT") I ran it, said no connections present or something like that (obviously because I'm using cable). I'd appreciate it if someone could try this out (on a dial-up connection), and tell me if it disconnected or not... Thanks. EDIT: I'm really buusy right now with a paper for school, so much of the add-ons will be implemented in the middle of the coming week. I was originally going to add 4-5 tabs (for 4 - 5 different downloads), but I'm not sure how many you guys would want/need. Opinions please! Would 4-5 suffice? I don't want the program to increase substantially in file size or eat tons of ram, since I'm adding an optional feature to run it at startup. Edited October 30, 2005 by Kardus Link to comment Share on other sites More sharing options...
markusss Posted October 31, 2005 Author Share Posted October 31, 2005 Sorry, i don't have dial-up, i have cable too!About the tabs, i thought about having a main window that shows all current downloads, instead of making 5 tabs in a window that small... I'll start on it sometime next week, gotta write a 5+ page essay! (That really sux, i know )Im interested in the2. Adding a hotkey for downloading links when the app is running (example, pressing ctrl+<key>+left mouse will start downloading clicked link in the downloader appfunction, looking forward to see that!BTW, thanks for all the posts and improving my script!Felix N. Link to comment Share on other sites More sharing options...
Kardus Posted October 31, 2005 Share Posted October 31, 2005 (edited) Okay, you work on the multiple download display and I'll work on the hotkey/other stuff. I also have to write an essay, I'm only page 12 of an estimated 26-page document (that I gotta finish by tuesday morning). It's really pissing me off because I also have to finish reading a 1000 page book to finish the report (I'm only on page 250 LOL). Minus the time I have at school tomorrow, I have barely anytime to finish it. Anyways, I better get back to work. I'm looking forward to the multiple download thing; I think it would be best to implement my features after that's done. Also...has anyone tested the disconnect thing...? EDIT: Upon thinking, this finished project (with all these ideas implemented) would actually make a great download manager. I've noticed that this uses less ram than windows' default downloader, and since the compiled EXE would be a decently small file, it would be great to run in the background when windows boots up. When packaged up with an installer (that would edit registry stuff/extract app), this could actually be an excellent replacement for windows' traditional downloader that's very user friendly. Just somthing to think about. .....back to my essay lol Edited October 31, 2005 by Kardus Link to comment Share on other sites More sharing options...
Valuater Posted October 31, 2005 Share Posted October 31, 2005 i would gladly... no dial up here though 8) love to see the finished project you guys 8) Link to comment Share on other sites More sharing options...
Kardus Posted October 31, 2005 Share Posted October 31, 2005 Also as a suggestion for the GUI, maybe add a top menu (file, view [i.e. bigger font, view download logs], tools, help). It looks a little more 'professional', and apart from a familiar environment, it makes sure that your GUI is less cluttered (since all these functions are planning to be added). Link to comment Share on other sites More sharing options...
ramasjang Posted May 19, 2006 Share Posted May 19, 2006 this is a really useful script and nice going for a first run :-) See the last post was in october 05 - did this one die or were the exams too hard? ;-) Link to comment Share on other sites More sharing options...
gcriaco Posted November 27, 2006 Share Posted November 27, 2006 My suggestion: show the percentage on the titlebar too (like Nero). Thanks Peppe Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now