Your suggestion would force EVERY COM file to not be considered binary. That is overkill. When I want to look at a windows COM file, I'd have to change it back first. Maybe a command line parameter like:
... -x=txt
means treat like a .txt file!
Search found 6 matches
- Mon Jul 30, 2012 11:54 am
- Forum: Enhancement Suggestions
- Topic: command line parameter to open file in ascii mode?
- Replies: 3
- Views: 969
- Mon Jul 30, 2012 11:17 am
- Forum: Enhancement Suggestions
- Topic: command line parameter to open file in ascii mode?
- Replies: 3
- Views: 969
command line parameter to open file in ascii mode?
I edit VMS command files on my PC. They have the extension .COM. I don't want to edit them as binary but as ascii text. There is no switch that will let me do this. I don't see any way to change the view after it is open either. Some option is desirable.
- Mon Jun 09, 2008 1:24 pm
- Forum: General
- Topic: Start TextPad with tool window closed?
- Replies: 3
- Views: 404
a wrinkle
The only wrinkle is that the search results and tool window now appear in the window list and not automatically docked at the bottom. Kind of like "Whack-a-mole!"
/sra
/sra
- Tue May 27, 2008 3:53 pm
- Forum: General
- Topic: Start TextPad with tool window closed?
- Replies: 3
- Views: 404
Start TextPad with tool window closed?
I don't use the tool window very much but would like to ALWAYS start Textpad with it closed - even if I left it open the last time I used it. Any ideas?
- Tue Sep 25, 2007 5:48 pm
- Forum: Enhancement Suggestions
- Topic: Open a file in plain mode with a command-line switch
- Replies: 3
- Views: 615
not quite
That requires that I open TextPad and then use file->open
I actually have a batch file (tp.bat) that has the line
start c:\progra~1\textpa~1\textpad.exe %*
Hence, at the command line, I'd like to:
tp -z icw.com
I use command line extensively.
I actually have a batch file (tp.bat) that has the line
start c:\progra~1\textpa~1\textpad.exe %*
Hence, at the command line, I'd like to:
tp -z icw.com
I use command line extensively.
- Tue Sep 25, 2007 3:34 pm
- Forum: Enhancement Suggestions
- Topic: Open a file in plain mode with a command-line switch
- Replies: 3
- Views: 615
Open a file in plain mode with a command-line switch
I have to edit VMS files (what's that you say?) and I'd like to use my PC. One of the file types is a command file (BAT) but its extension is COM. If I try to open it, it is shown in hex dump mode. How about adding a command line switch that says this file is ASCII and to treat it that way? I'm at a ...