Search found 3 matches
- 21 Jan 2017 02:59
- Forum: DOS Batch Forum
- Topic: batchInfo - a system information log
- Replies: 4
- Views: 3346
Re: batchInfo - a system information log
Updated to 1.1 I moved everything that uses systeminfo to using WMIC now, I don't think there might be language issues but I put up a language code check just to make sure, although you could easily bypass this with the -d flag. I rewrote the fetch part from scratch, allowing for the ability to ski...
- 09 Jan 2017 06:01
- Forum: DOS Batch Forum
- Topic: batchInfo - a system information log
- Replies: 4
- Views: 3346
Re: batchInfo - a system information log
Your script is highly language dependent. Have a look at the first few lines of systeminfo on my PC: ... Not even one of your findstr filters would work here. Steffen Yeah, that's what I've been thinking actually. I've been trying to think of ways to overcome with that problem. I've been thinking t...
- 08 Jan 2017 08:58
- Forum: DOS Batch Forum
- Topic: batchInfo - a system information log
- Replies: 4
- Views: 3346
batchInfo - a system information log
After reading some tales from TFTS subreddit, I got intrigued, can I make something that'll log your system information? Then I proceeded to search on Google, I found several programs. But I wanted to do it myself. So here it is: https://github.com/intrnl/batchScripts/blob/master/batchInfo.bat It lo...