Conventions
When entering file paths or the variable name
(when the object is a folder), a dot (.) represents the current folder,
two dots (..) represent the parent folder, and a slash (/) represents
the root folder, which is the server. For example, the following script
disables all objects on server hp_srv.
ppadmtool
> connect hp_srv
> disable ./
> exit
When entering file names or paths containing spaces, enclose the entire file name or path in quotation marks ("). For example
SHOW great outdoors
COPY ../gnt /CF systems/great outdoors
You can also redirect input from a file and output to a file.
ppadmtool < ../adm/daily_update.txt > check.log