Hi,

I need to get MACRO to run a PC Anywhere command queue. I did the following but dosen't work

[vba]
Private Sub CommandButton1_Click()
Dim AppName As String

AppName = "C:\Documents and Settings\abc\Desktop\MENU MAINTENANCE\PCAnywhere Command queus\test.CQF"
Call Shell(AppName, vbNormalFocus)


End Sub
[/vba]
How can I get this to work?