Search found 1 match

by polarpal
07 Apr 2008 12:32
Forum: DOS Batch Forum
Topic: Run a command dependant on variables from the user.
Replies: 1
Views: 6060

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"