The standalone utility from100to97 lets you convert a wire file from Alias 10 or later to an Alias 9.7 wire file.
The following table outlines the details of this function:
from2010to97 -s [saved_file] [retrieved_file] | |
-s | saves the result |
saved_file | is the name of the new, V9.7 file |
retrieved_file | is the name of the old, V10 file |
-w | overwrite savFile if it exists |
To use the from100to95 utility on windows
cd C:\Program Files\Alias\Alias2010\bin
and press (Windows) or (Mac).
This puts you in the directory where from100to97.exe is located.
You'll also need to use your full path to where the wire file is located; in this case, let's assume it's
C:\aw\username\Alias\user_data\wire\
from100to97 -s C:\aw\username\Alias\user_data\wire\bunchaOLDspheres.wire C:\aw\username\Alias\user_data\wire\bunchaspheres.wire
To use the from100to95 utlitiy on UNIX
In this example, we are assuming that Alias is installed in the default location, and that the wire file directory is also in the default location. Let's say your wirefile is called "bunchaspheres.wire"
cd /usr/aw/alias10.0/bin
and press (Windows) or (Mac).
This puts you in the directory where from100to97.exe is located.
You'll also need to use your full path to where the wire file is located; in this case, let's assume it's
/aw/username/Alias/user_data/wire/
from100to97 -s C:\aw\username\Alias\user_data\wire\bunchaOLDspheres.wire C:\aw\username\Alias\user_data\wire\bunchaspheres.wire