Hi all,

Simple question - I've tried the solutions that i've seen using search on this forum (incidentally, the search function keeps lagging out and/or crashing my browser..) but I can't get it working; I keep getting errors.

Simply, how can I open a fixed-name / location file from within VB code?

So say I have "C:\Update.bat" (it's a batch file that I'm trying to open). What's the exact code to open "C:\Update.bat" ?

I've tried:
Code:
Shell "Start /wait " & "Update.bat"
and
Code:
Shell "Start /wait C:\Update.bat"
Thanks