[C#] Make and extract ISO files?

Discussion in 'Mixed Languages' started by CODYQX4, Dec 14, 2010.

  1. CODYQX4

    CODYQX4 MDL Developer

    Sep 4, 2009
    4,813
    45,775
    150
    #1 CODYQX4, Dec 14, 2010
    Last edited: Apr 15, 2019
    .
     
  2. Calistoga

    Calistoga MDL Senior Member

    Jul 25, 2009
    421
    199
    10
    #2 Calistoga, Dec 14, 2010
    Last edited by a moderator: Apr 20, 2017
    I think this project is exactly what you're looking for :)

    But it will require an external DLL file, though, you can use .NETZ to pack everything together in one .exe file.

    Example usage of NETZ
    Code:
    netz app.exe lib1.dll lib2.dll
     
  3. CODYQX4

    CODYQX4 MDL Developer

    Sep 4, 2009
    4,813
    45,775
    150
    #3 CODYQX4, Dec 14, 2010
    Last edited: Apr 15, 2019
    (OP)
    .
     
  4. CODYQX4

    CODYQX4 MDL Developer

    Sep 4, 2009
    4,813
    45,775
    150
    #4 CODYQX4, Dec 14, 2010
    Last edited: Apr 15, 2019
    (OP)
    .
     
  5. CODYQX4

    CODYQX4 MDL Developer

    Sep 4, 2009
    4,813
    45,775
    150
    #5 CODYQX4, Dec 15, 2010
    Last edited: Apr 15, 2019
    (OP)
    .
     
  6. Alphawaves

    Alphawaves Super Moderator/Developer
    Staff Member

    Aug 11, 2008
    6,218
    22,277
    210
    Cant you use miso.exe to extract iso to folder and oscdimg.exe to create iso from that folder?

    EDIT: Sorry these are external exe's..
     
  7. CODYQX4

    CODYQX4 MDL Developer

    Sep 4, 2009
    4,813
    45,775
    150
    #7 CODYQX4, Dec 15, 2010
    Last edited: Apr 15, 2019
    (OP)
    .