Installation
------------
[...]
Copy avfs.exe to a folder in your path. The c:\windows folder
will work.
Operation
---------
To mount an [lexicon]Avisynth[/lexicon] AVS script, from a cmd.exe prompt run:
>avfs somescriptfile.avs
or
>start avfs somescriptfile.avs
You could also associate avfs.exe with the avs file extension
in explorer, to allow you to more conveniently mount avfs files.
Once you have mounted an AVS, you can access the output of the
script through the mount point in the c:\volumes folder. So for the
above example, you would go to c:\volumes\somescript.avs . The
script output is presented as various *.[lexicon]avi[/lexicon] and *.[lexicon]wav[/lexicon] files.
When finished, you can unmount the script file by pressing ctrl+c
in the avfs console window, or by closing the console window.