Computer Hope

Microsoft => Microsoft DOS => Topic started by: sampolo on October 06, 2009, 01:55:36 PM

Title: Writing a batch file
Post by: sampolo on October 06, 2009, 01:55:36 PM
Thanks!
Title: Re: Writing a batch file
Post by: Salmon Trout on October 06, 2009, 03:46:44 PM
Why do you want to do this? Messing about in system folders is not usually a good idea unless you know exactly what you are doing, and if you need to ask how to do this, it sounds like maybe you don't.
Title: Re: Writing a batch file
Post by: Helpmeh on October 06, 2009, 04:40:01 PM
Why do you want to do this? Messing about in system folders is not usually a good idea unless you know exactly what you are doing, and if you need to ask how to do this, it sounds like maybe you don't.

true. It is just something you shouldn't be messing around with.
Title: Re: Writing a batch file
Post by: sampolo on October 06, 2009, 07:23:01 PM
thanka
Title: Re: Writing a batch file
Post by: sampolo on October 06, 2009, 07:23:42 PM
Thanks
Title: Re: Writing a batch file
Post by: Salmon Trout on October 07, 2009, 12:11:38 AM
You have "users that you support" but you can't write a batch file to delete a file if it is older than a certain date? Are you in the right job?
Title: Re: Writing a batch file
Post by: BC_Programmer on October 07, 2009, 02:40:30 AM
Also would this not be a task that a actual Software installer might perform during the upgrade?

If the program happens to have problems when you don't delete a specific file from a previous version (which is odd since it obviously doesn't USE the file, given that it works w/o the file) I'd imagine the company would be hearing quite a number of complaints.