FileForums

FileForums (https://fileforums.com/index.php)
-   Conversion Tutorials (https://fileforums.com/forumdisplay.php?f=55)
-   -   Source Code: Conversion Converter (https://fileforums.com/showthread.php?t=94435)

Cesar82 07-04-2013 15:56

Do not understand
 
Do not understand the example file list.
I do not understand in color red
Code:

FreeArcFile1={src}\Output\Data.cab;Source:Cars\*;O ption:a -ep1 -r -ed [email protected];Method:-msrep+lzma:a1:mf...img" />ata.lst;Language:en
[email protected]= Add files?
[email protected]= Exclude Files?

how to create a list to add 5 files: FileA FileB FileC FileD
and exclude (No ADD) Files: File1 File2 File3
Being all in the same directory and with 1 GB each

Please cite an example.

_________________________________
Razor12911 sugestion if creat chm file:
Putt many examples.

Razor12911 07-04-2013 16:04

this how you should do it.
it is either you include or\and exclude

exclude

FreeArcFile1={src}\Output\Data.cab;Source:Cars\*;O ption:a -ep1 -r -ed [email protected];Method:-msrep+lzma:a1:mfbt4:d158m:fb273:mc1000:lc8;FileLis t1:Data.lst

list should be

File1
File2
File3

include

FreeArcFile1={src}\Output\Data.cab;Source:Cars\FileA;Option:a -ep1 [email protected];Method:-msrep+lzma:a1:mfbt4:d158m:fb273:mc1000:lc8;FileLis t1:Data.lst

list should be

FileB
FileC
FileD

take a look at options, it changed.

Cesar82 07-04-2013 16:32

Thanks

FileList is an external file?
You can use any name for filelist1?

It is not possible to include the list of files in Converter.ini?
Example Converter.ini: FileList1 = FileA.dat, FileB.bik, FileC.tiger, ...

Razor12911 07-04-2013 16:40

nope, filelist is an external file.
it's not possible to include the list of files, only when you are rar for compression.

Razor12911 07-04-2013 16:41

Version 3.1 Released

What's New
  • Directory Check Function Added, you might wanna check the instructions for it.

Cesar82 07-04-2013 19:24

Need Help
 
Anyone have a alternative solution?
I created
Data1.lst
Code:

DS2DAT1.dat
DS2DAT3.dat
DS2DAT4.dat
DS2DAT5.dat
DS2DAT7.dat
DS2DAT9.dat

Data2.lst
Code:

DS2DAT0.dat
DS2DAT2.dat
DS2DAT6.dat
DS2DAT8.dat

Data3.lst
Code:

DS2DAT1.dat
DS2DAT3.dat
DS2DAT4.dat
DS2DAT5.dat
DS2DAT7.dat
DS2DAT9.dat
DS2DAT0.dat
DS2DAT2.dat
DS2DAT6.dat
DS2DAT8.dat

In converter.ini put:
Code:

FreeArcFile1={src}\Conversion\DS2_1\Data1.cab;Source:*;Option:a -ep1 [email protected];Method:-msrep+lzma:a1:mfbt4:d158m:fb273:mc1000:lc8; FileList1:Data1.lst
FreeArcFile2={src}\Conversion\DS2_2\Data2.cab;Source:*;Option:a -ep1 [email protected];Method:-msrep+lzma:a1:mfbt4:d158m:fb273:mc1000:lc8; FileList2:Data2.lst
FreeArcFile3={src}\Conversion\DS2_2\Data3.cab;Source:*;Option:a -ep1 -r -ed [email protected];Method:-m0; FileList3:Data3.lst

Besides the lists of files also have other folders and files. I want it in Data3.cab.
I realized that the converter supports Data1.lst and data2.lst, not suportaData3.lst

Anyone have an alternative to I convert this way

yener90 07-04-2013 19:31

lol source code^^
where is it?

Razor12911 08-04-2013 02:00

Quote:

Originally Posted by yener90 (Post 416827)
lol source code^^
where is it?

if you are talking about the script itself, not now, in next version though.
not necessary for now...:D

Razor12911 08-04-2013 02:24

Quote:

Originally Posted by LuisCésar82 (Post 416826)
Anyone have a alternative solution?
I created
Data1.lst
Code:

DS2DAT1.dat
DS2DAT3.dat
DS2DAT4.dat
DS2DAT5.dat
DS2DAT7.dat
DS2DAT9.dat

Data2.lst
Code:

DS2DAT0.dat
DS2DAT2.dat
DS2DAT6.dat
DS2DAT8.dat

Data3.lst
Code:

DS2DAT1.dat
DS2DAT3.dat
DS2DAT4.dat
DS2DAT5.dat
DS2DAT7.dat
DS2DAT9.dat
DS2DAT0.dat
DS2DAT2.dat
DS2DAT6.dat
DS2DAT8.dat

Code:

FreeArcFile1={src}\Conversion\DS2_1\Data1.cab;Source:*;Option:a -ep1 [email protected];Method:-msrep+lzma:a1:mfbt4:d158m:fb273:mc1000:lc8; FileList1:Data1.lst
FreeArcFile2={src}\Conversion\DS2_2\Data2.cab;Source:*;Option:a -ep1 [email protected];Method:-msrep+lzma:a1:mfbt4:d158m:fb273:mc1000:lc8; FileList2:Data2.lst
FreeArcFile3={src}\Conversion\DS2_2\Data3.cab;Source:*;Option:a -ep1 -r -ed [email protected];Method:-m0; FileList3:Data3.lst

Besides the lists of files also have other folders and files. I want it in Data3.cab.
I realized that the converter supports Data1.lst and data2.lst, not suportaData3.lst

Anyone have an alternative to I convert this way

you can only use filelist2 is you have both of these in the same line: -n -x but if you have one, use filelist1 in each line.

Razor12911 08-04-2013 04:13

Next Update

Coming Soon
  • Bink Videos Resampling Feature will be added if possible :D
  • Script will be included
  • Some minor bugz fixed

danswano 08-04-2013 04:24

The Bink feature is awesome.

Razor12911 08-04-2013 04:27

Yeah, Adding it. Internally so you don't need rad videos installed on your system.
though it's kinda difficult.

any suggestions on how the bat command should look like?

chuotchu001 08-04-2013 05:15

2 Attachment(s)
After conversion complete, i have file data.cab => how to install or run it. :confused: sorry i'm newbie

Razor12911 08-04-2013 05:17

then comes your installer, use any inno setup installer which has isdone(e.g. yener90 installer) to extract that file.

chuotchu001 08-04-2013 05:26

Quote:

Originally Posted by Razor12911 (Post 416848)
then comes your installer, use any inno setup installer which has isdone(e.g. yener90 installer) to extract that file.

Can't you make example with image? i don't know to run that file. Thanks for help.


All times are GMT -7. The time now is 04:40.

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2026, vBulletin Solutions Inc.
FileForums @ https://fileforums.com