Gaga~ The things in textbooks are all static. The most important thing is to know how to use them flexibly...
Union site: www.cn-dos.net Forum site: www.cn-dos.net/forum
DOS stands for freedom, openness and progress. Let us work hard, learn from the openness and GNU spirit of FreeDOS and Linux, and together build and grow a free GNU GPL world!
Originally posted by qwe1234567 at 2006-10-18 22:57:
There's no way, Microsoft doesn't have such instructions.
C:\Documents and Settings\est>set /a c=a^&b
0
C:\Documents and Settings\est>set /a d=0x1
1
C:\Documents and Settings\est>set /a c=a^&d
0
C:\Documents and Settings\est>set /a c=b^&d
0
C:\Documents and Settings\est>set /a a=0x01
1
C:\Documents and Settings\est>set /a b=0x02
2
C:\Documents and Settings\est>set /a c=0x01
1
C:\Documents and Settings\est>set /a d=a^&b
0
C:\Documents and Settings\est>set /a e=a^&c
1
C:\Documents and Settings\est>
Originally posted by electronixtar at 2006-10-18 23:02:
namejm is snickering aside. Oh, I was originally writing the code for irregular forms in VBS, and now it's interrupted again. Oh my...
Wengier, come here quickly, there are a group of people chatting here. Moderator qwe1234567 leads the chat, and let's all...
Originally posted by electronixtar at 2006-10-19 07:25:
Well then, I'll put forward a direction for everyone to study. Using batch processing to do base64 encoding will make bit operations very enjoyable
[ Last edited by electronixtar on 2006-10-19 at 07:29 ]