[BACK]Return to ox-win.sm1 CVS log [TXT][DIR] Up to [local] / OpenXM / src / kan96xx / Doc

Diff for /OpenXM/src/kan96xx/Doc/ox-win.sm1 between version 1.20 and 1.21

version 1.20, 2002/08/03 06:02:35 version 1.21, 2002/10/01 13:00:33
Line 1 
Line 1 
 %%%%%%%%%%%  $OpenXM: OpenXM/src/kan96xx/Doc/ox-win.sm1,v 1.19 2002/07/31 04:09:16 takayama Exp $  %%%%%%%%%%%  $OpenXM: OpenXM/src/kan96xx/Doc/ox-win.sm1,v 1.20 2002/08/03 06:02:35 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 38  OpenXM_HOME_WIN tag 0 eq { 
Line 38  OpenXM_HOME_WIN tag 0 eq { 
 /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
   0 eq {    0 eq {
     /ox.win.start [(c:\windows\system32\cmd.exe) (/c) (start)      /ox.win.start.0 [(c:\windows\system32\cmd.exe) (/c) (start)] def
       /ox.win.start [ox.win.start.0 aload pop
                    ox-win.start.iconic { (/min) } { } ifelse ] def                     ox-win.start.iconic { (/min) } { } ifelse ] def
   }{    }{
    [(stat) (c:\winnt\system32\cmd.exe)] extension 0 get     [(stat) (c:\winnt\system32\cmd.exe)] extension 0 get
    0 eq {     0 eq {
       /ox.win.start [(c:\winnt\system32\cmd.exe) (/c) (start)        /ox.win.start.0 [(c:\winnt\system32\cmd.exe) (/c) (start) ] def
         /ox.win.start [ox.win.start.0 aload pop
                      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       /ox.win.start.0 [ (start) ] def
        /ox.win.start [ ox.win.start.0 aload pop
                        ox-win.start.iconic { (/min) } { } ifelse ] def
    } ifelse     } ifelse
   } ifelse    } ifelse
 } def  } def

Legend:
Removed from v.1.20  
changed lines
  Added in v.1.21

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>