Hi,
I want to map a clearcase view on network drive inside a windows service.
I have tried with net use
command, but it did not work properly.
Hi,
I want to map a clearcase view on network drive inside a windows service.
I have tried with net use
command, but it did not work properly.
You should be able to do a
net share X: c:\path\to\my\View # for snapshot view
net share X: M:\myView # for dynamic view
in order to map a view to a drive letter.
This should work from within a service, provided:
M:\
MVFS
mounting point drive)