libxml2: copy the xml2-config to the crosstoolsdir and patch the paths in the native...
[AROS-Contrib.git] / scalos / Extras / run.script
blob7fed51429f6ef35a7ccb77ac563a3ca3fb7c96d5
1 .key browse
2 .bra {
3 .ket }
5 c:requestfile "{browse}" title "Run what program?" noicons >env:runit
6 IF WARN
7         delete env:runit >nil:
8         QUIT
9 ELSE
10         c:wbrun $runit
11 ENDIF
12 delete env:runit >nil: