popup.txt

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

TXT
36
字号
                                             POPUP [OS/2 ONLY]
     
     NAME POPUP - Show a popup message to the user.
     
     SYNTAX
     
     popup [/H | /?]OR
     popup "message with \n between lines" OR
     popup /F popup-file
     
     USAGE
     
     Popup is used to show popup messages to the user. You can
     for example  use it with the at-command to create a to-do
     list for  each day  and have  popup display  you messages
     about your daily activities without having to keep an eye
     on the clock.
     
     Popup can  read the  displayed message  either  from  the
     command  line  or  from  a  file.  In  the  command  line
     different lines  are separated  with \n.  In a  file each
     line of  the file  is displayed  in its  own line. No \n-
     character are needed.
     
     If popup  is started without any parameters, it reads its
     message from the popup.dat file.
     
     EXAMPLES
     1) Show a message from command line
     popup "\n\n Any message here\n"
     
     
     
     SEE ALSO
     at

⌨️ 快捷键说明

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