HSPで超簡易エクスプローラーを作っているのですが、ファイル一覧を作ることはできても、ファイルを開けません
何がいけないのでしょうか,.,,,(´・ω・`)
*main
screen 0,800,700
 dirlist tes ,"*.*"
 test=2
 pos 185,150
 objsize 500,250
 listbox test,100,tes
 objsize 100,30
 pos 560,510
 button"実行",*ex
 pos 180,110
 color 0
 stop
 *ex
notesel test
noteget test,1
exec test
 stop
 
								


















 超簡易エクスプローラーを作っているのですが
超簡易エクスプローラーを作っているのですが







