i have a delete one sub file in the network folder. what is command to connect to share folder and can delete the file inside it by using batch file. TQ
Share
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
net use X: \\servername\foldername
cd /d X:
::Put all your delete stuff here ..
Subhash Chandra.