Where can I find a listing of %--% batch commands?

Namuna

Platinum Member
Jun 20, 2000
2,435
1
0
I'm trying to make some batch files with %nnn% variables for WinNT, but I'm not familiar with what all options there are...

Anyone have more info or better yet, a link with a listing?

thanks much
 

Linflas

Lifer
Jan 30, 2001
15,395
78
91
One easy way to find out is right click on My Computer and select the Advanced Tab and then look in Environment Variables. All the ones listed there can be used with %name% in script files.
 

Namuna

Platinum Member
Jun 20, 2000
2,435
1
0
Thanks Linflas, I was hoping to find stuff like the variable for 'date' or 'username' and other common things.