| Registration & Support Information |
| |
Using Batch WinFax2TIFF By Command Line Mode
Batch WinFax2TIFF supports command line mode:
- Convert one fax file to tif tiff:
winfax2tif [/q /l /ke] /f source-file dest-file [*.*]
for example: winfax2tif /l /f d:\fax\fax001.fxr d:\tiff\fax001.tif
Note: "source-file" and "dest-file" should NOT include space inside.(short file name please).
- Convert all fax in a directory/folder to tif tiff, and control each converted tiff file name:
winfax2tif [/q] [/l] /d source-dir dest-dir
Create a .bat file (for example myconvert.bat).
include command lines, using file conversion mode. for example:
winfax2tif /q /f d:\fax\fax001.fxr d:\tiff\fax001_fxr.tif
winfax2tif /q /f d:\fax\fax002.fxr d:\tiff\fax002_fxr.tif
winfax2tif /q /f d:\fax\fax003.fxr d:\tiff\fax003_fxr.tif
winfax2tif /q /f d:\fax\fax004.fxr d:\tiff\fax004_fxr.tif
...
run your bat file from "Start|Run".
-
Convert all fax in a directory/folder to tif tiff in batches:
winfax2tif [/q /l /ke /i /kh] /d source-dir dest-dir [*.*].
for example: winfax2tif /l /d c:\fax c:\tiff
All winfax fxd fxm fxr fxs files in folder "c:\fax" will be converted to tiff files, and the converted tiff files are saved to folder "c:\tiff".
Note: "source-dir" and "dest-dir" should NOT include space inside..
-
The meanings of commands:
"/f" File conversion - convert one source file to a tif file.
"/d" Folder conversion - convert all fax files in source directory/folder, the result tif files are saved to destination directory/folder.
"/q" Quiet mode - no result message is popuped after converting is finished.
"/ke" Keep the whole source file name, include extention name in the converted tif file name.
"/l" Keep file data and time infomation. More...
"/i" Include sub-folder, along with "/d" in folder conversion.
"/kh" Keep Hiberachy, along with "/i /d" in folder conversion.
|
|