Electon Posted August 21, 2010 Posted August 21, 2010 how can I pass more than one "options" parameter to the inetget function?
Realm Posted August 21, 2010 Posted August 21, 2010 how can I pass more than one "options" parameter to the inetget function? InetGet("ftp://ftp.mozilla.org/pub/mozilla.org/README", @TempDir & "\Mozilla-README.txt", 1+8) is the same as: InetGet("ftp://ftp.mozilla.org/pub/mozilla.org/README", @TempDir & "\Mozilla-README.txt", 9) I personally prefer the first in case i need to edit the script at a later time, It will be easier to determine all the options that are included. My Contributions: Unix Timestamp: Calculate Unix time, or seconds since Epoch, accounting for your local timezone and daylight savings time. RegEdit Jumper: A Small & Simple interface based on Yashied's Reg Jumper Function, for searching Hives in your registry.
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