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 ...
Search found 8 matches
- Thu Oct 06, 2011 9:13 pm
- Forum: General
- Topic: Options for Tool Output "destination"
- Replies: 1
- Views: 262
- Wed Sep 28, 2011 4:27 pm
- Forum: General
- Topic: Possible to parse an output file using a TextPad Tool?
- Replies: 6
- Views: 895
- Wed Sep 28, 2011 2:20 pm
- Forum: General
- Topic: Possible to parse an output file using a TextPad Tool?
- Replies: 6
- Views: 895
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 ...
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 ...
- Wed Sep 28, 2011 4:11 am
- Forum: General
- Topic: Possible to parse an output file using a TextPad Tool?
- Replies: 6
- Views: 895
- Tue Sep 27, 2011 6:36 pm
- Forum: General
- Topic: Workspace Request
- Replies: 2
- Views: 453
- Tue Sep 27, 2011 6:30 pm
- Forum: General
- Topic: Windows 7 64 Bit - Allow this program to make changes...
- Replies: 2
- Views: 701
- Tue Sep 27, 2011 4:52 pm
- Forum: General
- Topic: Possible to parse an output file using a TextPad Tool?
- Replies: 6
- Views: 895
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 ...
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 ...
- Mon Jul 19, 2010 5:24 pm
- Forum: General
- Topic: Replace string with string-1
- Replies: 1
- Views: 422
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?
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?