Yes the same company and he is my master in the avisynth's and FFASTrans's world.
thank you FranceBB
Search found 2 matches
- Thu May 28, 2020 11:21 am
- Forum: Usage, tips and tricks
- Topic: String subtraction
- Replies: 12
- Views: 23045
- Thu May 28, 2020 10:58 am
- Forum: Usage, tips and tricks
- Topic: String subtraction
- Replies: 12
- Views: 23045
Re: String subtraction
Hi France
i tried this workaround
1) I created new variable: s_monitor_path
2) I prepared this bat called arg.bat : (put the bat in same path)
@echo off
setLocal EnableDelayedExpansion
set "var1=%~1"
set "var2=%~2"
set wfp=!var1:%var2%=!
echo !wfp!
3) with a command executor I call it ...
i tried this workaround
1) I created new variable: s_monitor_path
2) I prepared this bat called arg.bat : (put the bat in same path)
@echo off
setLocal EnableDelayedExpansion
set "var1=%~1"
set "var2=%~2"
set wfp=!var1:%var2%=!
echo !wfp!
3) with a command executor I call it ...