Hello all

.
I just found out about AHK and am looking forward to putting it to work

.
I've been trying to use the run command to open an exe file on a shared network drive at work but it won't work for me although I can manually open the file.
I can open XLS and TXT files on my local hard drive using the run command and at home I can open a TXT file on a network drive so I'm wondering why I can't open this EXE file.
The code I've been using is
run F:\myfolder\myfile.exe
I tried using
Run \\Server\myfolder\myfile.exe but it didn't work either. I also tried the RunWait command without any success.
All I get is a message box titled "Program Error" and the message is
File does not exist. My options are then Cancel, Ignore or Help.
Not sure what other info you require but I'll gladly add whatever you require if I'm leaving some important bits out. Perhaps it's just a syntax error?
Thanks, Dave