SubFlow Posted August 18, 2019 Posted August 18, 2019 Hey i'm sorry to ask it i'm sure it's stupid but i don't see how make this request work (It's an external curl portable) Run("curl -s " & $link ,@ScriptDir & '/libs/curl')
SubFlow Posted August 18, 2019 Author Posted August 18, 2019 3 minutes ago, SubFlow said: Hey i'm sorry to ask it i'm sure it's stupid but i don't see how make this request work (It's an external curl portable) Run("curl -s " & $link ,@ScriptDir & '/libs/curl') Edit: i don't mentioned but the curl window pop and close instant
Werty Posted August 18, 2019 Posted August 18, 2019 RunWait() perhaps ? RunWait("curl -s " & $link ,@ScriptDir & '/libs/curl') Some guy's script + some other guy's script = my script!
SubFlow Posted August 19, 2019 Author Posted August 19, 2019 3 hours ago, Werty said: RunWait() perhaps ? RunWait("curl -s " & $link ,@ScriptDir & '/libs/curl') Thx i solved it using wget ^^'
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