Skip to content

Commit

Permalink
Add Turbo C++ start bat file for Win7 x64
Browse files Browse the repository at this point in the history
  • Loading branch information
tomek-o committed Sep 28, 2019
1 parent 0accd78 commit 788db02
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions run_bds_x64.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
REM Handling weird issue with BDS2006 and Windows 7 x64

del %temp%\EditorLineEnds*.ttr
set dt=%date%_%time:~3,2%-%time:~6,2%
rename "%temp%\EditorLineEnds.ttr" "EditorLineEnds_%dt%.ttr"
start "" "C:\Program Files (x86)\Borland\BDS\4.0\Bin\bds.exe"

0 comments on commit 788db02

Please sign in to comment.