How to save multiline select to a file using Tools Option

General questions about using TextPad

Moderators: AmigoJack, bbadmin, helios, Bob Hansen, MudGuard

Post Reply
Isaac

How to save multiline select to a file using Tools Option

Post by Isaac »

I am trying to capture the part of my document using highlighting the text and save that multiselect line as dos file.

1. Write a batch file (mytest.bat) which contains the one line:
more %1 > test.txt

2. In textpad:Configure:Preferences:Tools:Add...
Command: c:\mytest.bat
Parameters: $SelLine
Initial Folder: $FileDir
Capture Output ON

I tried to configure my tools with parameter setting like $SelLine , $Clip etc.
But it is not working as desired.

Your help will be greatly appreciated.

Thanks,

Isaac
berend

Re:How to save multiline select to a file using Tools Option

Post by berend »

You can't do it the way you describe.

Select lines, Copy selection to clipboard.
Open New file with Ctrl-N.
Paste and then save the file.

Berend
isaac

Re:How to save multiline select to a file using Tools Option

Post by isaac »

Thank you berend for your reply
Post Reply