All Windows Command Prompt Environment Variables Commands

Environment Variables very useful to Batch File Programming. System-generated upon Windows startup: ======================================

%DATE% = Tue 08/02/2011
%TIME% = 14:23:33.37
%SYSTEMROOT% = C:\Windows
%COMPUTERNAME% = ManishHacker1-PC
%ErrorLevel%
System-generated upon user login:
%USERNAME% = Dan
%USERDOMAIN% = Dan-PC
%UserProfile% =
%CommonProgramFiles% = Point to comman file directory
%HomeDrive% = Point to the drive for current signed on user’s home folder.
%HomePath% = Signed on user's
Read Full Article:http://krypsec.com/all-windows-command-prompt-environment-variables-commands/

Follow ManishHacker1 :
https://www.facebook.com/ManishHacker1
https://www.instagram.com/manishhacker19889
https://twitter.com/ManishHacker1
https://www.facebook.com/krypsec

Comments

Popular posts from this blog

How to create Folder Lock with Password Protected using Python

TOP 10 ANIMATED BATCH FILE PROGRAM

How to Connect Window Machine to Linux Machine Using Python via SSH