Search found 2 matches

by 173234
Tue Jan 06, 2004 10:15 pm
Forum: Enhancement Suggestions
Topic: Pass all selected files as command-line arguments
Replies: 3
Views: 429

Thanks for your post, CyberSlug. I do have another tool that will do what I want, I was just hoping to do it from within TextPad.

As an example, though, my utility would need to be launched thusly:

bc2.exe "c:\temp\source1.txt" "c:\temp\source2.txt" /fv

Thanks again,
by 173234
Tue Jan 06, 2004 5:16 pm
Forum: Enhancement Suggestions
Topic: Pass all selected files as command-line arguments
Replies: 3
Views: 429

Pass all selected files as command-line arguments

Maybe I'm missing what's already there, but... It would be nice to be able to select multiple files from the Document Selector and have those file names passed to my custom tool on the command line. In particular, I want to integrate a third-party compare utility with TextPad. I am imagining that I ...