Standing
Mechanical
- Jan 14, 2002
- 1,578
I am running a program that is located on our Server mapped to M.
Line of code from inside the program e.g.
That works fine, but what I am trying to do is use \\ServerName
e.g.
One of our sister companies cannot map to the letter M. They are using M as a server letter for the last 10 years.
I think the problem is the Space between Engineering and Central. Does anyone have any ideas of fixing this? I have tried to get IT to rename Engineering Central to Engineering_Central without luck.
Anyone have any ideas? I could not find any help in the VB help.
Bradley
Line of code from inside the program e.g.
Code:
FileCopy "M:\Applications\SolidWorks\Executables\CopyFile.exe_
"C:\Program Files\SolidWorks\Executables\CopyFile.exe"
That works fine, but what I am trying to do is use \\ServerName
e.g.
Code:
FileCopy "\\ServerName\@Engineering Central\Executables\CopyFile.exe", _
"C:\Program Files\SolidWorks\Executables\CopyFile.exe"
One of our sister companies cannot map to the letter M. They are using M as a server letter for the last 10 years.
I think the problem is the Space between Engineering and Central. Does anyone have any ideas of fixing this? I have tried to get IT to rename Engineering Central to Engineering_Central without luck.
Anyone have any ideas? I could not find any help in the VB help.
Bradley