爱技术

 找回密码
 注册会员

QQ登录

只需一步,快速开始

微信登录

微信扫一扫,快速登录

搜索
查看: 2488|回复: 5
收起左侧

[ELF文件] Command 0.2b--手机上玩DOS

[复制链接]
发表于 2007-1-17 04:26:06 | 显示全部楼层 |阅读模式

马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。

您需要 登录 才可以下载或查看,没有帐号?注册会员 微信登录

x
(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 编辑 ]

Command_02a.zip

11.29 KB, 下载次数: 102

同时适用于 SGOLD, NEWSGOLD, SGOLD3

 楼主| 发表于 2007-2-23 09:48:03 | 显示全部楼层
0.2b

SGold 1-3?
这里下载
回复 支持 反对

使用道具 举报

发表于 2007-9-10 18:39:02 | 显示全部楼层
Command_04

Command_04.zip

17.12 KB, 下载次数: 98

回复 支持 反对

使用道具 举报

发表于 2007-9-13 12:37:21 | 显示全部楼层
elka的也哟了呀
bat的文件也可以用力?
回复 支持 反对

使用道具 举报

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

  4. Put in folder 0: \ ZBin \ DOS
  5. Add to extension.cfg lines:
  6. [bat]
  7. RUN = 0: \ ZBin \ DOS \ Command.elf

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

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

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

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

  27. Version:
  28. 0.4 No withdrawal redirected to a text file Console.txt
  29.      Support template type *.* and current directory, for example, copy *.* 0: \ ZBin
  30.      Improved search engine launched by files PATH. Support. DLL
  31. 0.3 Completely rewritten almost all the teams.
  32.      Removed various "fun" command: format, defrag, deltree ...
  33. 0.2 Added: launch bat, lnk, elf on the PATH, autoexec.bat,
  34.      command: set, path, a heap of others
  35. 0.1 The first beta version
复制代码
回复 支持 反对

使用道具 举报

发表于 2009-9-16 19:57:36 | 显示全部楼层
这个能运行 bat 文件?  还是只有简单的 dos 功能?
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 注册会员 微信登录

本版积分规则

小黑屋|Archiver|手机版|爱技术 ( 沪ICP备08115260号-3 )

GMT+8, 2025-6-11 12:12

Powered by Discuz! X3.4 Licensed

Copyright © 2001-2020, Tencent Cloud.

快速回复 返回顶部 返回列表