我想在bat文件中声明一个变量,并将此变量传递给命令行。 我的蝙蝠档案:
@echo off
SET dbname="gss_annot"
cd "C:\inetpub\wwwroot\webclient\db\nucleotide"
call "C:\Strawberry\perl\bin\perl.exe" "C:\inetpub\wwwroot\webclient\db\nucleotide\update_blastdb.pl" --passive --decompress %dbname%> C:\perl_out.log 2>&1
我想将dbname
变量传递给call语句。应该怎么样?
答案 0 :(得分:0)
我解决了。
只需从文本中删除META-INF/services/org.neo4j.kernel.extension.KernelExtensionFactory
,然后删除变量和值之间的空白区域。
META-INF
谢谢,