如何将linux命令重写为CMD语法

时间:2021-04-25 02:08:00

Can you help me to rewrite this command/syntax from linux:

你能帮我从linux重写这个命令/语法吗?

inname=`convert image -format "%t" info:`
convert image.jpg ..... ${inname}_%d.png

to batch file? It is for ImageMagick. The %d is part of ImageMagick command.

批处理文件?它适用于ImageMagick。 %d是ImageMagick命令的一部分。

1 个解决方案

#1


0  

You can create alias, the easy way

您可以轻松创建别名

http://www.mediacollege.com/linux/command/alias.html

#1


0  

You can create alias, the easy way

您可以轻松创建别名

http://www.mediacollege.com/linux/command/alias.html