Search found 883 matches
- Sun Jan 25, 2004 8:53 pm
- Forum: Technical / Scripting
- Topic: Http request used to download binary files?
- Replies: 6
- Views: 4718
- Sun Jan 25, 2004 7:33 am
- Forum: Technical / Scripting
- Topic: Http request used to download binary files?
- Replies: 6
- Views: 4718
Http request used to download binary files?
Can this be done, and if so how would I go about it?
I have a large amount of rars that need to be downloaded from my site on a regular basis, and would like to schedule them to download one after the other, rather than clicking on them manually until they are all done.
I have a large amount of rars that need to be downloaded from my site on a regular basis, and would like to schedule them to download one after the other, rather than clicking on them manually until they are all done.
- Wed Jan 07, 2004 12:04 am
- Forum: Technical / Scripting
- Topic: help with PostData please
- Replies: 2
- Views: 3777
- Tue Jan 06, 2004 9:30 pm
- Forum: Technical / Scripting
- Topic: help with PostData please
- Replies: 1
- Views: 2414
- Tue Jan 06, 2004 9:29 pm
- Forum: Technical / Scripting
- Topic: help with PostData please
- Replies: 2
- Views: 3777
help with PostData please
oops. forgot to disable html.
Hi guys,
How do I use this to submit a web form with multiple fields?
What I'm trying to find out how I transpose this format :
.... into this line :
Let>PostData=email=[email protected]&name=Joe Bloggs
Hi guys,
How do I use this to submit a web form with multiple fields?
What I'm trying to find out how I transpose this format :
.... into this line :
Let>PostData=email=[email protected]&name=Joe Bloggs
- Tue Jan 06, 2004 9:28 pm
- Forum: Technical / Scripting
- Topic: help with PostData please
- Replies: 1
- Views: 2414
help with PostData please
Hi guys,
How do I use this to submit a web form with multiple fields?
What I'm trying to find out how I transpose this format :
.... into this line :
Let>PostData=email=[email protected]&name=Joe Bloggs
How do I use this to submit a web form with multiple fields?
What I'm trying to find out how I transpose this format :
.... into this line :
Let>PostData=email=[email protected]&name=Joe Bloggs
- Thu Jul 24, 2003 6:13 am
- Forum: Technical / Scripting
- Topic: ">message" in taskbar or systray
- Replies: 4
- Views: 3870
- Thu Jul 24, 2003 6:10 am
- Forum: Technical / Scripting
- Topic: Making exe's and active window?
- Replies: 19
- Views: 12103
At long last I am getting somewhere with this. This simple vbs script works fine. I saved it as a .vbs file then set a desktop shortcut key. It now sends the text to the active window : set objWshShell = WScript.CreateObject("WScript.Shell") objWshShell.SendKeys "sample text" Now all I have to do is...
- Wed Jul 16, 2003 6:12 pm
- Forum: Technical / Scripting
- Topic: ">message" in taskbar or systray
- Replies: 4
- Views: 3870
">message" in taskbar or systray
I'd like to be able to monitor progress of a macro without a popup message window which gets in the way. Is there a way I can send messages to the taskbar or systray? All I need is to show a number as it counts upwards. Having this down where the clck is and away from my present work would be really...
- Fri Jul 04, 2003 5:43 am
- Forum: Technical / Scripting
- Topic: Making exe's and active window?
- Replies: 19
- Views: 12103
Hi Armstrong,
Alas, all this shortcut does is opens a webpage (http://www.2trackit.com/2ti11.gif?999-) containing the image.
I need to to simply type text. I'm beginning to think what I want to do is not actually possible.
Alas, all this shortcut does is opens a webpage (http://www.2trackit.com/2ti11.gif?999-) containing the image.
I need to to simply type text. I'm beginning to think what I want to do is not actually possible.
- Fri Jul 04, 2003 3:27 am
- Forum: Technical / Scripting
- Topic: Making exe's and active window?
- Replies: 19
- Views: 12103
- Thu Jul 03, 2003 5:12 pm
- Forum: Technical / Scripting
- Topic: Making exe's and active window?
- Replies: 19
- Views: 12103
I want to make an exe, that's what I am having the trouble doing. All I need is to send a string which is actually the URL to an image. The string then needs to be left incomplete so the user can add his unique text at the end. Here's what it's all about.... I have an email delivery confirmation ser...
- Thu Jul 03, 2003 4:57 pm
- Forum: Technical / Scripting
- Topic: typing a string, without Ms being installed?
- Replies: 2
- Views: 3210
- Thu Jul 03, 2003 8:40 am
- Forum: Technical / Scripting
- Topic: Making exe's and active window?
- Replies: 19
- Views: 12103
Hi, yes, I simply use the following. This works fine when just used with a hotkey on a machine with MS installed. But when using it on a machine with no MS installation and a simple EXE, of course it won't work.
sen>http://www.2trackit.com/2ti11.gif?111-
sen>http://www.2trackit.com/2ti11.gif?111-
- Thu Jul 03, 2003 8:18 am
- Forum: Technical / Scripting
- Topic: typing a string, without Ms being installed?
- Replies: 2
- Views: 3210
typing a string, without Ms being installed?
I want to make a macro which others can use to automatically type some text in to an email. Here's the problem... 1, they will not have Ms installed, and 2, as soon as the exe is run (if I convert a SEN> acro into an exe) it will deselect the email window.
Is there a way around this?
Is there a way around this?