我想让ip是62到81之间的IP执行某个命令。这个bat怎么写。
联盟域名:www.cn-dos.net 论坛域名:www.cn-dos.net/forum
DOS,代表着自由开放与发展,我们努力起来,学习FreeDOS和Linux的自由开放与GNU精神,共同创造和发展美好的自由与GNU GPL世界吧!
Originally posted by mmw1 at 2006-12-17 07:03:
if ip >= 63 then
oshell.run "\\game\2\jwreboot.exe",1
Else If ip <= 81 then
oshell.run "\\game\2\jwreboot.exe",1
"
if ip >= 63 then
oshell.run "\\game\2\jwreboot.exe",1
Else If ip <= 81 then
oshell.run "\\game\2\jwreboot.exe",1
end if
end if
if ip >= 63 and ip <=81 then
oshell.run "\\game\2\jwreboot.exe",1
end if