TapeTrack Documentation

Because there is more to tape management than you ever realized

User Tools

Site Tools


engine:import:setpostscript

SetPostScript

Set a script to be run at the end of source processing.

Phase

This instruction is used by the TapeTrack Import Engine.

Syntax

SetPostScript(command);

Variable Type Description Min Length Max Length
commandString The full path to a script or executable to be run with the system(3) call at the end of Import Engine processing.1256

Example

Rename a file with a time stamp after the file is processed.

SetVar2Date(FILENAME, "*", "vmquery-%%Y-%%m-%%d");
SetPostScript("rename vmquery.txt $FILENAME");

See Also

engine/import/setpostscript.txt · Last modified: 2021/07/22 02:40 by scunliffe