Remove explorer commands in batchfile
This commit is contained in:
parent
1c9eb424e6
commit
b674f48a7b
|
@ -205,7 +205,6 @@ cd WindowsVVC
|
||||||
vvdecapp -b VVC.vvc -o VVCTOYUV.yuv
|
vvdecapp -b VVC.vvc -o VVCTOYUV.yuv
|
||||||
move VVCTOYUV.yuv ../
|
move VVCTOYUV.yuv ../
|
||||||
move VVCTOYUV.yuv transcodedback
|
move VVCTOYUV.yuv transcodedback
|
||||||
explorer "C:\Program Files\VVCEasy\transcodedback"
|
|
||||||
echo FINISHED. Going back to the menu...
|
echo FINISHED. Going back to the menu...
|
||||||
timeout 3
|
timeout 3
|
||||||
goto start
|
goto start
|
||||||
|
@ -218,7 +217,6 @@ cd WindowsVVC
|
||||||
vvdecapp -b VVC.vvc --y4m -o VVCTOYUV.y4m
|
vvdecapp -b VVC.vvc --y4m -o VVCTOYUV.y4m
|
||||||
move VVCTOYUV.y4m ../
|
move VVCTOYUV.y4m ../
|
||||||
move VVCTOYUV.y4m transcodedback
|
move VVCTOYUV.y4m transcodedback
|
||||||
explorer "C:\Program Files\VVCEasy\transcodedback"
|
|
||||||
echo FINISHED. Going back to the menu...
|
echo FINISHED. Going back to the menu...
|
||||||
timeout 3
|
timeout 3
|
||||||
goto start
|
goto start
|
||||||
|
|
Loading…
Reference in New Issue