echo off
set /p movie=[Enter movie name, no extension:]
set /p tss=[Enter time:]
echo mencoder -ss "%tss%" -oac copy -ovc copy "%movie%.avi" i -o "%movie%X.avi"
Search found 1 match
- 07 Apr 2008 12:32
- Forum: DOS Batch Forum
- Topic: Run a command dependant on variables from the user.
- Replies: 1
- Views: 6060