Nevermind, I found if I put /DELETESOURCE in the script it deletes it.
Thanks!
Search found 8 matches
- May 18th, 2009, 8:39 pm
- Forum: Post-Processing Scripts
- Topic: Video_TS to ISO
- Replies: 33
- Views: 34586
- May 18th, 2009, 2:58 pm
- Forum: Post-Processing Scripts
- Topic: Video_TS to ISO
- Replies: 33
- Views: 34586
Re: Video_TS to ISO
I tried the /q /s and it deletes the folder before imgburn even opens :/
- May 18th, 2009, 12:27 pm
- Forum: Post-Processing Scripts
- Topic: Video_TS to ISO
- Replies: 33
- Views: 34586
Re: Video_TS to ISO
You know what would also be usefull, a command to delete the folder with the video_ts folder after it has created an iso. Anyone know the command for that? you need to be sure the iso creation was successful. to do this you use the && syntax on your imgburn command. this means that only o...
- May 18th, 2009, 10:00 am
- Forum: Post-Processing Scripts
- Topic: Video_TS to ISO
- Replies: 33
- Views: 34586
Re: Video_TS to ISO
You know what would also be usefull, a command to delete the folder with the video_ts folder after it has created an iso.
Anyone know the command for that?
Anyone know the command for that?
- May 17th, 2009, 11:58 pm
- Forum: Post-Processing Scripts
- Topic: Video_TS to ISO
- Replies: 33
- Views: 34586
Re: Video_TS to ISO
Anyone else in windows looking to do this here is the script I use that works perfect set dirname=%1 set dirname=%dirname:"=% set name=%3 set name=%name:"=% set nbID=%4 set DLTYPE=%5 IF EXIST "%dirname%\video_ts" GOTO makeISO GOTO :EOF :makeISO "C:\Program Files\ImgBurn\ImgB...
- May 17th, 2009, 11:20 pm
- Forum: Post-Processing Scripts
- Topic: Video_TS to ISO
- Replies: 33
- Views: 34586
Re: Video_TS to ISO
That fixed it, thanks alot both of you !
- May 17th, 2009, 4:22 pm
- Forum: Post-Processing Scripts
- Topic: Video_TS to ISO
- Replies: 33
- Views: 34586
Re: Video_TS to ISO
you can use "imgburn" to do this. the script will look something like this - set dirname=%1 set dirname=%dirname:"=% set name=%3 set name=%name:"=% set nbID=%4 set DLTYPE=%5 IF EXIST "%dirname%\video_ts" CALL makeISO GOTO :EOF :makeISO "C:\Program Files\ImgBurn\Im...
- May 17th, 2009, 1:58 am
- Forum: Post-Processing Scripts
- Topic: Video_TS to ISO
- Replies: 33
- Views: 34586
Re: Video_TS to ISO
I am also looking for a script that does this in windows.
A script that will convert a Video_TS dvd download directory into an iso image.
Has a script like that been made yet for Windows?
A script that will convert a Video_TS dvd download directory into an iso image.
Has a script like that been made yet for Windows?