Board logo

标题: 这个 xxx.cfw 是什么地方而来的 [打印本页]

作者: hfjyxlandy     时间: 2007-2-1 23:20    标题: 这个 xxx.cfw 是什么地方而来的

@echo off
:start
del *.cfw
main.exe
if exist xxx.cfw goto start
if exist xxx.cfw goto end
if exist xxx.cfw goto wind
:end
:wind
wind.exe
start

其中if exist xxx.cfw goto start
if exist xxx.cfw goto end
if exist xxx.cfw goto wind
各对应一个菜单,请教这里的xxx.cfw 是从何而来的?


──────────────── 版务记录 ────────────────
执行:namejm
原标题:紧急求助
修改后标题:这个 xxx.cfw 是什么地方而来的
说明:因标题表述过于模糊,不便于论坛的搜索和管理,在本提示发表三日之后,楼主
  仍未修改标题,现由本人强制修改标题,并扣除2点积分。
──────────────── 版务记录 ────────────────


[ Last edited by namejm on 2007-2-6 at 09:10 AM ]
作者: zh159     时间: 2007-2-1 23:30
有可能是main.exe生成的,但代码不完整看不出来。
作者: hfjyxlandy     时间: 2007-2-1 23:53
下午,我把完整的拷过来!请你指点指点!
作者: hfjyxlandy     时间: 2007-2-3 00:41
@echo off
  :start
del *.cfw
main.exe
if exist again.cfw goto start
if exist exit.cfw goto end
if exist desi.cfw goto design
if exist wind.cfw goto wind
if exist tiaos.cfw goto tiaos
goto end
:design
xinsj.exe
goto start
:wind
xcj.exe
goto start
:tiaos
sha.exe
goto start
:end
@echo on