Jump to content

Gustorm

Active Members
  • Posts

    27
  • Joined

  • Last visited

Gustorm's Achievements

Seeker

Seeker (1/7)

0

Reputation

  1. Please can somebody upload JScript's EzSkin converter? I really needed that, and I can't find a place to download.
  2. With inetget? Nothing. It just downloads a 0KB file. With IE.au3 it's simply not good. I can't save the file to a specified directory, and there is that message in IE: do yoöu want to download the file? So it's too complicated. I need a function what's similar(if noot the same) to the inetget but it should download wfiles from this file. I've tried with simple inetget, inetget with password(http://xxxx:yyyy@tesnexus.com), and IE.au3. I don't really undarstand the http.au3 so i haven't tried it with that yet. If someone could tell me which function is good for this, or how to make this to work I'd bee very happy. Thanks
  3. Here is this site: www.tesnexus.com On this, if you want to download a file bigger than 2MB you must be logged in. So i want to make a script what: 1. Log you in to the site 2. Download the file to a specified location with a specified name with a progress bar if possible 3. The script should wait the end of the download before starting any new functions(after the download there will be a MsgBox) So this is what I'd like. I hope it is clear now. If you want even more detail, ask and I'll answer
  4. Please If someone know a soulution, tell it to me, because I can't continue my program until I solve this problem.
  5. I think it's not good. I'd need a progress bar for the download(easy with inetget), and I can't download with http.au3 from tesnexus, because it's password protected(with files larger than 2MB) So I'd like an inetget function with useable login on this site: www.tesnexus.com (Maybe http.au3 is good but I can't use it, there are no description or example scripts where I can learn from)
  6. Isn't there a way to download with the IE.au3 similar to integet? Or download with inetget with logged in Tesnexus? This is my problem: if i download with IE.au3 the script won't wait until the download is finished(AND i cant choose which folder I want to download), and the inetget script wont download because it isn't logged in... I hope somebody can help.
  7. Problem solved:) Thank you for your help.
  8. Well, i spent my whole afternoon(and eveening:P) to figure out how to use the IE.au3 UDF. I didn't succeed:D I wanted to make an easy script(easy for those, who know what to do). It would be really important for me to make this. I want the script to go to this site: http://tesnexus.com/modules/login/index.php?redirect=/ fill in the Username and the password fields with $username and $password and then click to the login. I know it is very easy, but please if you can help me. Thanks
  9. It was about wildcards... and the & sign. But now I think I understood it
  10. Yes it is thank you. I just dont know in which situations should I use &. Freefry: I wrote wating for solution becouse it was boring that I always wrtite Thanks for your help
  11. This isnt good. For this I need the filename, and that's the most important, that i only want to write a part of the filename with * instead of the letters(like in windows search: if you dont know the whole filename you can type in a * insted of the missing part. Waiting for solution
  12. Thanks and one last question what isnt really connected to this thread: if i use ShellExecute how can i use * instead of characters after the part of the word? It simply gives me an error when i do that. Example: ShellExecute(@ScriptDir & "\Data\Ins*.msi") So i want my program to run those msi-s in that folder what begin with Ins. Thanks for you help!
  13. And if i have got that variable in the middle of the address? Like www.x$yyyxx.com
  14. I have got a problem: I want to open a website For example: www.xxx.com/ , but i need a $yyy after the /(The $yyy is a value got form an input box). Is there a way to do that? So the final website shoul look like this: www.xxx.com/$yyy Hope you can help
  15. Problems go problems come:) I only have two non-working features in my program. The first is that website thing THE SECOND: Isnt there a way to use * when using shellexecute? So: ABC*.exe(and the * means characters after abc) PLease help me if you can i want to do this program as good as possible
×
×
  • Create New...