728x90
@echo off
cd \
cd %Temp%
del *.ttr
cd \
cd %Temp%
set datum=%date%_%time:~3,2%-%time:~6,2%
ren EditorLineEnds.ttr EditorLineEnds%datum%.ttr
start "" "D:\Program Files (x86)\Embarcadero\RAD Studio\7.0\bin\bds.exe" -pDelphi
exit
1. 메모장 켜서 위에 내용을 복붙한다
2. 자신의 델파이 설치경로만 수정해준다 (D:\Program Files (x86)\Embarcadero\RAD Studio\7.0\bin\bds.exe)
3. 적절한이름 .bat파일로 메모장을 저장한다
4. bat파일로 실행한다 (깔끔해 보이려면 아이콘을 델파이 아이콘으로 바꿔준다 - 아이콘은 ico 없이도 bds.exe를 선택하면 됨)
728x90
'운동하는 개발자 > Delphi' 카테고리의 다른 글
델파이 idhttp 에러메세지 내용 확인 / idhttp error message (0) | 2021.07.06 |
---|---|
델파이 JSON String 파싱 / delphi json parsing (0) | 2021.07.02 |
델파이 폼에서 파일 드래그앤드롭 / delphi Drag and Drop (0) | 2021.06.03 |
delphi, lazarus 동작시간 계산 (0) | 2021.04.23 |
Delphi JEDI Error / Exception in an expert of the JCL / An Exception was raised in an expert of the JCL / EJclExpertException (0) | 2021.03.23 |