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
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