ok , i have this file snetcfg.exe in my server to enable file and print sharing
and this 2 commands i need to run it in client pc's to uninstall (file and print sharing) and install (file and print sharing).
\\My Server\data\snetcfg.exe -c s -u MS_SERVER
\\My Server\data\snetcfg.exe -c s -i MS_SERVER
so this 2 commands i put it in batch file and working fine , but i need good solution for this .
i found script but it's not working properly with me . do you have any idea to solve this problem.
thanks,
rabih
Main Topics
Browse All Topics





by: McKnifePosted on 2009-07-27 at 13:31:02ID: 24955692
Please give further information on what you are trying to achieve using the exe.
My first idea would be a startup script or a scheduled task.