LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Make a shared folder using labview

How to make a shared folder in labview ?

with read only premissions.

Regards
Grugh Mike

Success is Everything !!
0 Kudos
Message 1 of 8
(4,107 Views)

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".

0 Kudos
Message 2 of 8
(4,067 Views)

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

Regards
Grugh Mike

Success is Everything !!
0 Kudos
Message 3 of 8
(4,061 Views)
0 Kudos
Message 4 of 8
(4,046 Views)

Dear Todd

 

I am using windows XP and this command is not functioning in it.

Regards
Grugh Mike

Success is Everything !!
0 Kudos
Message 5 of 8
(4,030 Views)

The other tool predating Icacls was cacls. Not sure if it was on Windows XP too. The page here only specifies Windows 7 and up.

Rolf Kalbermatter
My Blog
Message 6 of 8
(4,017 Views)

Dear mates

 

So isnt there a solution to this in Labview running on Win XP. ???

Regards
Grugh Mike

Success is Everything !!
0 Kudos
Message 7 of 8
(3,998 Views)