Moving Original Files after comclean is done.

Here you can ask your questions on how to use Comskip for the detection of commercials. Also questions on how to remove commercials are welcome
Post Reply
decon1313
Posts: 2
Joined: Sat Aug 26, 2006 3:36 am

Moving Original Files after comclean is done.

Post by decon1313 »

What is a command line to use in the comskip.bat to automatically move the Original file to a seperate folder?

Say it's in C:\Videos\Recordings\ShowA
and I want the originals backed up in C:\Videos\Recordings\Originals


Thanks for a great utility by the way.
kerryklarson
Posts: 116
Joined: Sun May 14, 2006 9:15 am

Post by kerryklarson »

Use the DOS 'move' command. In your example:

MOVE C:\Videos\Recordings\ShowA\<filename> C:\Videos\Recordings\Originals

For options, at a command prompt, type "Move /?"
Post Reply