DOS batch scripting Q

noobman

[H]ard|Gawd
Joined
Oct 15, 2005
Messages
1,475
Hey,

I came across some strange syntax in a batch script.
Code:
A variable was used to store a directory, but instead of reading %MYDIRECTORY%, the variable read %MYDIRECTORY:)=^)%

I cant seem to figure out what, if anything, the :)=^) does.
 
Those just look like smilies. :) =^)

Some context is needed since that's not a command, it's a (possible) user set environment variable with a strange name.
 
Back
Top