binghelingxi 发表于 2007-1-17 04:26:06

Command 0.2b--手机上玩DOS

(C) cbn

添加路径:
bat:0:\ZBin\DOS\Command.elf
类似于MS-DOS。。。

Command.elf Командный интерпретатор MS-DOS
Выполняет основные команды MS-DOS: copy,move,ren,dir,mkdir,...и кучу др.
Отображает консоль, понимает .BAT файлы (не х86 эмулятор!)
Для любителей запускать эльфы из командной строки
Бета версия: отсутствует ввод команд.
Примеры вложены в архив.

V 0.2a

[ 本帖最后由 binghelingxi 于 2007-2-23 09:55 编辑 ]

binghelingxi 发表于 2007-2-23 09:48:03

0.2b

SGold 1-3?
这里下载

subiaoyi 发表于 2007-9-10 18:39:02

Command_04

rainer_823 发表于 2007-9-13 12:37:21

elka的也哟了呀
bat的文件也可以用力?

loquat 发表于 2009-5-3 09:15:14

如果要修改主路径,可能要用到包里的这个文件“SETUP.INS”
但是v0.4里没有这个文件,不知为何?Command.elf shell BAT-File 0.4
http://cbn.narod.ru e-mail: cbn@yandex.ru (c) bn
Performs basic commands MS-DOS: copy, move, ren, dir, mkdir, ... and a bunch of others

Put in folder 0: \ ZBin \ DOS
Add to extension.cfg lines:

RUN = 0: \ ZBin \ DOS \ Command.elf

The list of interpreted commands:
CD (CHDIR), COPY, ECHO, REN (RENAME), REM, PATH, DIR, MEM, DATE, TIME,
MD (MKDIR), RD (RMDIR), TYPE, VER, SET, DEL (ERASE).
Description of commands, see the manual for MS-DOS.
Teams cut several of its ability.

The idea: to use command language BAT-file to your needs
(installers etc).

Short description:
When you start running autoexec.bat
Files with extensions. Bat,. Lnk,. Elf,. Dll searched in the current directory
continue in the path PATH.
You can use templates *.* commands (be careful
with the command ERASE *.*)
DIR command allows the redirection to a file:> Filename
and search in subfolders if you have the key <

For programmers: external command MS-DOS can be written as a DLL.
Function DLL plug int main (int fcon, char * curdir, int argc, char ** argv)
receives parameters: file handle console, current directory, the number of arguments and have the command line arguments
The function should not contain SUBPROC (ElfKiller) and transferred to a DLL program elf2dll.exe.

Version:
0.4 No withdrawal redirected to a text file Console.txt
   Support template type *.* and current directory, for example, copy *.* 0: \ ZBin
   Improved search engine launched by files PATH. Support. DLL
0.3 Completely rewritten almost all the teams.
   Removed various "fun" command: format, defrag, deltree ...
0.2 Added: launch bat, lnk, elf on the PATH, autoexec.bat,
   command: set, path, a heap of others
0.1 The first beta version

xizi300 发表于 2009-9-16 19:57:36

这个能运行 bat 文件?  还是只有简单的 dos 功能?
页: [1]
查看完整版本: Command 0.2b--手机上玩DOS