c드라이브의 test\test 폴더로 이동하기
cd c://test//test
컴파일 하기
cl test.cpp cl main1.cpp
실행 파일 실행하기 test.exe
기계어로 만들기 cl main1.cpp /FAs
-> 결과 : 치환된 결과를 보여줌.
-> 만들어짐.