我想知道BAT里面的这段怎样表达,在AUTOIT里面
if exist E:\temp\qq.txt goto qq\\192.168.10.138\qq$\qq\%computername%\vc05.exe
echo 1>E:\temp\qq.txt
start \\192.168.10.138\qq$\qq\%computername%\bin\qq.exe
goto end
:end If FileExists("E:\temp\qq.txt") Then
Run(@ComSpec & ' /c start \\192.168.10.138\qq$\qq\%computername%\bin\qq.exe', "", @SW_HIDE)
Else
Run(@ComSpec & ' /c start \\192.168.10.138\qq$\qq\%computername%\vc05.exe', "", @SW_HIDE)
EndIf %computername% 就是这个不能表达,这个是变量来的,
页:
[1]