deviltaz49 0 Posted February 1, 2005 Hi, I would like to share a folder from a AutoIt script. Thanks by advance ;-) Share this post Link to post Share on other sites
DirtyBanditos 0 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 Share this post Link to post Share on other sites
deviltaz49 0 Posted February 2, 2005 In fact, I would like to share a folder on a local network. Share this post Link to post Share on other sites
Marc 36 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 It's my job to comfort the disturbed and to disturb the comfortable. My Projects: Profiler, MakeSFX, UserInfo, Simple Robocopy Progressbar Share this post Link to post Share on other sites
deviltaz49 0 Posted February 3, 2005 Hope this helpsIt's perfect like thisThanks Share this post Link to post Share on other sites