; 外部プログラムを実行 #packopt name "exec_tes" #packopt type 0 exe_path = "C:/Windows/System32/calc.exe" exist exe_path if strsize = -1 { mes "Not found " + exe_path wait 5 * 100 end } exec exe_path end