I am wondering if there is a formula to create a new cell and apply a formula as many time as the number entered into a specific cell. For example if I have a cell where I enter the duration of a property lease for example 10 years, is there […]
Daily Archives: February 17, 2024
11 posts
I’m grabbing a value from the registry assigning it to %%b and trying to pass %%b to another area within the batch file as shown below. BUT it comes out as %b. It does not pass the variable a second time. Set SN=reg query “HKLMSOFTWAREXXXXXX SystemsXXXXXaway” /v “SerialNumber” does not […]