Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Disable service using batch
Name: Ian Date: November 14, 2003 at 08:10:46 Pacific OS: any CPU/Ram: any
Comment:
Hi, I wrote a program for my company that will delete a bunch of norton registry entries. (im doing this because we are going to be switching to mcafee and norton uninstall doesnt work) However, I can't get it to completly uninstall until I disable 2 services (services located in control panel/administrive tools/services) This program runs from a server so I cannot manualy disable these services. Does anyone know how to tell a batch program to disable these 2 services: DefWatch Norton AntiVirus Client
Summary: Hi, I need help on how to write a script using batch to search for a particular file ext ie *.mp3 or *.jpg and save the particular file on a new created folder? ...
Summary: Hi, From a folder i should print all the filenames with its directory name only once. how I can it using batch script. say these are file names: D:\Ant\latest\Updated2\html.txt D:\Ant\latest\Update...
Summary: Hi, I have to rename all the files in a particular folder using Batch programming. I am able to rename it only one file and the other files gets ignored. Could some one help me with the code ? FOR...