COMPILE.BAT
资源名称:commutil.zip [点击查看]
上传用户:xr_qian
上传日期:2007-01-05
资源大小:443k
文件大小:0k
源码类别:
通讯/手机编程
开发平台:
DOS
- @echo off
- if NOT exist %1c.bat goto error
- cd %1
- call c
- cd ..
- goto end
- :error
- echo .
- echo . The %1 directory was not found.
- echo .
- :end