View Single Post
  #2  
Old 20-10-2015, 01:39
gatosky1620's Avatar
gatosky1620 gatosky1620 is offline
Registered User
 
Join Date: Oct 2011
Location: Perú
Posts: 287
Thanks: 13
Thanked 966 Times in 131 Posts
gatosky1620 is on a distinguished road
ORDERING IDEAS

One Scrip to create a .exe (Converter.exe), with a Converter.ini whit the next options:

Converter.ini
Code:
[Aplication]
Name=Transformes DVD9 To 2xDVD5
Path=C:\ProgramFiles\Activision\Transformers
Check=Bin\transformers.exe   ///to check the right path
Version=1.0

[Files]
////Name;Folder;Include;Exclude;Method
File1=Data1.cab;TRANF_1;Data1.lst;;-msrep
File2=Data2.cab;TRANF_1;Data2.lst;Data2e.lst;-msrep
File3=Data3.cab;TRANF_2;Data3.lst;;-msrep+lzma:a1:mfbt4:d256m:fb128:mc1000:lc8

[Autorun]
///1=yes; 0=no
Autorun=1
Name=TRANSF_x  ///Depends of the number Folder

[ISO]
///1=yes; 0=no
CreateISO=1

After compiling create the Converter.exe




Reply With Quote