There is still some stuff in the blog study notes on the first floor
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 sparklt at 2008-7-16 03:45:
There is a sentence in the second code of building 15 that I don't understand:
set "p="&for /l %%a in (1 1 %1)do call set "p=%%p%%%~3"
Which expert can explain what the role of the following call set "p=%%p%%%~3" is?