Skip to content

Commit a319bf7

Browse files
author
mikeblome
committed
fixed spacing in a couple of files
1 parent ea66462 commit a319bf7

File tree

2 files changed

+32
-33
lines changed

2 files changed

+32
-33
lines changed

docs/ide/deploying-visual-cpp-application-by-using-the-vcpp-redistributable-package.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,8 @@ This step-by-step article describes how to use the Visual C++ Redistributable Pa
4848

4949
2. Create a file, name it setup.bat, and add the following commands to it. Change `MyMFCApplication` to the name of your project.
5050

51-
```
52-
53-
@echo off
51+
```cmd
52+
@echo off
5453
vcredist_x86.exe
5554
mkdir "C:\Program Files\MyMFCApplication"
5655
copy MyMFCApplication.exe "C:\Program Files\MyMFCApplication"

0 commit comments

Comments
 (0)