Sophie

Sophie

distrib > Mandriva > 8.2 > i586 > media > contrib > by-pkgid > 7bfd2c15e8a2e6eb8f651311cc22e276 > files > 39

asc-1.10.0-1mdk.i586.rpm

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
<HTML>
<HEAD>

<META NAME="Generator" CONTENT="WebWriter/2 v1.2">
<TITLE>ASC</TITLE>
	<LINK REL="stylesheet" TYPE="text/css" HREF="asc.css">
</HEAD>

<BODY>
<A HREF="index.html">Back to documentation index</A>
<hr>

<CENTER>
<H1>Advanced Strategic Command</H1>
<P>documentation<P>
<H2>Mount</H2>
</CENTER>

ASC uses archive files to store many single files in them for easier handling. The term Containerfiles will be used synonyously with archive file. <p>

The primary task of them is to make removing data files possible by a simple update which replaces archive files. 

These Containerfiles can be created with <TT>mount</TT>. To do this, you simply run <TT>MOUNT datafiles [...] containerfile</TT>. The data file names may contain basic wildcards which <TT>Mount</TT> can resolve itself. Containerfile is the name of the archive that is going to be created (or overwritten if it already exists) and should end with <TT>.CON</TT> to be recognized by ASC.<P>

<TT>MOUNT</TT> and <TT>DEMOUNT</TT> are the only ASC tools that do not require any datafiles themself and who do not evaluate any search paths defined in the ASC configuration file.<P>

Example:
<PRE>
mount palette.pal progress.* hexfield.raw data.con
</PRE>

</BODY>
</HTML>