Thursday, July 23, 2015

Writing a .bat file

I try to write a .bat file with the following command-line




C:\Programme\ImageMagick-7.0.7-Q16\magick mogrify -path C:\temp\size -resize 21.15% -compress LZW *.tif


I create it the following way:




  • Open MS Editor

  • insert the text

  • save as xy.bat




When I run the xy.bat the “%” from "21.15%" is gone. What went wrong?

No comments:

Post a Comment

linux - How to SSH to ec2 instance in VPC private subnet via NAT server

I have created a VPC in aws with a public subnet and a private subnet. The private subnet does not have direct access to external network. S...