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
Thanks for google for listing me under Bughunter hall of fame.
If you wish to contact me to get your work done in upwork, please click here.
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.