Thread: Shell command
View Single Post
  #1 (permalink)  
Old 06-03-2008, 01:22 AM
J12345T J12345T is offline
Junior Member
 
Join Date: Jun 2007
Posts: 36
Default Shell command

Hi All,

I'm using the shell command to call up a folder from within a B4PPC application. It works well on the desktop however, I'm not sure how to call upon 'file explorer.exe' on the WM6 device.

Sub imagebutton8_click
Shell("File Explorer.exe","my device\windows\start up\")
End Sub

It causes an error when executed because (presumably) I've got the args wrong. Can anyone tell me how to 'word' this correctly?

Thanks again,

JT
Reply With Quote