我將命令提示符的運行時變量傳遞給python以在那裏執行(im = n python)。現在我想存儲python程序的結果並將這些結果返回到命令提示符中。示例如下如何在命令提示符下存儲python程序的輸出?
set input=
set /P input=Enter Layer Name:%=%
C:\Python27\python.exe F:\xampp\htdocs\flood_publish\projection_raster.py %input%
我將用戶輸入字符串從命令提示符傳遞到上面的python程序。 如何使用Python程序的結果返回到命令提示符
這顯然不是一個bash腳本; OP使用Windows路徑並在標籤中顯式引用'cmd'。 –
Bash腳本也可以在Windows中工作:http://www.howtogeek.com/261591/how-to-create-and-run-bash-shell-scripts-on-windows-10/ – prabodhprakash
它特定於Windows 10 。那麼Windows 2008服務器和Windows 2012服務器和其他版本呢? –