TapeTrack Documentation

Because there is more to tape management than you ever realized

User Tools

Site Tools


engine:import:setpostscript

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
engine:import:setpostscript [2020/02/26 02:16] Scott Cunliffeengine:import:setpostscript [2025/01/21 22:07] (current) – external edit 127.0.0.1
Line 11: Line 11:
 ''SetPostScript(command);'' ''SetPostScript(command);''
  
-string //command;//\\ 
  
-|command| The full path to a script or executable to be run with the system(3) call at the end of Import Engine processing.|+^ Variable ^ Type ^ Description ^ Min Length ^ Max Length ^ 
 +|command|String| The full path to a script or executable to be run with the system(3) call at the end of Import Engine processing.|1|256|
  
 ===== Example ===== ===== Example =====
Line 19: Line 19:
 Rename a file with a time stamp after the file is processed. Rename a file with a time stamp after the file is processed.
  
-<sxh>+<code>
 SetVar2Date(FILENAME, "*", "vmquery-%%Y-%%m-%%d"); SetVar2Date(FILENAME, "*", "vmquery-%%Y-%%m-%%d");
 SetPostScript("rename vmquery.txt $FILENAME"); SetPostScript("rename vmquery.txt $FILENAME");
-</sxh>+</code> 
 + 
 +===== See Also ===== 
 + 
 +[[engine:import|Import Engine Functions]] \\ 
 +[[cli:sync_fields|Sync Engine Fields]] \\ 
 +[[cli:tmss10sync|TMSS10Sync]]
  
 {{tag> import_engine sync_engine}} {{tag> import_engine sync_engine}}
engine/import/setpostscript.1582683374.txt.gz · Last modified: 2025/01/21 22:07 (external edit)