I can't seem to get this to work for a school project.
Example of what I am after
Included in the text file would be these settings (kind of like a configuration settings)
[settings]
taxes=.07
lastpath=where ever a file was last saved
lastlogon=who ever last logged on
[options]
font=arial
startwithwindows=either on or off (1/0)
timelastupdated=time
[schedule]
lastrun=1/13/2002 9:20:02 AM (makes a backup of database at certain times)
minutes=0
Now, I would need to be able to change some of these items within the program - such as lastlogon. Lastlogon would obviously sho who last logged into the computer, and would change every tome someone new logged in.
Any help would be greatly appreciated. I am overdoing it on this project to get a good grade in class!
Example of what I am after
Included in the text file would be these settings (kind of like a configuration settings)
[settings]
taxes=.07
lastpath=where ever a file was last saved
lastlogon=who ever last logged on
[options]
font=arial
startwithwindows=either on or off (1/0)
timelastupdated=time
[schedule]
lastrun=1/13/2002 9:20:02 AM (makes a backup of database at certain times)
minutes=0
Now, I would need to be able to change some of these items within the program - such as lastlogon. Lastlogon would obviously sho who last logged into the computer, and would change every tome someone new logged in.
Any help would be greatly appreciated. I am overdoing it on this project to get a good grade in class!