Skip to content

Commit

Permalink
Remove explorer commands in batchfile
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinEesmaa committed Sep 11, 2024
1 parent 1c9eb42 commit b674f48
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions VVCEasy.bat
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit b674f48

Please sign in to comment.