Search found 91 matches

by macroman
Wed Oct 29, 2014 12:16 pm
Forum: Technical / Scripting
Topic: parse data into multiple variables
Replies: 29
Views: 14505

Re: parse data into multiple variables

Thanks everyone... I pull http all over my script, just this initial one with nested variables from an URL doesn't get updated... I ended up having another macro to check if the first macro is running, if not start it :)....
by macroman
Tue Oct 28, 2014 9:33 pm
Forum: Technical / Scripting
Topic: parse data into multiple variables
Replies: 29
Views: 14505

Re: parse data into multiple variables

I am not using https, and it is unfortunate that I can't show my url because everything is localhost... but if I were to stop the macro and then re-run it, I get the new DATA just fine.... If I were to open up firefox and keep banging the url the data value would also changed... I think I'm about to...
by macroman
Tue Oct 28, 2014 1:09 am
Forum: Technical / Scripting
Topic: parse data into multiple variables
Replies: 29
Views: 14505

Re: parse data into multiple variables

I'm sure you've wrote tons of scripts and lines never doubted you, but perhaps something is missing... My url link has nothing but the following in it: <?php echo "data=".rand(1,999999); ?> I recently tried to do this on different machines as well, it does not appear to be my systems... I know the c...
by macroman
Mon Oct 27, 2014 9:46 pm
Forum: Technical / Scripting
Topic: parse data into multiple variables
Replies: 29
Views: 14505

Re: parse data into multiple variables

Timestamp does not work... data still the same... but if I stop the loop and restart, then data changes....
by macroman
Mon Oct 27, 2014 8:43 pm
Forum: Technical / Scripting
Topic: parse data into multiple variables
Replies: 29
Views: 14505

Re: parse data into multiple variables

I certainly promise you if you do a wait>60 and then go and change things in the text file/url.... on the next loop... it will not parse the new data you've just changed :)
by macroman
Mon Oct 27, 2014 7:45 pm
Forum: Technical / Scripting
Topic: parse data into multiple variables
Replies: 29
Views: 14505

Re: parse data into multiple variables

And IF that file gets updated with new contents? And if that url gets changed dynamically every time it gets hit? Shouldn't the loop pick up new data the 2nd time around as well?
by macroman
Mon Oct 27, 2014 1:59 pm
Forum: Technical / Scripting
Topic: parse data into multiple variables
Replies: 29
Views: 14505

Re: parse data into multiple variables

Ok, what if after you grab the values in the text file, I update that text file with new data... will the loop grab the new data next time around? it doesn't seem to do it.....
by macroman
Mon Oct 27, 2014 1:37 pm
Forum: Technical / Scripting
Topic: parse data into multiple variables
Replies: 29
Views: 14505

Re: parse data into multiple variables

samething here... Label>start HTTPRequest>http://www.mjtnet.com/demos/vals_example.txt,,GET,,sVals Separate>sVals,LF,valList If>valList_count>0 Let>k=0 Repeat>k Let>k=k+1 Let>this_pair=valList_%k% Separate>this_pair,=,parts Let>%parts_1%=%parts_2% Until>k=valList_count Endif MessageModal>%show% //sh...
by macroman
Mon Oct 27, 2014 1:31 pm
Forum: Technical / Scripting
Topic: parse data into multiple variables
Replies: 29
Views: 14505

Re: parse data into multiple variables

Ok. Let's parse it instead. If you have control over how the values are stored on the web page then may I suggest you format it like this instead: x=50 y=20 Name=Fred To make it easier if you can set it so that is the only content on the page you can simply use HTTPRequest to get it. Then we can pa...
by macroman
Mon Jul 07, 2014 3:56 am
Forum: Technical / Scripting
Topic: MSTSC / RDP - running 24/7
Replies: 3
Views: 2975

Re: MSTSC / RDP - running 24/7

To save everyone's headache in the future, just ignore MSTSC completely, use Realvnc or UltraVNC... i can close the vnc session and macro still running like a charm!
by macroman
Fri Jun 27, 2014 2:05 am
Forum: Technical / Scripting
Topic: MSTSC / RDP - running 24/7
Replies: 3
Views: 2975

MSTSC / RDP - running 24/7

Was wondering what you guys are using/doing to have your macro running from a remote machine where your only option is RDP/MSTSC to log into the machine? currently, if my RDP is opened, then macro is running cutely - but when there's a disconnect or session close, macro stops...
by macroman
Tue Jun 24, 2014 8:52 am
Forum: Technical / Scripting
Topic: Pure Text Recognition - FireFox
Replies: 10
Views: 12496

Re: Pure Text Recognition - FireFox

I mean, if we do CTRL+F to find a text, whether it's in notepad or firefox... the window system finding feature can pin point it so quickly and easily... perhaps it's so easy to use we may think it's a piece of cake doing this with MS? I mean... there has to be a more solid way to search for a text ...
by macroman
Mon Jun 23, 2014 3:21 am
Forum: Technical / Scripting
Topic: Specified Window Not Present
Replies: 3
Views: 3471

Re: Specified Window Not Present

Thanks Marcus... Perhaps my window shuts down too quickly because I have the closewindow command within a If window open... I have nested the ignore command within the if statements...
by macroman
Sun Jun 22, 2014 5:18 am
Forum: Technical / Scripting
Topic: Specified Window Not Present
Replies: 3
Views: 3471

Specified Window Not Present

How do I not have the information popup that says: Specified Window Not Present from coming up every now and then?
by macroman
Fri Jun 20, 2014 9:08 pm
Forum: Technical / Scripting
Topic: Windows Folder Shortcut
Replies: 2
Views: 3046

Windows Folder Shortcut

Hi all,

How do I not use the static directory path but instead use RunProgram>%UserProfile%\dropbox\app.exe

some machines have different login names there making it static won't be useful...

Thanks in advance.
Sign up to our newsletter for free automation tips, tricks & discounts