Create an Application Manually
APP CREATE app1[/app1a...] [app2[/app2a...] ... [appn[/appna...] ] [DROP]
Are application names under approot. The application name can be up to 64 characters.
Are nested application directories, allowed when nested applications are configured. In order to create a nested application, the parent application must already exist.
Deletes an application if one already exists with the same name as the one to be created, and then creates a new application with that name. Note that any files in the pre-existing application are deleted. Without the DROP option, a message will be generated, and the pre-existing application will not be deleted or changed.
The application name may not contain spaces. If the name contains spaces, each section is understood to be a separate application. If you require a name with spaces, you must create it using another mechanism, such as Windows Explorer. You can then use the APP MAP command to add it to APPROOT.
If you need to specify more application names than can fit on one line, add the continuation character (-) at the end of the first line, and code more application names on the next line.
The word HOLD cannot be used as an application name.