aaasave.txt

来自「c源码」· 文本 代码 · 共 36 行

TXT
36
字号

                                  Save your work in a text file :
                                  =============================
              First step :
              ==========

 Compile : xyz.c 
           You create xyz.exe

    Copy :      xyz.exe in the C:\

          Verify that you have C:\xyz.exe


              Second step :
              ===========

    Open : a DOS window.
                                 Microsoft(R) Windows 98
                                 (C)Copyright Microsoft Corp 1981-1998.

                                 C:\WINDOWS>

   a)  C:\WINDOWS>
   b)  C:\WINDOWS>cd..    return
   b)  C:\>
   c)  C:\>xyz > a.txt    return


      return   return ... 
    x return x return ... to stop.


    Exit of the DOS window.

    You can find the text of the program in the file a.txt

⌨️ 快捷键说明

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