version 1.4, 2001/08/10 08:33:03 |
version 1.6, 2001/08/12 03:13:35 |
|
|
%%%%%%%%%%% $OpenXM: OpenXM/src/kan96xx/Doc/ox-win.sm1,v 1.3 2001/08/09 13:05:49 takayama Exp $
|
%%%%%%%%%%% $OpenXM: OpenXM/src/kan96xx/Doc/ox-win.sm1,v 1.5 2001/08/10 13:48:40 takayama Exp $
|
%%%%%%%%%%%% Configuration: Specify your server path
|
%%%%%%%%%%%% Configuration: Specify your server path
|
%%%%% ox, ox_sm1, oxlog are contained in kxx.tgz
|
%%%%% ox, ox_sm1, oxlog are contained in kxx.tgz
|
%%%%% These should be under /usr/local/lib/sm1 or LOAD_SM1_PATH
|
%%%%% These should be under /usr/local/lib/sm1 or LOAD_SM1_PATH
|
[(getenv) (OPENXMHOMEWIN)] extension
|
|
/OpenXM_HOME_WIN set
|
%% This variable is used in sm1connectr_win
|
%% It should be set, for example, to c:/cygwin/home/nobuki/OpenXM
|
%% It should be set, for example, to c:/cygwin/home/nobuki/OpenXM
|
%% See kan96xx/win/websm1.bat
|
%% See kan96xx/win/websm1.bat
|
|
[(getenv) (OPENXMHOMEWIN)] extension
|
|
/OpenXM_HOME_WIN set
|
|
OpenXM_HOME_WIN tag 0 eq {
|
|
[(getenv) (OpenXM_HOME)] extension
|
|
/OpenXM_HOME_WIN set
|
|
} { } ifelse
|
|
|
|
%% This is used in asirconnectr_win
|
|
/OX_LAUNCH (c:\home\asir\bin\ox_launch.exe) def
|
|
%%%%%%%%%%%%%%% end configuration %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
|
|
/oxpath.ox (bin/ox.exe) def
|
/oxpath.ox (bin/ox.exe) def
|
/oxpath.oxsm1 (bin/ox_sm1.exe) def
|
/oxpath.oxsm1 (bin/ox_sm1.exe) def
|
/oxpath.oxlog (bin/oxlog.exe) def
|
/oxpath.oxlog (bin/oxlog.exe) def
|
|
|
popVariables
|
popVariables
|
} def
|
} def
|
|
|
/asirconnectr {
|
/asirconnectr_win {
|
[/in-sm1connectr /pass /peer /data /control ] pushVariables
|
[/in-sm1connectr /pass /peer /data /control ] pushVariables
|
[
|
[
|
/pass [(oxGenPass)] extension def
|
/pass [ ] cat def %% Do not use one time password.
|
/peer [(oxGetPort) (localhost)] extension def
|
/peer [(oxGetPort) (localhost)] extension def
|
/data peer 1 get toString def
|
/data peer 1 get toString def
|
/control peer 3 get toString def
|
/control peer 3 get toString def
|
peer message
|
peer message
|
[(start ox_launch ) ( 127.0.0.1 ) ( 0 )
|
[control data] message
|
control ( ) data (ox_asir) ( 1 )
|
[(forkExec)
|
oxpath.null
|
[OX_LAUNCH
|
( )] cat % system
|
(ox_launch)
|
control message data message
|
(localhost)
|
[(oxCreateClient2) peer 0 pass] extension /ox.ccc set
|
(0)
|
|
control toString
|
|
data toString
|
|
(ox_asir)
|
|
(1)
|
|
]
|
|
[ ]
|
|
7 %% 1 1 1
|
|
] extension ;
|
|
[(oxCreateClient2) peer 0 pass] extension /oxasir.ccc set
|
%% 0 means connect from only localhost.
|
%% 0 means connect from only localhost.
|
(The server is binded to the variable ox.ccc) message
|
(The server is binded to the variable oxasir.ccc) message
|
ox.ccc.init
|
%% Initialization code for asir.
|
] pop
|
] pop
|
popVariables
|
popVariables
|
} def
|
} def
|