Is it possible to usa variable in a path in .vbs. My basic situation is I have a vbs script that will often be run on a computer with one person logged in and run by an admi
I guess you meant a script variable. Try this:
logger = Inputbox("What is ID?","Domain ID") Call update("C:\Users\"& logger &"\AppData\Local\stat.ini", strOld, strNew)