D:/bianyi/add/test>ls
hi.c
D:/bianyi/add/test>cl hi.c
Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 12.00.8168 for 80x86
Copyright (C) Microsoft Corp 1984-1998. All rights reserved.
hi.c
Microsoft (R) Incremental Linker Version 6.00.8168
Copyright (C) Microsoft Corp 1992-1998. All rights reserved.
/out:hi.exe
hi.obj
D:/bianyi/add/test>hi
hello
D:/bianyi/add/test>