标题: 如何用批处理调用下级目录的批处理文件
[打印本页]
作者: tianxuanjian
时间: 2006-12-1 05:04
标题: 如何用批处理调用下级目录的批处理文件
如题,在线等,急用,谢谢!
想在上级目录用bat文件调用下级目录的bat文件
Last edited by tianxuanjian on 2006-12-1 at 05:08 AM ]
作者: tianxuanjian
时间: 2006-12-1 05:15
没人管,自己热热
作者: tianxuanjian
时间: 2006-12-1 05:39
自己解决了.
先用PATH C:\WINDOWS;格式调整目录
作者: lxmxn
时间: 2006-12-1 07:19
直接打上要调用的bat的绝对路径不就是了?
作者: tianxuanjian
时间: 2006-12-1 22:03
没用,试过了
作者: NaturalJ0
时间: 2006-12-1 22:07
call 完整路径
作者: vkill
时间: 2006-12-2 08:00
call "相对路径"
作者: tianxuanjian
时间: 2006-12-6 22:42
Originally posted by vkill at 2006-12-2 08:00:
call "相对路径"
怎么call
作者: lxmxn
时间: 2006-12-7 01:43
打个比方:调用c盘下面的boot.ini,就用 call c:\boot.ini
作者: kcdsw
时间: 2006-12-7 02:07