Use DOS command to delete all files and subdirectories from specific folder (directory) – you must not be in this folder when executing this command:
rmdir /s /q "c:\Temp\Your-Dir-With-Subdirs"
md "c:\Temp\Your-Dir-With-Subdirs"
Use DOS command to delete all files and subdirectories from specific folder (directory) – you must not be in this folder when executing this command:
rmdir /s /q "c:\Temp\Your-Dir-With-Subdirs"
md "c:\Temp\Your-Dir-With-Subdirs"
“c:\Program Files (x86)\Microsoft Expression\Encoder 2\Encoder.exe” /Source “d:\Originals\SomeOriginalVideo.wmv” /Target “d:\Encoded\EncodedVideo.wmv” /Preset “d:\Expression\Encoder\Settings\MyVideoPreset.xml”