version 1.16, 2002/07/29 08:32:03 |
version 1.19, 2002/07/31 04:09:16 |
|
|
%%%%%%%%%%% $OpenXM: OpenXM/src/kan96xx/Doc/ox-win.sm1,v 1.15 2002/07/29 05:02:58 takayama Exp $
|
%%%%%%%%%%% $OpenXM: OpenXM/src/kan96xx/Doc/ox-win.sm1,v 1.18 2002/07/31 02:57:37 takayama Exp $
|
|
|
(ox-win.start.noiconic) boundp {
|
(ox-win.start.noiconic) boundp {
|
/ox-win.start.iconic 0 def
|
/ox-win.start.iconic 0 def
|
Line 36 OpenXM_HOME_WIN tag 0 eq { |
|
Line 36 OpenXM_HOME_WIN tag 0 eq { |
|
} { } ifelse
|
} { } ifelse
|
|
|
/ox.win.set.start {
|
/ox.win.set.start {
|
[(stat) (c:\windows\system32.cmd.exe)] extension 0 get
|
[(stat) (c:\windows\system32\cmd.exe)] extension 0 get
|
null eq {
|
0 eq {
|
/ox.win.start [(c:\windows\system32\cmd.exe) (/c) (start)
|
/ox.win.start [(c:\windows\system32\cmd.exe) (/c) (start)
|
ox-win.start.iconic { (/min) } { } ifelse ] def
|
ox-win.start.iconic { (/min) } { } ifelse ] def
|
}{
|
}{
|
/ox.win.start [ (start) ox-win.start.iconic { (/min) } { } ifelse ] def
|
[(stat) (c:\winnt\system32\cmd.exe)] extension 0 get
|
|
0 eq {
|
|
/ox.win.start [(c:\winnt\system32\cmd.exe) (/c) (start)
|
|
ox-win.start.iconic { (/min) } { } ifelse ] def
|
|
}{
|
|
/ox.win.start [ (start) ox-win.start.iconic { (/min) } { } ifelse ] def
|
|
} ifelse
|
} ifelse
|
} ifelse
|
} def
|
} def
|
ox.win.set.start
|
ox.win.set.start
|
Line 60 ox.ostype (cygwin) eq { |
|
Line 66 ox.ostype (cygwin) eq { |
|
/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
|
/oxpath.xterm ox.win.start { ( ) } map cat def
|
/oxpath.xterm (start /min ) def
|
/oxpath.null ( ) def
|
/oxpath.null ( ) def
|
/oxpath.null00 ( >& /dev/null ) def %%cf. oxNoX
|
/oxpath.null00 ( >& /dev/null ) def %%cf. oxNoX
|
/oxpath.null00-pure-sh ( 2>&1 >/dev/null) def %%TODO:It does not work in our case
|
/oxpath.null00-pure-sh ( 2>&1 >/dev/null) def %%TODO:It does not work in our case
|
Line 94 ox.ostype (cygwin) eq { |
|
Line 100 ox.ostype (cygwin) eq { |
|
/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
|
[ox.win.start aload pop
|
[oxpath.xterm
|
( ox ) ( -reverse -ox ) (/home/nobuki/OpenXM/src/kxx/ox_sm1.exe)
|
( ox ) ( -reverse -ox ) OpenXM_HOME_WIN (/bin/ox_sm1.exe)
|
( -data ) data ( -control ) control ( -pass ) pass
|
( -data ) data ( -control ) control ( -pass ) pass
|
( -wait 2 )
|
( -wait 2 )
|
oxpath.null
|
oxpath.null
|