• Some users have recently had their accounts hijacked. It seems that the now defunct EVGA forums might have compromised your password there and seems many are using the same PW here. We would suggest you UPDATE YOUR PASSWORD and TURN ON 2FA for your account here to further secure it. None of the compromised accounts had 2FA turned on.
    Once you have enabled 2FA, your account will be updated soon to show a badge, letting other members know that you use 2FA to protect your account. This should be beneficial for everyone that uses FSFT.

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