Abilitare JavaScript per vedere questo sito.

Esegue un file presente in flash. contenente uno o una lista di comandi dispostivo.

Tipica è la richiesta di esecuzione forzata del file lostreg.stp.

Sintassi

EXEBAT filename

filename

Nome del file comandi da eseguire completo di path (percorso sulla CF).

Annotazioni

Il file comandi deve sempre terminare con un ritorno a capo, altrimenti l'ultima riga non viene eseguita.

Esempio

da shell rde3

exebat /fa/lostreg.stp

Esempio

Da programma R3

select (rCmdLostreg)

  case 1

    StrCmd = "UAR /FA/LOSTREG.STP"

    srAswCmd = command(StrCmd)

    rCmdLostreg = 0

  break

  case 2

    StrCmd = "EXEBAT /FA/LOSTREG.STP"

    srAswCmd = command(StrCmd)

    rCmdLostreg = 0

  break

  case 4

    StrCmd = "UAR /FB/RICETTE.STP"

    srAswCmd = command(StrCmd)

    rCmdLostreg = 0

  break

  case 8

    StrCmd = "EXEBAT /FB/RICETTE.STP"

    srAswCmd = command(StrCmd)

    rCmdLostreg = 0

  break

  default

  rCmdLostreg = 0

end_select

 

  

Keyboard Navigation

F7 for caret browsing
Hold ALT and press letter

This Info: ALT+q
Page Header: ALT+h
Topic Header: ALT+t
Topic Body: ALT+b
Contents: ALT+c
Search: ALT+s
Exit Menu/Up: ESC