hi all can any one help me i have a movie thats been downloaded in gi and a bat file and i can't figure out what to do to burn it to dvd ,non of my dvd copyiers see the files,they are normally vob files ,i can play them using power dvd ok but thats all
what do i do to burn gi & bat files
Collapse
X
-
Originally posted by setarip
Just make sure you understand the consequences before you do it...Comment
-
hi thanks for replying here are the contents of the bat file
del matrel.gi
ren matrel(11).gi matrel1.gi
ren matrel(12).gi matrel2.gi
ren matrel(13).gi matrel3.gi
copy /b matrel1.gi+matrel2.gi+matrel3.gi gaygifinnallyconvertedtoaworkingformatthxalotsmart assesvcdpacker.iso
del matrel1.gi
del matrel2.gi
del matrel3.gi
its all strange to me but i quess you guys know whats going on
the files in the ren's above are the gi files by the wayComment
-
looks like some idiot created an image format that's not very useful and using this bat file will append the single reloaded files into ONE final iso file which you could burn afterwards with any decent burning tool.
in other words: you can savely run this bat file in case you have the corresponding files and make sure to have some 4.5 gb ADDITIONAL space available on your harddrive!Last edited by UncasMS; 24 Aug 2003, 02:39 AM.Comment
-
back again did it ,but all it did was remove del matrel.gi the rest stayed the same ? i'm not into these rem files but i have read it and am i right in thinking that(copy /b matrel1.gi+matrel2.gi+matrel3.gi ) is pointing at drive b if so do i need to change this to drive d were the files are ?Last edited by cobrauk; 24 Aug 2003, 03:01 AM.Comment
-
Comment
-
open a dos command window (start->run, type "cmd"), go to your directory (using the "cd" command), run your bat file. I suspect problems with relative path of the working directory.Comment
Comment