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
How to save multiline select to a file using Tools Option
Moderators: AmigoJack, bbadmin, helios, Bob Hansen, MudGuard
-
berend
Re:How to save multiline select to a file using Tools Option
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
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
Thank you berend for your reply