Added batch file to generate images for a whole folder of designs

Branch_2.1.x
Nathan Crawford 2013-12-11 18:54:47 -05:00
rodzic 09d0eb536a
commit 76a00f4aff
2 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -37,7 +37,6 @@ namespace embroideryInfo
{
try
{
if (args[0] == "--image" && args.Length > 1)
{
PesFile.PesFile design = new PesFile.PesFile(args[1]);

Wyświetl plik

@ -0,0 +1 @@
for %%i in (*.pes) do "embroideryInfo.exe" --image "%%~i"