Apple Shake Qmaster Einstellungsanleitung Seite 86

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 94
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 85
Compressor Script Example
#!/bin/csh -f
#
# set env var, COMPRESSOR_LOCATION if not set
#
if ${?COMPRESSOR_LOCATION} == 0 then
pushd `dirname $0` >& /dev/null
setenv COMPRESSOR_LOCATION /Applications/Compressor.app/Contents/MacOS
popd >& /dev/null
endif
#
# launch Compressor
#
exec ${COMPRESSOR_LOCATION}/Compressor $argv:q
Batch Monitor Script Example
#!/bin/csh -f
#
# set env var, BATCHMONITOR_LOCATION if not set
#
if ${?BATCHMONITOR_LOCATION} == 0 then
pushd `dirname $0` >& /dev/null
setenv BATCHMONITOR_LOCATION "/Applications/Utilities/Batch Monitor.app/
Contents/MacOS"
popd >& /dev/null
endif
#
# launch Batch Monitor
#
exec "${BATCHMONITOR_LOCATION}/Batch Monitor" $argv:q
86 Chapter 7 Using the Command Line
Seitenansicht 85
1 2 ... 81 82 83 84 85 86 87 88 89 90 91 92 93 94

Kommentare zu diesen Handbüchern

Keine Kommentare