what do i do to burn gi & bat files

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • BoF
    Moderator
    • Nov 2001
    • 954

    #16
    To UncasMS

    bad news, this isn't a worm, we can't spread it
    [www.scandiumrecords.com][Logan dataspirit]

    Comment

    • setarip
      Retired
      • Dec 2001
      • 24955

      #17
      "i'm not into these rem files"

      Do they say "rem" (which is a REMARK that isn't executed), or do they say "ren" (which is an abbreviated intrinsic DOS command for RENAME)?


      1) What is the COMBINED filesize of all of the "MATRELxx.gi" files?

      If it's greater than 4 Gigagbytes and you're running Win98 (or any other O/S that doesn't incorporate NTSF hard drive structure), you won't be able to create the file

      2) Do you know what was in "Matrel.gi" ( For which the command was "del", which means "delete" or "erase"

      3) Try changing the (hopefully) "ren" commands to "rename"

      4) The ridiculously long name "gaygifinnallyconvertedtoaworkingformatthxalotsmar t
      assesvcdpacker.iso" may be "gagging" your system. Try simply changing it to "matrel.iso"


      If you want to make things a LOT simpler (since the provided batch file is unnecessarily convoluted, to put it mildly), open "Notepad" and type the following SINGLE LINE:

      copy /b matrel11.gi+matrel12.gi+matrel13.gi matrel.iso

      (Make sure there's a space between matrel13.gi and matrel.iso)

      Save with the name "Mymatrel.bat"

      Put it into the same folder/directory as the three numbered ".gi" files.

      Doubleclick on "Mymatrel.bat"

      Let us know of your success ;>}

      If this works for you, you can then delete the matrel11.gi, matrel12.gi, and matrel13.gi files...
      Last edited by setarip; 24 Aug 2003, 05:31 AM.

      Comment

      • UncasMS
        Super Moderator
        • Nov 2001
        • 9047

        #18
        that single line wont work since the original filenames are different according to the batch content that was posted before.

        after all the ren command wasnt for pure pleasure

        in case you dont run a ntfs filesystem, which would support files larger than 4gb, then all this is in vain anyway.

        if you dont have ntfs then install ISOBUSTER in order to extract the data of these gi-images or use prassi primo dvd to burn the files.
        Last edited by UncasMS; 24 Aug 2003, 05:53 AM.

        Comment

        • setarip
          Retired
          • Dec 2001
          • 24955

          #19
          To UncasMS

          "that single line wont work since the original filenames are different according to the batch content that was posted before."

          I believe I've used the ORIGINAL filenames ("11", "12", and "13" - and NOT "1", "2", and "3")...

          Comment

          • UncasMS
            Super Moderator
            • Nov 2001
            • 9047

            #20
            and i believe you have skipped the ( )

            Comment

            • cobrauk
              Junior Member
              Junior Member
              • Jun 2003
              • 12

              #21
              hi i,m back i had to go and enrol in a how to understand what you guys are talking about course,i have now passed out with flying colours ,but i still can,t understand it ha ha,can i thank you all for the trouble you have all gone to , i thought this would me so easy to get sorted out,but i was wrong, i miss spelt rem it was ren the files are 2,097,152 for 11 and 12 and 385,864 for 13, i have recovered matrel.gi but can't exploy it .it is only 2kb insize , i'm running xp , i have not tried changing the bat file yet as i see you are still talking about that one, i have tried renaming the file to vob and they do run using power dvd,but i can not burn these file as there is'nt any video_ts_vob, or bup ifo etc which are needed for burning are they not,anyway back to you guys

              Comment

              • UncasMS
                Super Moderator
                • Nov 2001
                • 9047

                #22
                you dont have to mess around with the orignal batch file

                do you still have all the original files?

                if so could you copy this rmp-m2dvdrproperfix.bat file into the directory were your original files are located and then run this batch file by doubleclicking it?

                Comment

                • setarip
                  Retired
                  • Dec 2001
                  • 24955

                  #23
                  Glad to hear you have no filesize problems!

                  I once again suggest:

                  If you want to make things a LOT simpler (since the provided batch file is unnecessarily convoluted, to put it mildly), open "Notepad" and type the following SINGLE LINE:

                  copy /b matrel11.gi+matrel12.gi+matrel13.gi matrel.iso

                  (Make sure there's a space between matrel13.gi and matrel.iso)

                  Save with the name "Mymatrel.bat"

                  Put it into the same folder/directory as the three numbered ".gi" files.

                  Doubleclick on "Mymatrel.bat"

                  Let us know of your success ;>}

                  If this works for you, you can then delete the matrel11.gi, matrel12.gi, and matrel13.gi files...

                  Comment

                  • UncasMS
                    Super Moderator
                    • Nov 2001
                    • 9047

                    #24
                    you didnt take the time to read the content of the original batch file, did you, setarip?

                    or why are you proposing the same wrong commands again?

                    ++++++++++++

                    to make life a bit eaiser for you here's the original posting:

                    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 way
                    thus your proposal still cant work if the files are named matrel(11).gi
                    Last edited by UncasMS; 24 Aug 2003, 07:05 AM.

                    Comment

                    • setarip
                      Retired
                      • Dec 2001
                      • 24955

                      #25
                      "you didnt take the time to read the content of the original batch file, did you, setarip?"

                      Actually, I read it SEVERAL times - and not once did the parentheses register in my addled mind ;>}

                      Now I understand what you were trying to highlight when you said, "and i believe you have skipped the ( )"

                      Therefore, I will now say to "cobrauk":

                      ******First, change the names of the three files to eliminate the parentheses (e.g. Change to matrel11.gi, matrel12.gi, and matrel13.gi )

                      Then follow my twice previously posted instructions:
                      Open "Notepad" and type the following SINGLE LINE:
                      copy /b matrel11.gi+matrel12.gi+matrel13.gi matrel.iso

                      (Make sure there's a space between matrel13.gi and matrel.iso)

                      Save with the name "Mymatrel.bat"

                      Put it into the same folder/directory as the three numbered ".gi" files.

                      Doubleclick on "Mymatrel.bat"

                      Let us know of your success ;>}

                      If this works for you, you can then delete the matrel11.gi, matrel12.gi, and matrel13.gi files...

                      Comment

                      • cobrauk
                        Junior Member
                        Junior Member
                        • Jun 2003
                        • 12

                        #26
                        well i'm a very happy man, all is ok at last,it took a long time to correct a xxxp way of downloading a movie, but it was worth it in the end,i can,t thank you enough for the time you all have spent,this was the help i needed, talk to you again soon goodnight or morning to you all
                        Last edited by cobrauk; 24 Aug 2003, 05:31 PM.

                        Comment

                        • setarip
                          Retired
                          • Dec 2001
                          • 24955

                          #27
                          "i can,t thank you enough for the time you all have spent"

                          My (Our) pleasure ;>}

                          Comment

                          • techno
                            Digital Video Master
                            Digital Video Master
                            • Nov 2001
                            • 1309

                            #28
                            Originally posted by UncasMS
                            or send it to good friends via mail and let them test it

                            LOL!

                            Comment

                            Working...