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
The Technology Magazine.
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.