C#: Creating a C# Console Application

Опубликовано: 13 Май 2026
на канале: Edward Tanguay
93
5

Console applications enable you to create custom commands that you can type in at the Windows command prompt. In this lesson you'll learn how to create a backup command that allows you to type "dailybackup" at the command prompt to make a copy of a specific file in any directory.