中国DOS联盟论坛

中国DOS联盟

-- 联合DOS 推动DOS 发展DOS --

联盟域名:www.cn-dos.net  论坛域名:www.cn-dos.net/forum
DOS,代表着自由开放与发展,我们努力起来,学习FreeDOS和Linux的自由开放与GNU精神,共同创造和发展美好的自由与GNU GPL世界吧!

游客:  注册 | 登录 | 命令行 | 会员 | 搜索 | 上传 | 帮助 »
中国DOS联盟论坛 » DOS批处理 & 脚本技术(批处理室) » bat 变量的应用.不是很懂,谁给解释一下
作者:
标题: bat 变量的应用.不是很懂,谁给解释一下 上一主题 | 下一主题
lostangel
初级用户





积分 21
发帖 7
注册 2007-8-8
来自 河南
状态 离线
『楼 主』:  bat 变量的应用.不是很懂,谁给解释一下

@echo off
echo a=b+c
:hom
set/p a="a="
set/p b="b="
set/p c="c="

if %a%==? set/p a="a="<nul &set/a ?=%b%+%c%
if %b%==? set/p b="b="<nul &set/a ?=%a%-%c%
if %c%==? set/p c="c="<nul &set/a ?=%a%-%b%

echo %?%
goto hom


一共就这么多,各位给看一下哈!!!!

2008-3-9 23:47
查看资料  发送邮件  访问主页  发短消息 网志  OICQ (695269509)  编辑帖子  回复  引用回复
HAT
版主





积分 9023
发帖 5017
注册 2007-5-31
状态 离线
『第 2 楼』:  

SET /A expression
SET /P variable=[promptString]

The /A switch specifies that the string to the right of the equal sign
is a numerical expression that is evaluated.

The /P switch allows you to set the value of a variable to a line of input
entered by the user.  Displays the specified promptString before reading
the line of input.  The promptString can be empty.

2008-3-10 00:27
查看资料  发短消息 网志   编辑帖子  回复  引用回复

请注意:您目前尚未注册或登录,请您注册登录以使用论坛的各项功能,例如发表和回复帖子等。


可打印版本 | 推荐给朋友 | 订阅主题 | 收藏主题



论坛跳转: