.DL_ 파일 확장자
Compressed DLL File
| 개발사 | Microsoft |
| 인기도 |
4.1 | 14 투표 |
DL_ 파일이란 무엇인가요?
A DL_ file is a compressed .DLL file created by Makecab, a Windows utility used for compressing files and creating .CAB files. It is often used for storing DLL files on Windows installation CDs so that they take up less space on the disc.
추가 정보
DL_ files can be created using the following Makecab syntax:
makecab myfile.dll
DL_ files can be decompressed back to their original DLL file using this command:
expand myfile.dl_ myfile.dll
참고: Makecab can be used to create a compressed copy of any file. For example, an .EX_ file can be created from an .EXE file.
DL_ 파일을 여는 프로그램
Windows
OS에 포함됨
OS에 포함됨