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;
XYplorer Beta Club