Board logo

标题: [已解决]请教一个在XPSP3光盘里的一个批处理 [打印本页]

作者: chishingchan     时间: 2008-4-29 09:11    标题: [已解决]请教一个在XPSP3光盘里的一个批处理
FOR /F "tokens=*" %%i in ('dir /b %~dp0\WindowsXP-KB936929-SP3-x86-???.exe') do start %~dp0\%%i


请问 %~dp0 是什么意思?

2楼正解

Last edited by chishingchan on 2008-11-23 at 12:00 ]

作者: terse     时间: 2008-4-29 09:33
批处理所在路径