gpt4 book ai didi

windows - 我如何将文件目录(路径)作为参数传递?

转载 作者:可可西里 更新时间:2023-11-01 11:14:47 35 4
gpt4 key购买 nike

我如何将文件目录(路径)作为参数传递给1.windows操作系统下的批处理文件2. unix操作系统下的bash文件

最佳答案

Batch files can only handle parameters %0 to %9

%0 is the program name as it was called,
%1 is the first command line parameter,
%2 is the second command line parameter,
and so on till %9.

批量检查@ http://www.robvanderwoude.com/parameters.php

对于 shell 脚本检查 @ http://docsrv.sco.com:507/en/OSUserG/_Passing_to_shell_script.html

关于windows - 我如何将文件目录(路径)作为参数传递?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/3853281/

35 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com