Variables are declared in a file through the set command. ... @echo off set name=Tran set /A age= 37 echo %name% echo %age% set info=My Name is: %name%, ...
確定! 回上一頁