PDA

View Full Version : Macro to run a PCANYWARE command queue



mugcy
06-23-2009, 07:12 PM
Hi,

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


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

How can I get this to work?