1.

Solve : Batch Counter for Booting Up Windows?

Answer»

Hey all, Rettsu here.

I'm working on a LITTLE project of mine that I want to try on my computer, I want to make a batch file that COUNTS up +1 every time I BOOT up my computer, so after a while I can see how many my computer has been started. But after a few searches on google I couldn't find it at all.
Can someone help me with this ? Put this batch file in your startup group:

Code: [Select]echo a>>"%userprofile%\desktop\counter.log"
And use this batch file to give you the current COUNT.

Code: [Select]echo off
find /c "a" <"%userprofile%\desktop\counter.log"
pause
Thanks, it worked!

Is it possible to actually put the Counter in a certain map on the desktop? I tried to change the location but it would give me a "Batch" file on my desktop.

"EDIT"
Nevermind, I found how to do it. I just changed the folders name



Discussion

No Comment Found