05-09-2013 10:21 PM
How to make a shared folder in labview ?
with read only premissions.
05-12-2013 09:42 PM
There is a "Set Permissions" primitive in the File I/O palette. For sharing (on Windows), you could use the command line "net share" command with "System Exec.vi".
05-12-2013 11:07 PM
Dear Todd
net share makes the folder shared with access to everyone in full control mode.
What i wanted was, make a folder ( C:\DB ) shared with access to one user (ex: ec4844) inside the network in full access or read/write access mode.
I tried all methods, but could not find a solution.
Please help
05-13-2013 10:10 AM
How about Icacls?
http://technet.microsoft.com/en-us/library/cc753525(v=WS.10).aspx
05-13-2013 09:15 PM
Dear Todd
I am using windows XP and this command is not functioning in it.
05-14-2013 01:02 AM
05-14-2013 08:43 PM
Dear mates
So isnt there a solution to this in Labview running on Win XP. ???
05-14-2013 09:00 PM