number = ShellExecute(GetDesktopWindow(), "open", "CALC.EXE", strParameter , \\servername\folder\subfolder, SW_SHOWHIDE)
Can I use the UNC path (\\servername\folder\subfolder)for the "CALC.EXE" location?
Printable View
number = ShellExecute(GetDesktopWindow(), "open", "CALC.EXE", strParameter , \\servername\folder\subfolder, SW_SHOWHIDE)
Can I use the UNC path (\\servername\folder\subfolder)for the "CALC.EXE" location?
You mean for over networks? Although I've not tested it, I'm sure you can still do it, depending on what type of access rights you have.