Jump to content

INetGet question


Marlo
 Share

Recommended Posts

Hello yall! :P

I've spent about 3 hours on this script just messing with the GUI and link checking etc only to fnd that you can only have one download at a time running on INetGet!

You see i was designing a download manager that downloaded 8-15 links at a time but INetGet will only let me do 1 at a time. Is there a work around for this?

Much love to anyone who can shed some light on this <3

Regards

Click here for the best AutoIt help possible.Currently Working on: Autoit RAT
Link to comment
Share on other sites

You can make a little script, compile it, and include as a resource. When you wanna download sg then you just run this snippet.

If you compile some script and include it as a resource than that script becomes your program because original one will be at the bottom (sort of speak) of the binary and resource is above it.

Hope I make sense. :P

♡♡♡

.

eMyvnE

Link to comment
Share on other sites

You could make a sub script and compile it like this:

$inipath = iniread(path.ini, "1", "1", "")
$inifile   = iniread(path.ini, "1", "2", "")
inetget($inipath, $inifile)

In your main script, you do a run to kick off the exe you made. Right before the exe is ran, you write to the ini with the path and URL info.

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...