Thread: Shell
View Single Post
  #1 (permalink)  
Old 07-29-2007, 10:55 PM
tvrman tvrman is offline
Knows the basics
 
Join Date: May 2007
Posts: 60
Default Shell

Hi all,

if i want that a file in the treeview (file's loaded in a treeview) on the ppc open een file (external)
like PDF i can use shell command, but on the desktop it works fine
on de PPC there nothing happens?

anyone anyidea?

file = "test.pdf"
shell ( apppath & "\" & file ,"")

Reply With Quote