Search found 1356 matches

by Dorian (MJT support)
Thu Nov 21, 2002 6:35 am
Forum: Technical / Scripting
Topic: Quickly searching large text files?
Replies: 8
Views: 17886

Hi Bob, " Run Program>command.com " , that's pretty clever! In fact, I think it's even better than the solution I came up with. I found I could use a macro to write a batch file which then searched my text file and wrote the output to another file. The batch file took only a second or so to search a...
by Dorian (MJT support)
Thu Nov 21, 2002 3:36 am
Forum: Technical / Scripting
Topic: spotting IP addresses and dates in textfiles?
Replies: 6
Views: 11214

spotting IP addresses and dates in textfiles?

Does anyone have any pointers for an easy way of finding an IP address or a date in a textfile? The date could be in almost any format.
by Dorian (MJT support)
Thu Nov 21, 2002 3:33 am
Forum: Technical / Scripting
Topic: Searching huge text file - solution!
Replies: 13
Views: 22127

Thanks guys. Those "'s work perfectly. I amended the search line to : let>filename=type "c:\my documents\testfile.txt" | find "test" /i > "c:\my documents\testfile2.txt" and now it allows me to search a file if there's a space in the path. :D Then I added : DeleteFile>c:\testfile.bat ... at the end,...
by Dorian (MJT support)
Wed Nov 20, 2002 6:56 pm
Forum: Technical / Scripting
Topic: Searching huge text file - solution!
Replies: 13
Views: 22127

One question - how do I get around the space problem in a path when using a .bat file? for instance, "c:\testfile.txt" is fine, but "c:\my document\testfile.txt" won't work. I know there's probably a very simple answer.
by Dorian (MJT support)
Wed Nov 20, 2002 6:55 pm
Forum: Technical / Scripting
Topic: Searching huge text file - solution!
Replies: 13
Views: 22127

Searching huge text file - solution!

Wohooo! I just figured out how to search large text files quickly. i just tested this script and it completed a search on a 176MB text file in only a second or so. _____________________________ let>filename=type c:\testfile.txt | find "searchtext" /i > c:\testfile2.txt WriteLn>c:\testfile.bat,result...
by Dorian (MJT support)
Mon Nov 18, 2002 7:30 pm
Forum: Technical / Scripting
Topic: "Input" opens entire program? 7.1 pro.
Replies: 6
Views: 13180

I think it's maybe a matter of getting used to how the new one behaves. Sometimes it seems to want to live on my taskbar as well as the systray, in which case I close the entire thing and relaunch it, other times it's happy to just be in the systray.
by Dorian (MJT support)
Mon Nov 18, 2002 6:30 pm
Forum: Technical / Scripting
Topic: "Input" opens entire program? 7.1 pro.
Replies: 6
Views: 13180

"Input" opens entire program? 7.1 pro.

It seems probably 2 times out of 5, the "input" command opens the entire macro scheduler program just beneath the input window. I haven't worked out why it does this some times and not others, but if I do I'll let you know. It's as if I double clicked on the systray icon.
by Dorian (MJT support)
Mon Nov 18, 2002 5:48 pm
Forum: Technical / Scripting
Topic: Quickly searching large text files?
Replies: 8
Views: 17886

Cheers Ernest,

I found a couple of windows grep tools as per your suggestion - now to test them. .......
by Dorian (MJT support)
Mon Nov 18, 2002 5:36 pm
Forum: Technical / Scripting
Topic: "Run when" , "Hot Keys" and Compiler
Replies: 11
Views: 20620

Just a quick note to thank everyone for their help in this matter. As you can probably tell, I'm new to this particular aspect, and your pointers have really helped. :D
by Dorian (MJT support)
Sun Nov 17, 2002 9:06 pm
Forum: Technical / Scripting
Topic: "Run when" , "Hot Keys" and Compiler
Replies: 11
Views: 20620

Hi Tim, Thanks for taking the time to reply. I hope my "clunky" comment didn't come across as a complaint, or offensive to anyone, it certainly wasn't meant to be that. I wouldn't be without Macro Scheduler for anything in the world! I have a couple of jobs I need to perform every day, and each one ...
by Dorian (MJT support)
Sat Nov 16, 2002 9:06 pm
Forum: Technical / Scripting
Topic: Run when idle for x minutes......
Replies: 5
Views: 12773

Ah, that's excellent! Thank you.
by Dorian (MJT support)
Sat Nov 16, 2002 9:05 pm
Forum: Technical / Scripting
Topic: "Run when" , "Hot Keys" and Compiler
Replies: 11
Views: 20620

"clunky" cuz I'll be sending soneone the script and then having to give them instructions to autorun with task scheduler rather than having something nice and "all in one".
by Dorian (MJT support)
Sat Nov 16, 2002 7:03 pm
Forum: Technical / Scripting
Topic: 7.1 Pro. Error browsing groups
Replies: 2
Views: 10162

Lordy, that was quick.. I only downloaded the "faulty" version yesterday!
by Dorian (MJT support)
Sat Nov 16, 2002 7:02 pm
Forum: Technical / Scripting
Topic: Run when idle for x minutes......
Replies: 5
Views: 12773

Aaah! Maybe that's what I was thinking of. I wonder how that would work in an executable? That begs the question.... If an exe macro is set to run after, say, 10 minutes, of no mouse activity, i presume we run the exe, it will monitor in the background, and when the mouse isn't moved for 10 mins it ...
by Dorian (MJT support)
Sat Nov 16, 2002 6:56 pm
Forum: Technical / Scripting
Topic: "Run when" , "Hot Keys" and Compiler
Replies: 11
Views: 20620

Hmmm, thanks guys. you are correct, it will be on a machine without MS, so I'll have to get them to add it to task scheduler. It sounds a bit "clunky" though, but if it's the only solution it'll have to do.
Sign up to our newsletter for free automation tips, tricks & discounts