Welcome
CAB Plugin
1.0.0.0
Microsoft Cabinet File plugin allows you to create, extract, and list the contents of your own genuine Microsoft Cabinet Files right from inside AutoPlay Media Studio 8
Jason Thompson dba FoxxPC
http://www.foxxpc.com (under construction)
support@foxxpc.com
Windows XP/Vista/7 & AutoPlay Media Studio 8
© 2010 Jason Thompson dba FoxxPC
This plugin will only function with AutoPlay Media Studio 8.x
CAB.Add
CAB.Extract
CAB.GetContents
(table) CAB.Add ( | (string) Files = "C:\\myfile.ext", (string) Cabname = "C:\\myfile.cab" ) |
Creates and adds files to the specified cabinet file and returns the results in the form of a table.
(string) The phyical locations of the files to be added.
Note: You can add multiple files by seperating them with a comma.
(string) The name of the cabinet file you wish to create including its path
(table)
result = CAB.Add("C:\\myfile.txt, C:\\myfile2.txt","C:\\mycab.cab");
(table) CAB.Extract ( | (string) SourceFile = "C:\\myfile.cab", (string) Destination = "C:\\" ) |
Extacts the specified cabinet file to a given location and returns the results in the form of a table.
(string) The cabinet file to be extracted including its path
(string) The full path where the cabinet file will be extracted
(table)
result = CAB.Extract("C:\\mycab.cab","C:\\Mycabs\\");
(table) CAB.GetContents ( | (string) CabFile = "C:\\myfile.cab" ) |
Retrieves a list of all the files contained in the specified cabinet file and returns the results in the form of a table.
(string) The cabinet file in which to grab the contents from including its path
(table)
result = CAB.GetContents("C:\\Mycabs\\mycab.cab")
© 2010 Jason Thompson dba FoxxPC
This File Was Generated With AMS ActionFile Editor