SC quickfileview
Posted: 27 Jun 2013 20:37
Help says:To me it seems that no matter how I explicitly define filename, this function always shows the current file (=default). Could that be?
Code: Select all
quickfileview
Open the Quick File View for the specified file.
Syntax
quickfileview [filename], [codepage]
filename full path/name, or relative to current path;
defaults to the current file.
codepage codepage to use for decoding the file
empty: use system default codepage
else: use the passed codepage
Examples
Quick File View the current file as Japanese (Shift-JIS):
quickfileview , 932;