Computing.Net > Forums > Programming > Massive DOS script for Software removal

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.

Massive DOS script for Software removal

Reply to Message Icon

Name: T3KN3K4L
Date: October 20, 2009 at 07:49:01 Pacific
OS: Windows Vista
Subcategory: Batch
Comment:

Problem: Trying to remove unauthorized software from the network on 1,000 pcs. I have the list of software I need to remove and I have the list of of computers but I am not certain what computers there actually on.

So I want to make a script in dos that will run the list of software through all the pcs and tell me what pcs there on.

Aftter that I want to delete all those unatuthorized software.

- Any help in this matter would be greatly appreciated, Thanks



Sponsored Link
Ads by Google

Response Number 1
Name: FishMonger
Date: October 20, 2009 at 08:34:43 Pacific
Reply:

Rather than using a bat file, a better option would be to use WPKG.

http://wpkg.org/


0

Response Number 2
Name: T3KN3K4L
Date: October 20, 2009 at 11:26:17 Pacific
Reply:

Thanks alot man, looks great but that is not a solution I can use unfortuneately.

I have to write this batch file and I keep going in loops...


0

Response Number 3
Name: Mechanix2Go
Date: October 20, 2009 at 22:04:25 Pacific
Reply:

It's unlikely in the extreme that this wiAll get done in DOS.

An inquiring mind might wonder why you can't use an open source tool.

FM, that wpkg looks like a butt-saver. Into the toolbox it goes.


=====================================
Helping others achieve escape felicity

M2


0

Response Number 4
Name: Razor2.3
Date: October 20, 2009 at 22:10:46 Pacific
Reply:

Massive DOS script
I haven't read the post, but I can already tell you you're doing something wrong.

So I want to make a script in dos that will run the list of software through all the pcs and tell me what pcs there on.
How do you intend to do this? Walk to every PC and run the script? How do you plan on "uninstalling?" Just deleting the program's main folder?


0

Response Number 5
Name: T3KN3K4L
Date: October 21, 2009 at 06:09:27 Pacific
Reply:

I cant use an open source tool becuase it is not approved let me just put it that way. It would be a severe pain to get approved and a waste of time, to many so and so's and approvals.

I have active directory, and yes all pcs are under users so just removeing the main folder would work.


0

Related Posts

See More



Response Number 6
Name: Razor2.3
Date: October 21, 2009 at 07:07:57 Pacific
Reply:

So you have a list of directories to remove, and you plan on pushing it out as a computer startup script? Then that's easy.

FOR /F "delims=" %%a IN (\\someServer\someShare\list.txt) DO RD /S /Q "%%a"


0

Sponsored Link
Ads by Google
Reply to Message Icon





Use following form to reply to current message:

Login or Register to Reply
LoginRegister


Sponsored links

Ads by Google


Results for: Massive DOS script for Software removal

Dos scripting for back-ups www.computing.net/answers/programming/dos-scripting-for-backups/12232.html

DOS batch for user migration www.computing.net/answers/programming/dos-batch-for-user-migration/11641.html

C shell script for OS build www.computing.net/answers/programming/c-shell-script-for-os-build-/14049.html