Search found 8 matches
- Wed Sep 02, 2009 12:44 am
- Forum: General
- Topic: Read tool parameters from a file
- Replies: 1
- Views: 327
For something like this I think you would need to write a intermediate script/tool that would receive your current filename from Textpad. This script could detect the filetype from the filename parameter and use this to find the correct parameters from the corresponding file and finally execute the ...
- Fri Nov 02, 2007 5:05 pm
- Forum: General
- Topic: Cannot install Ver 5
- Replies: 14
- Views: 1691
The information in the following link helped me to reinstall Textpad under similar circumstances.
http://www.pchell.com/support/missingmsifiles.shtml
http://www.pchell.com/support/missingmsifiles.shtml
- Mon Jun 12, 2006 4:29 pm
- Forum: General
- Topic: Batch convert Mac ANSI to PC ANSI?
- Replies: 1
- Views: 377
You could create a macro that saves the currently open document (with save as) to pc ansi, and then goes to the next document.
Then open all the docs you want to convert and multi-run the macro.
Similar to what I suggested in this thread: http://forums.textpad.com/viewtopic.php?t=7334
Then open all the docs you want to convert and multi-run the macro.
Similar to what I suggested in this thread: http://forums.textpad.com/viewtopic.php?t=7334
- Tue May 23, 2006 9:49 pm
- Forum: General
- Topic: Is TextPad installed?
- Replies: 7
- Views: 736
I have, "HKEY_CURRENT_USER\Software\Helios\TextPad 4" but no Helios stuff under HKEY_LOCAL_MACHINE. My guess is that values under HKLM means that TextPad is installed for all users but values under HKCU means TextPad is installed for the current user but not all users! The RegistryKey class has a ...
- Tue May 23, 2006 6:38 pm
- Forum: General
- Topic: How to run macro on multiple files
- Replies: 2
- Views: 614
-Create your macro and make it end by going to the next document (Ctrl-Tab) -Open all documents -Run the macro with "Macros -> Multi-play" and select "Specified number or times" with the number the same as your document count. Note that your macro should probably do save before you make it go the ...
- Tue May 23, 2006 6:16 pm
- Forum: General
- Topic: Copy & Paste function
- Replies: 2
- Views: 411
- Sun Oct 24, 2004 12:09 am
- Forum: General
- Topic: Can textpad automatically save opened files in PC format?
- Replies: 6
- Views: 753
One way would be to make a macro that saves the current file in the correct format and then goes to the next file (with Ctrl-Tab). Then open all the files and run the macro with "Multi-play" the same number of times as the number of files. I recommend turning "View Document Selector" on when running ...
- Fri Oct 15, 2004 2:25 pm
- Forum: HOW-TOs
- Topic: Cool Tools to use with TextPad - Visual File Compare
- Replies: 6
- Views: 20934
I found this idea very interesting. But wanted to be able to do this without the manual copy paste hassle. Or more simply, wanted to be able to just open 2 files in Textpad and activate a visual file compare tool. So I decided to write a script that accepts one filename as a command line paramenter ...