I know that
is available (and more) it's just i dont know how to append these in a text file;Code:result = System.IsSystemRestoreAvailable(); result = System.GetDate(DATE_FMT_US); result = System.GetDefaultLangID(); result = System.GetDisplayInfo(); result = System.GetLANInfo(); result = System.GetMemoryInfo(); result = System.GetOSName(); result = System.GetOSProductInfo(); result = System.GetOSVersionInfo(); result = System.GetTime(TIME_FMT_MIL); result = System.GetUserInfo(); result = System.Is64BitOS(); result = System.IsSystemRestoreAvailable(); result = Drive.Enumerate(); result = Drive.GetFreeSpace("ALL Existing Drives"); result = Drive.GetInformation("ALL Existing Drives"); result = Drive.GetSize(_SourceDrive); result = Drive.GetType(_SourceDrive); result = Drive.GetUsedSpace(_SourceDrive);
I want all the information I can get from the users PC into a text file
Jake

