GENERATED: JAN 12,2023 - 12:57PM
Base64 Encrypt Utility [V23.01.10. 27.00]

Previous Page

This "CHT Batch Bot", HNDBASE64CVT.EXE is a command-line utility that can be called from another application using, for example, Clarion RUN or one of CHT's many ShellRun() functions. It can also be leveraged from a DOS batch file, or a windows .VBS script.

HNDBASE64CVT.EXE source code, because it is in Clarion .APP format, is included as a standard part of the CHT toolkit, provided both in .APP format as well as ready-to-run, in .EXE format.

The application accepts several command line parameters that describe the input file and output path. These parameters are as follows:

--help
<9>[OPT] Displays a help screen. Writes hndbase64cvthelp.txt.
--input
<9>[REQ] Path and name of input file
--output
<9>[OPT] Output path only - local to this exe if omitted.
--mode
<9>[OPT] Encode or decode - defaults to encode if omitted.

The output file name is formatted from the input file with a .h64 extension. For example: test.pdf becomes testpdf.h64

 
PROCEDURE (1):
Main (Procedure Template: HandySourceProcedure)
Count Instance Class Type Methods Header File
(0001) HEnc HNDEncrypt HNDINET 151 HNDENCRP.INC
(1) Class Instances Found In Main


 
PROCEDURE (2):
JumpStartSplashCHTBlue (Procedure Template: Splash)
Count Instance Class Type Methods Header File
(0001) HTellMe HNDWindow HND 205 HNDWINDO.INC
(0002) HWin HNDWindow HND 205 HNDWINDO.INC
(0003) Toolbar ToolbarClass ABC 6 ABTOOLBA.INC
(0004) ThisWindow WindowManager ABC 40 ABWINDOW.INC
(4) Class Instances Found In JumpStartSplashCHTBlue


Copyright © 1996-2023
Gus M. Creces, CHT (Clarion Handy Tools)
All Rights Reserved Worldwide

chtlogo001.gif
Classes By Procedure