deviltaz49 Posted February 1, 2005 Posted February 1, 2005 Hi, I would like to share a folder from a AutoIt script. Thanks by advance ;-)
DirtyBanditos Posted February 1, 2005 Posted February 1, 2005 (edited) Hi,I would like to share a folder from a AutoIt script.Thanks by advance ;-)<{POST_SNAPBACK}>Hello wat do you exat share ? you would like share a folder for any on the world wide web or wat do you share=? Tell me this pls Edited February 1, 2005 by DirtyBanditos
deviltaz49 Posted February 2, 2005 Author Posted February 2, 2005 In fact, I would like to share a folder on a local network.
Marc Posted February 2, 2005 Posted February 2, 2005 #include <process.au3> _rundos("net share test=C:\Winnt") Sleep(30000) _rundos("net share test /delete") Seems to be the easiest way... works on W2k, dont ask me about Win9x Hope this helps Marc Any of my own codes posted on the forum are free for use by others without any restriction of any kind. (WTFPL)
deviltaz49 Posted February 3, 2005 Author Posted February 3, 2005 Hope this helpsIt's perfect like thisThanks
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now