Open a file in plain mode with a command-line switch
Posted: Tue Sep 25, 2007 3:34 pm
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 loss right now as to the appropriate "letter", maybe Z?
textpad -z mycommand.com
would treat the file as a regular ascii file.
Alternatively, is there a menu option to go to regular view? I don't want to define a special file type for the obvious reason.
How about adding a command line switch that says this file is ASCII and to treat it that way? I'm at a loss right now as to the appropriate "letter", maybe Z?
textpad -z mycommand.com
would treat the file as a regular ascii file.
Alternatively, is there a menu option to go to regular view? I don't want to define a special file type for the obvious reason.