Code: Select all
/**/
path$="SYS:Applications/VPDF/VPDF"
file$= "Hollywood:Docs/Hollywood.pdf"
;both should work:
;Run(path$, file$)
Execute(path$, file$)
Code: Select all
/**/
path$="SYS:Applications/VPDF/VPDF"
file$= "Hollywood:Docs/Hollywood.pdf"
;both should work:
;Run(path$, file$)
Execute(path$, file$)
Code: Select all
@OPTIONS { GlobalPlugins = True}