LOAD &/OR SAVE VARIABLE
Hi, here is a script that i wrote recently it saves and reads variables. The main command used is the "IF" COMMAND. The bat script below creates a save file to save the values to (if used for the first time on that user account), otherwise, it reads a saved value from a file "setvar.bat", arithmetically adds the current time(s) run to the already saved value of the number of times run in that account. In other words this script Reads and Saves the values of the number of times the script has run in that account. Follow the below procedure carefully. Click to view all Commands View all commands 1) Open Notepad.exe 2) Copy the below to notepad ( Please copy, positioning of text might change if you type it yourself) 3) Save the file as "Load.bat" 4) Run as Administrator (right-click on file and left click on run as Administrator). ========================================================================== @echo off :: Check OS version IF NOT...