|
This application is a utility that can be incorporated into installation settings where a startup link (application shortcut) is required to launch your application. It has no interface and should be run from the DOS prompt or called with clarion RUN() from an application button or menu. Parameters must appear in one continous line on the application command line separated by spaces with each item surrounded by double quotes. Parameters are as follows: 1) Application name and path eg: "c:\clarion6\3rdparty\hnd\hncmp.exe" 2) Application description. eg: "CHT Compile Manager" 3) Short cut file name. eg: "CHT Compile Manager.lnk" 4) Application work path eg: "c:\clarion6\hndapps" 5) Installation location (usually "5" for \program files\) eg: "5" 6) Installation Icon (usually "0" for first application icon) eg: "0" Any questions, visit the CHT Forum. http://news.cwhandy.ca |
| PROCEDURE (1): Main (Procedure Template: HandySourceProcedure) |
|||||
| Count | Instance | Class | Type | Methods | Header File |
| (0001) | LNK | HNDShellLinkClass | HND | 57 | HNDSHLNK.INC |
| (0002) | HSRC | HNDSourceProcedure | HND | 46 | HNDSRC.INC |
| (2) Class Instances Found In Main | |||||
| PROCEDURE (2): JumpStartSplashCHTBlue (Procedure Template: Splash) |
|||||
| Count | Instance | Class | Type | Methods | Header File |
| (0001) | HTellMe | HNDWindow | HND | 197 | HNDWINDO.INC |
| (0002) | Toolbar | ToolbarClass | ABC | 6 | ABTOOLBA.INC |
| (0003) | ThisWindow | WindowManager | ABC | 38 | ABWINDOW.INC |
| (3) Class Instances Found In JumpStartSplashCHTBlue | |||||
Classes By Procedure In HNDSHCUT.APP