command line parameter to open file in ascii mode?
Moderators: AmigoJack, bbadmin, helios, Bob Hansen, MudGuard
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.
Doesn't quite do it
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!
... -x=txt
means treat like a .txt file!