The Technology Magazine.

Full width home advertisement

Android

Linux

Post Page Advertisement [Top]

Batch file to excecute a program with arguments: Image processing

 REM Script for image processing with change of output file not to overwrite input file

@echo off 

set arg1=%1

echo %arg1%

set str2=%arg1%

set str2=%str2:.png=_.png% 

echo %str2% 

program.exe -i %arg1% -o %str2%

pause

No comments:

Post a Comment

Dear visitor,
Please do not post spam. All comments will be moderated before approval.

Bottom Ad [Post Page]

| Designed by Techeia.com