This program is "standalone version of TC plugin". It can work with files on HP100/200LX via Filer protocol. It is usefull especially in batch files. Care! Program is Windows console application, will not work under MS-DOS!
Connect PC and HPLX with cable, 3-wire cable (TX, RX, GND) can be used. On HPLX run Filer, for the first time check and set desired communication parameters (port, speed, server mode enabled).
HPLXFILE [/C#] [/P#] /L|/R|/M|/N|/D[M]|/U[M] filename1 [filename2]
Sets speed of Com port, as number use one of values [1200..115200]. If parameter is omitted, default speed 115200 Bd is used. Example:
HPLXFILE /S57600 ...
Sets Com port used for communications, as number use one of values [1..8] for ports COM1..COM8. If parameter is omitted, default port COM1 is used. Example:
HPLXFILE /P2 ...
This command deletes specified file. Use unique filename without wildcards. Example:
HPLXFILE /L c:\p\testfile.txt
This command renames file. Both filenames must be unique without wildcards. Example:
HPLXFILE /N c:\mydir\oldname.txt c:\mydir\newname.txt
This command removes specified directory, what must be empty. Example:
HPLXFILE /R c:\mydir
This command makes specified directory. Example:
HPLXFILE /M c:\newdir
This command copies file from HPLX to PC. Both filenames must be unique without wildcards. If command is used in form /DM, file is moved i.e. source file is deleted past copying. Example:
HPLXFILE /D c:\mydir\source.txt c:\helpdir\target.txt
This command copies file from PC to HPLX. Both filenames must be unique without wildcards. If command is used in form /UM, file is moved i.e. source file is deleted past copying. Example:
HPLXFILE /U c:\helpdir\source.txt c:\mydir\target.txt
ERRORLEVEL | reason |
---|---|
0 | no error |
1 | syntax error in command line |
2 | connection couldn't be established |
3 | command error |
Send, please, your bug reports, comments and suggestions to <zampach@volny.cz>