I am needing to run a DOS Command to set a folder as shared.
net share "MSHP Forms"="c:\mshp forms" /unlimited
How do I go about running the above command prior to the installing of my files?
Professional Software Development Tools
I am needing to run a DOS Command to set a folder as shared.
net share "MSHP Forms"="c:\mshp forms" /unlimited
How do I go about running the above command prior to the installing of my files?
linhardt,
If you place that command in a .bat file does it work? If so you can launch the bat file before installing. Please see the following article on how to close a bat file automatically Here
Adam Kapilik
Under "Actions" dialog box and in the execute file command i just posted the following in the "File to Execute" Box (eventhough is says 'Path and Filename') and it worked.
net share "MSHP Forms"="c:\mshp forms" /unlimited
So I am assuming you can do any DOS Command by putting it in that part of Setup Factory.
Am I right??