shutdown.txt

来自「使用于OS/2下的小工具的C源程序,使用于OS/2下的小工具的C源程序」· 文本 代码 · 共 27 行

TXT
27
字号
                                          SHUTDOWN [OS/2 ONLY]
     
     NAME SHUTDOWN - Prepare the system for power down.
     
     SYNTAX
     
     shutdown [/V | /Y | /N] | [/H | /?]
     
     USAGE
     
     Shutdown flushes  all buffer  to the disk and closes down
     the file  system. After  this the  system can  be  safely
     powered down or restarted with CONTROL-ALT-DEL. It can be
     used if  you run  OS/2 without  Presentation Manager with
     for example CMD.EXE as your only shell.
     
     Following options are recognized:
          - /V =  Verbose. Shows  the functions  as  they  are
          called. Can be used for learning OS-functions.
          - /?,/H = Help. Displays a short help.
          - /Y =  Yes. No confirmation is requested. System is
          shutdown.
          - /N =  No. No action is taken. Similar to answering
          N to confirmation message.
     
     SEE ALSO:

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?