Apple Qmaster 3 New Features Uživatelský manuál Strana 35

  • Stažení
  • Přidat do mých příruček
  • Tisk
  • Strana
    / 35
  • Tabulka s obsahem
  • KNIHY
  • Hodnocené. / 5. Na základě hodnocení zákazníků
Zobrazit stránku 34
35
Exemple de script Batch Monitor
#!/bin/csh -f
#
# set env var, EMPLACEMENT_DE_BATCHMONITOR s’il n’est pas défini
#
if ${?EMPLACEMENT_DE_BATCHMONITOR} == 0 then
pushd `dirname $0` >& /dev/null
setenv EMPLACEMENT_DE_BATCHMONITOR "/Applications/Utilities/Batch Moni-
tor.app/Contents/MacOS"
popd >& /dev/null
endif
#
# launch Batch Monitor
#
exec "${EMPLACEMENT_DE_BATCHMONITOR}/Batch Monitor" $argv:q
Zobrazit stránku 34
1 2 ... 30 31 32 33 34 35

Komentáře k této Příručce

Žádné komentáře