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.
Use batch file to change date
Name: brodie4416 Date: May 20, 2009 at 19:53:30 Pacific OS: Windows Vista Subcategory: Batch
Comment:
I have a program that will only open if the system date is March 1, and will only be effective if the system date is current after program is opened.
Currently I change the date to march 1, open the program, then change it back to the current date once the program is open. I have to do this every time I turn on my computer.
I would like to do this in a batch file instead, Help please?
Summary: Hi guys i would like to create a batch file to change the date in multiple text files but am kind of lost, here is what i have: @ECHO OFF set SrcFolder=c:\test set DstFolder=C:\test1 for %%a in ("%Src...
Summary: I work for a large company with several clients (approx. 800) over a network running a client application. I am looking for a batch file which will find a database profile .ini on their machines, sear...