This section explains how to create, save, open, and close a file. To familiarize yourself with the steps, you can use the simple DOS program below. You can also use this program to try the other editing features described in this chapter.
/* first sample program */
#include <stdio.h>
main()
{
printf("DOS to Windows is easy\n");
}