Search found 13 matches

by david.lynch
02 Jan 2013 09:00
Forum: DOS Batch Forum
Topic: Clean "ReinstallBackups" folder contents
Replies: 5
Views: 4255

Re: Clean "ReinstallBackups" folder contents

Those systems should store drivers backups for rollbacks on another location. I don't have access to any of them right now.
by david.lynch
01 Jan 2013 20:06
Forum: DOS Batch Forum
Topic: Clean "ReinstallBackups" folder contents
Replies: 5
Views: 4255

Re: Clean "ReinstallBackups" folder contents

Hello Squashman and thanks for the reply, Every Windows OS has a subfolder "ReinstallBackups" for drivers rollback. As time goes and hardware changes this folder can be full of unneeded files. If OS is stable, this folder can be empty. On x86, it is located at %SystemRoot%\system32\Reinsta...
by david.lynch
01 Jan 2013 19:16
Forum: DOS Batch Forum
Topic: Clean "ReinstallBackups" folder contents
Replies: 5
Views: 4255

Clean "ReinstallBackups" folder contents

Hey everyone,

I'm looking for a way to retrieve folder location of "ReinstallBackups" and clean it, regardless of OS version: XP, 7, Vista, etc.

Is this possible?

Image
by david.lynch
10 Aug 2012 16:42
Forum: DOS Batch Forum
Topic: Delete defined subfolders with exceptions
Replies: 2
Views: 2383

Re: Delete defined subfolders with exceptions

This is a nice solution for the current registry settings, but (many!) leftovers from previous versions can exist without any registry relation.

Each Windows Live Messenger version has his own folders locations and names; so a folder search really must be done.
by david.lynch
09 Aug 2012 17:43
Forum: DOS Batch Forum
Topic: Delete defined subfolders with exceptions
Replies: 2
Views: 2383

Delete defined subfolders with exceptions

Hello everyone! I have a script to install a custom Windows Live Messenger after cleaning many data leftovers, eliminating related issues. This script searches for occurrences of folders 'Contacts', 'Windows Live Contacts' and 'MSN Messenger' and deletes them, taking the 'Documents and Settings' as ...
by david.lynch
17 Jul 2012 14:31
Forum: DOS Batch Forum
Topic: Rename files and folders to random names
Replies: 10
Views: 8878

Re: Rename files and folders to random names

@david, since your internal developer must already have code to recurse into subdirectories and iterate over each set of files, it would only take a tiny extra function for him to handle the rename part. You're right. When he stumbled into this I've told him that some tool could already exist and d...
by david.lynch
17 Jul 2012 10:22
Forum: DOS Batch Forum
Topic: Rename files and folders to random names
Replies: 10
Views: 8878

Re: Rename files and folders to random names

Sorry, it seems that I'm a little late for replies here The long history: The purpose is really not bad, as file contents remains intact. This would be a more elaborated version of what we see on this How-To Geek article: m @Ocalabob: filenames and extensions. This will be used for a initial prepara...
by david.lynch
16 Jul 2012 16:25
Forum: DOS Batch Forum
Topic: Rename files and folders to random names
Replies: 10
Views: 8878

Rename files and folders to random names

Hello everyone! http://i.imgur.com/EMaRr.gif I'm looking for a way to rename all files and folders from a given folder (%1), including subfolders. The purpose is to help obfuscate what they are. Names are really unwanted in this scenario. It should work even on +r, +h , +s files and folders. These n...
by david.lynch
10 Jul 2012 12:50
Forum: DOS Batch Forum
Topic: Relative date to start a scheduled task
Replies: 15
Views: 8993

Re: Relative date to start a scheduled task

David just misread the beginning of the explanation about how to create my .exe auxiliary programs: That's true, I was really tired, almost sleeping on the PC http://i.imgur.com/3sigU.gif What is needed is an index at the beginning of that topic so people may quickly browse the auxiliary programs a...
by david.lynch
09 Jul 2012 20:39
Forum: DOS Batch Forum
Topic: Relative date to start a scheduled task
Replies: 15
Views: 8993

Re: Relative date to start a scheduled task

I was missing the .vbs. It worked perfectly http://i.imgur.com/5h0qs.gif but how could I set a variable with StdDate result on the same batch? Thank you for taking the time to write all those tools. Small, fast, compatible and really helpful. http://i.imgur.com/XtT2V.gif & http://i.imgur.com/f32...
by david.lynch
09 Jul 2012 11:35
Forum: DOS Batch Forum
Topic: Relative date to start a scheduled task
Replies: 15
Views: 8993

Re: Relative date to start a scheduled task

Hello, when I try to use the HexToBin it generates a StdDate.exe of 0 bytes...

What could be wrong?

Image

Aacini wrote:You may use my StdDate.exe program to get the future date in a very easy way:

Code: Select all

StdDate > NUL
set /A future=%errorlevel%+40
StdDate %future%
by david.lynch
08 Jul 2012 21:08
Forum: DOS Batch Forum
Topic: Relative date to start a scheduled task
Replies: 15
Views: 8993

Relative date to start a scheduled task

Hello everyone! http://i.imgur.com/EMaRr.gif I'm looking for a batch script that would schedule a task to start 40 days from now (so, it is a relative date). It should be language independent and compatible with XP/Vista/2008/7, x86 and x64. Any help would be greatly appreciated! http://i.imgur.com/...