@echo off
set UGII_LANG=Simpl_chinese
rem ========================================================================= *
rem *
rem Copyright (c) 1996-2001 Unigraphics Solutions, Inc.
rem Unpublished - All rights reserved *
rem *
rem ========================================================================= *
rem
rem File Name: UGII.BAT
rem
rem =========================================================================
rem
rem This script will set the appropriate variables and then run Unigraphics.
rem
rem Input Parameters:
rem
rem Command line parameters will be passed through to Unigraphics. See
rem the UG Workstation Guide for information on supported parameters.
rem
rem NOTE: you MUST use a colon ':' to delimit a switch from its value.
rem
rem For example:
rem ugii -retrieve:block.prt
rem
rem =========================================