Search found 8 matches

by textpadquestion
Thu Oct 06, 2011 9:13 pm
Forum: General
Topic: Options for Tool Output "destination"
Replies: 1
Views: 239

Options for Tool Output "destination"

Hi Again Professional TextPad Badasses. I've got this great tool working that executes a batch file, creates a LOG file, and ultimately sends FindStr output back to TextPad. The only thing I'm finding that I'd like to change is the behavior where the document in focus becomes the Tool Output window ...
by textpadquestion
Wed Sep 28, 2011 4:27 pm
Forum: General
Topic: Possible to parse an output file using a TextPad Tool?
Replies: 6
Views: 652

Update: Working like a champ with FindStr!!!! I now get clickable matching lines returned to the tool output prefixed with filename and line number. For the sake of sharing information, here are the details... - Added a Tool that executes a Program, where the program is a batch file I created. I'm ...
by textpadquestion
Wed Sep 28, 2011 2:20 pm
Forum: General
Topic: Possible to parse an output file using a TextPad Tool?
Replies: 6
Views: 652

My sincere thanks to you both for your input here. I don't have complete control over the environment I'm working in. Ultimately, instead of using findstr I think a perl script to produce the exact output I have in mind is the best way for me to go given my experience... but I don't have free rein ...
by textpadquestion
Wed Sep 28, 2011 4:11 am
Forum: General
Topic: Possible to parse an output file using a TextPad Tool?
Replies: 6
Views: 652

Edit: I get the results below two ways: one way is by adding a "program" to execute my batch file and the other way is by adding a "DOS Command" which may be an important part of Ben's reply, but I get the same behavior both ways. Below was written with my tool that added a "program" in mind ...
by textpadquestion
Tue Sep 27, 2011 6:36 pm
Forum: General
Topic: Workspace Request
Replies: 2
Views: 373

Could it be that a file in the workspace no longer exists? I prefer the document selector instead of the tabs to which I believe you are referring in my workspace... The only thing I've found in the doc selector that affects sorting is whether or not the full path is shown. When the full path is ...
by textpadquestion
Tue Sep 27, 2011 6:30 pm
Forum: General
Topic: Windows 7 64 Bit - Allow this program to make changes...
Replies: 2
Views: 560

I'm in Windows 7 Pro 64 bit and do not encounter this behavior.
by textpadquestion
Tue Sep 27, 2011 4:52 pm
Forum: General
Topic: Possible to parse an output file using a TextPad Tool?
Replies: 6
Views: 652

Possible to parse an output file using a TextPad Tool?

Hi TextPad Geniuses! First, I love using TextPad to develop SAS programs. I have hotkey setup to batch submit from within TextPad and it's working great! I'm kind of a noob when it comes to working in the window's environment so I hope someone out there can help me. I'd like to extend this tool ...
by textpadquestion
Mon Jul 19, 2010 5:24 pm
Forum: General
Topic: Replace string with string-1
Replies: 1
Views: 364

Replace string with string-1

Hi, I haven't been able to find the answer to my question in one of the existing topics....

I have the following data

T02
T03
T05
T09

And I'd like to use a regular expression find and replace to turn it into

T01
T02
T04
T08

Is this possible?