diff options
-rw-r--r-- | dists/msvc8_to_msvc9.bat | 1 | ||||
-rw-r--r-- | dists/msvc9_to_msvc8.bat | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/dists/msvc8_to_msvc9.bat b/dists/msvc8_to_msvc9.bat index 173f4f1f32..be92e6aabd 100644 --- a/dists/msvc8_to_msvc9.bat +++ b/dists/msvc8_to_msvc9.bat @@ -27,3 +27,4 @@ echo Place rpl.exe from the bin folder inside the archive in the folder where echo this batch file resides :the_end +pause diff --git a/dists/msvc9_to_msvc8.bat b/dists/msvc9_to_msvc8.bat index 08af7d4a89..a8035483f8 100644 --- a/dists/msvc9_to_msvc8.bat +++ b/dists/msvc9_to_msvc8.bat @@ -28,3 +28,4 @@ echo Place rpl.exe from the bin folder inside the archive in the folder where echo this batch file resides :the_end +pause |