Vbsedit Portable
' Define the config file path (same folder as script) strConfigPath = strScriptPath & "\settings.ini"
' ========================================== ' Feature: Portable Settings Generator ' Environment: VbsEdit Portable ' Purpose: Detects if a config file exists. ' If not, creates it dynamically. ' Updates a "LastRun" timestamp. ' ========================================== vbsedit portable
' Read the file content Set objFile = objFSO.OpenTextFile(strConfigPath, 1) ' 1 = ForReading striniContent = objFile.ReadAll objFile.Close ' Define the config file path (same folder