readme.txt

来自「PocketCMD是与pocketconsole配合实用的命令行解释器(Shel」· 文本 代码 · 共 70 行

TXT
70
字号
ReactOS command line interpreter CMD version 0.1.1~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~The ReactOS command line interpreter CMD is derived from FreeCOM, theFreeDOS command line interpreter.We are going for 4NT compatibility but try to stay compatible withWinNT's CMD.EXE too.Compiling~~~~~~~~~Cmd can be built in two different versions. A full version for use underWindows 9x or Windows NT and a reduced version for use under ReactOS.Note: The full version won't run on ReactOS and the reduced version is notusable under Win 9x/NT.To build the full version, make sure the symbol '__REACTOS__' is NOT definedin 'rosapps/cmd/config.h' line 13.To build the reduced version, make sure the symbol '__REACTOS__' is definedin 'rosapps/cmd/config.h' line 13.Current Features~~~~~~~~~~~~~~~~ - environment handling with prompt and path support. - directory utilities. - command-line history with doskey-like features. - batch file processing. - input/output redirection and piping. - alias support. - filename completion (use TAB)   (this is still incomplete)Credits~~~~~~~FreeDOS developers:   normat@rpi.edu (Tim Norman)   mrains@apanix.apana.org.au (Matt Rains)   ejeffrey@iastate.edu (Evan Jeffrey)   Steffen.Kaiser@Informatik.TU-Chemnitz.DE (Steffen Kaiser)   Svante Frey (sfrey@kuai.se)   Oliver Mueller (ogmueller@t-online.de)   Aaron Kaufman (morgan@remarque.berkeley.edu)   Marc Desrochers (bitzero@hotmail.com)   Rob Lake (rlake@cs.mun.ca)   John P. Price <linux-guru@gcfl.net>   Hans B Pufal <hansp@digiweb.com>ReactOS developers:   Eric Kohl <ekohl@rz-online.de>   Emanuele Aliberti <ea@iol.it>   Paolo Pantaleo <paolopan@freemail.it>Bugs~~~~Batch file handling is still untested or buggy. Please reportany bug you find.Please report bugs to Eric Kohl <ekohl@rz-online.de>.Good luck  Eric Kohl

⌨️ 快捷键说明

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