






|
Microsoft Windows [Version 6.0.6000]
Copyright (c) 2006 Microsoft Corporation. All rights reserved. C:\borland\bcc55\source>
|
|---|
| C:\borland\bcc55\source>dir |
|---|
| C:\borland\bcc55\source>dir ドライブ C のボリューム ラベルは S3A65****** です ボリューム シリアル番号は CAA6-**** です C:\borland\bcc55\source のディレクトリ 2008/05/14 11:53 <DIR> . 2008/05/14 11:53 <DIR> .. 0 個のファイル 0 バイト 2 個のディレクトリ xxxxxx バイトの空き領域 C:\borland\bcc55\source> |
| C:\borland\bcc55\source>md sample |
|---|
| C:\borland\bcc55\source\sample>notepad sample.c |
|---|
| #include <stdio.h> int main(){ printf("Hello World.\n"); return 0; } |
| C:\borland\bcc55\source\sample>bcc32 sample.c |
|---|
| C:\borland\bcc55\source\sample>sample Hello World. C:\borland\bcc55\source\sample> |
| C:\borland\bcc55\source\sample>cd .. |
|---|
| C:\borland\bcc55\source>del sample |
|---|
| C:\borland\bcc55\source>rd sample |
|---|