batch file - Passing parameter to windows command script - Stack Overflow

batch file - Passing parameter to windows command script - Stack Overflow

瀏覽:465
日期:2025-06-09
Passing parameter to windows command script up vote 0 down vote favorite I need to pass argument from wsf file to bat file to windows command script. In wsf file I have: Shell.Run("Something.bat ",&varparam,1,true) In Something.bat: sftp.exe testcommand ....看更多