Personal IT Experiences

Personal IT Experiences header image 4

Entries Tagged as 'Uncategorized'

List Of Windows Variables For Scripting With

August 5th, 2007 · No Comments

%HOMESHARE%
%ERRORLEVEL%
%APPDATA%
%ALLUSERSPROFILE%

You can use the command shell to create and edit batch files (also called scripts) to automate routine tasks. For example, you can use scripts to automate the management of user accounts or nightly backups. You can also use the Windows Script Host, CScript.exe, to run more sophisticated scripts in the command shell. You can […]

[Read more →]

Tags: Uncategorized