Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在批处理文件中使用 plink。这个批处理文件的内容是这样的:
plink -ssh user@APP_FE -pw passwd -m Prepare.txt > result\prepare\Prepare.trc
在 Prepare.txt 文件中,我想使用一些变量。我应该如何实现这个?