12345678910111213141516171819 |
- $PBExportHeader$f_switch.srf
- global type f_switch from function_object
- end type
- forward prototypes
- global subroutine f_switch ()
- end prototypes
- global subroutine f_switch ();Int rslt
- IF Trim(sys_option_switchpath) = '' THEN
- Run('atudexe9.exe -autoupdateexe')
- ELSE
- rslt = Run(sys_option_switchpath, Maximized!)
- END IF
- HALT
- end subroutine
|