Edited by Doug 5-15-2003
Edited by Doug 2-12-2004
This procedure assumes the user will log into the LBNL domain and automitically map engcad1:/net or engcad3:/net as the N: drive.
INPUT 'N:\ME10\customize.m'
This procedure assumes you have already installed and configured the license server on the local machine using codewords tied to a dongle or the LAN card. The N: drive does not need to be mapped for this configuration to work properly, once the files are copied over.
LET Mac_location 'LOCAL'
Also edit the references to C:\program files\CoCreate\ME10 to be C:\program files\CoCreate\OSD_Drafting_version, found in the Lbl_setup_path.
INPUT 'C:\Program Files\CoCreate\OSD_Drafting_version\LBL\customize.m'
6. Replace the following five
lines:
IF (Lbl_os='PC')
INPUT 'N:\ME10\defaults.m'
ELSE
INPUT 'defaults.m'
END_IF
With
this single line:
INPUT 'defaults.m'
7. Optionally set the environment variable LBLPELOOK=1 to enable the high contrast ME10 menu picks.
8. Optionally copy the shortcut: C:\Documents and Settings\All Users\Start Menu\Programs\CoCreate\ME10\ME10 Dynamic Drafting Mixed UI to the directory: C:\Documents and Settings\All Users\Start Menu. Preferably rename the new shortcut ME10 v11.0 for clarity and brevity.
Last updated 6/20/2002 |
If you have questions or comments about these procedures, please contact James Osborn (JROsborn@lbl.gov).