Apple Qmaster 3 New Features Instrukcja Użytkownika Strona 35

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 35
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 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
Przeglądanie stron 34
1 2 ... 30 31 32 33 34 35

Komentarze do niniejszej Instrukcji

Brak uwag