#!/bin/sh #Tag 0x006A0010 # File: acadr12_client # ###### ###### # # #### # # # # #### # # ## #### # # # # # # ## # # # # # # # # # # # # ###### # # # # # # # #### ###### # # # #### # # # # # # # # # # # ###### # # # # # # # # ## # # # # # # # # # # # ###### #### # # #### #### # # # #### # # # # --------------------------------------------------------------- # Specify the name of your AutoCAD R12 application server here... # --------------------------------------------------------------- R12SERVER=Your.R12.Server.Name.Here export R12SERVER # --------------------------------------------------------------- # Invoke the acadr12_server process on the R12SERVER # # Options: # If you do not have a login account on the R12SERVER # machine, you'll need to add '-l LOGIN_NAME' on the following # command line, where 'LOGIN_NAME' is a login account name on the # server machine. # # Furthermore, it is assumed that the 'acadr12_server' script # file is located somewhere in the executable search path # of the LOGIN_NAME user on the server. # --------------------------------------------------------------- rsh $R12SERVER acadr12_server $*