Folder sharing properties and other questions

  • Thread starter Thread starter julia
  • Start date Start date
J

julia

Does anyone know how to:
1) change folder sharing properties to "Share this
folder" using command prompt?
2) add a new user to the folder sharing properties
permissions using command prompt?
3) replace a string in a text file using command prompt?

Thank you very much!!!
 
julia said:
Does anyone know how to:
1) change folder sharing properties to "Share this
folder" using command prompt?
2) add a new user to the folder sharing properties
permissions using command prompt?

The command line utility RMTShare.exe from Microsoft is an
option for 1) and 2):

http://www.jsiinc.com/asp/reghacks.asp?tipnumb=6353

Take a look here for a vbscript that creates a share and sets
share rights with RMTShare.exe:

http://groups.google.com/[email protected]

3) replace a string in a text file using command prompt?

A general file string-replacing utility (multiple files support as well):

ReplaceEm (freeware)
http://www.orbit.org/replace/


Using edlin that comes with the OS:
http://groups.google.com/[email protected]

Here is another option:
http://groups.google.com/[email protected]
 
Back
Top