![]() |
|
|||||||
| DirMon Discussion Discussion related to the DirMon application produced by Dragon Global. Questions, issues, problems, suggestions, etc. regarding Dragon Global should be posted here. |
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
I have a bat file which runs perfectly on its own.
It will not run succesfully from within dirmon and it keeps cycling. Quote:
Do i need to rewrite bat files so they contain paths to all commands? I'd rather not as i'd prefer to only have the one file that i can run manually and also from within dirmon I've just tried to see if i can do this with clean up but i don't think it is possible |
|
|||
|
I'm using this instead now
"c:\program files\mplayer\mencoder" "%~dpn1.mpg" -edl "%~dpn1.edl" -oac copy -ovc copy -of mpeg -o "%~dpn1_clean.mpg" if EXIST "%~dpn1_clean.mpg" delete "%~dpn1.mpg" if EXIST "%~dpn1_clean.mpg" move "%~dpn1_clean.mpg" "%~dpn1.mpg" del "%~dpn1.edl" del "%~dpn1.txt" del "%~dpn1.log" del "%~dpn1.logo.txt" |
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| What are the command line variables? | cnovak | DirMon Discussion | 0 | 11-24-2007 06:41 PM |
| Command Line Options | craigdthom | ShowAnalyzer Beta | 1 | 11-05-2007 07:29 PM |
| Command line switch to generate EDL files | phredeaux | ShowAnalyzer Beta | 0 | 08-22-2007 09:13 AM |
| Job setup with Command Line variable | vhurst | DirMon Discussion | 5 | 02-23-2007 05:01 AM |
| Command Line substitution | mickelin | DirMon Discussion | 3 | 01-08-2007 06:27 PM |