How to save multiline select to a file using Tools Option
Posted: Sat Mar 01, 2003 6:03 am
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
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