Remove explorer commands in batchfile

This commit is contained in:
MartinEesmaa 2024-09-11 15:34:23 +10:00
parent 1c9eb424e6
commit b674f48a7b
No known key found for this signature in database
GPG Key ID: FD65711850BEEE70
1 changed files with 0 additions and 2 deletions

View File

@ -205,7 +205,6 @@ cd WindowsVVC
vvdecapp -b VVC.vvc -o VVCTOYUV.yuv
move VVCTOYUV.yuv ../
move VVCTOYUV.yuv transcodedback
explorer "C:\Program Files\VVCEasy\transcodedback"
echo FINISHED. Going back to the menu...
timeout 3
goto start
@ -218,7 +217,6 @@ cd WindowsVVC
vvdecapp -b VVC.vvc --y4m -o VVCTOYUV.y4m
move VVCTOYUV.y4m ../
move VVCTOYUV.y4m transcodedback
explorer "C:\Program Files\VVCEasy\transcodedback"
echo FINISHED. Going back to the menu...
timeout 3
goto start