1
在Windows XP中,我希望它將與模式selenium*.jar
匹配的唯一文件複製到本地目錄。在Windows批處理腳本中複製文件時出現問題
我曾嘗試:
其中pushd \\remote.mydomain.com\selenium\
FOR %f IN (selenium*.jar) DO copy %f C:\selenium
\\remote.mydomain.com
是一個共享目錄,其內容在遠程服務器上託管。
但我得到的錯誤:
C:\selenium>pushd \\remote.mydomain.com\selenium\
f was unexpected at this time.