Команды SFK


    1        2        3        4        5        6        7        8        9        10    

Раздел 7. Scripting - Скрипты
alias | batch | call | cd | clock | color | echo | for | getcwd | label | loop | mkcd | pause | require | setvar | sleep | stop | storetext | tee | time | tofile | toterm |

Help:   Рус   |   Eng        

Команда: pause
sfk pause [options] [text]

   wait for user input before continuing command execution.

   options
      -keyrc       set shell return code to ascii code
                   of pressed key. cannot be combined with
                   command chaining. without this option
                   the shell rc is always 0.

   see also
      sfk sleep    delay execution for a given time.

   examples
      sfk echo hello +pause
         prints hello and then waits.