.LST 파일 확장자
Data List
| 개발사 | 해당 없음 |
| 인기도 |
3.9 | 277 투표 |
LST 파일이란 무엇인가요?
A file with an .lst extension is most likely a text file that contains a list of data. LST files are used by many different programs, including Microsoft Visual Studio and various text editors.
추가 정보
A typical LST file contains a list of information, separated by line breaks. Examples include a list of files to be installed by a software installer, data exported from a spreadsheet, or database data dumped from another program.
Since LST files are saved in a plain text format, they can be viewed and edited with a basic text editor. On rare occasions, an LST file may be saved in a binary format, which will not display recognizable information in a text editor. If this is the case, you will need to open the file with the program that originally created it.
LST 파일을 열거나 참조하는 프로그램
Now Contact List Template
| 개발사 | Now Software |
| 인기도 |
3.9 | 55 투표 |
List template created by Now Contact, a day-to-day activities and contact information organizer; contains a template print layout for a list; pre-loaded options are "By Company," "By Listing," and "By Name."
추가 정보
To add or edit the LST templates, select the "List Layouts" drop down menu and select Define Layout..., make your edits, and click OK when you're finished.
To select the template you want to print from, select File → Print Templates..., select your template from the "Template Type" drop down menu, and click OK.
LST 파일을 열거나 참조하는 프로그램
FoxPro Documenting Wizard List
| 개발사 | 해당 없음 |
| 인기도 |
3.6 | 33 투표 |
Report generated by the FoxPro Documenting Wizard; "Xref.lst" lists all user-defined symbols, "Files.lst" lists all files in the project, "project.lst" puts all formatted code in a single file, "Tree.lst" shows the procedure calling tree
LST 파일을 여는 프로그램
LightScribe Label Template
| 개발사 | Hewlett-Packard |
| 인기도 |
3.5 | 35 투표 |
Disc label template used by LightScribe Template Labeler, a disc label creation program; contains a label design that serves as a starting point for creating custom designs; the final label design can be burned into the top of a CD or DVD using a LightScribe optical drive.
추가 정보
Standard LightScribe label designs are saved with an .LSL extension.
LST 파일을 여는 프로그램
GRUB Boot List File
| 개발사 | The GNU Project |
| 인기도 |
3.5 | 27 투표 |
System file used by GRUB (GRand Unified Bootloader), a multi-boot boot loader used for running multiple operating systems on the same computer; saved as the filename menu.lst and contains menu options for displaying the boot loader screen menu on system startup.
추가 정보
LST files specify properties such as the operating system names and hard drive partition for the operating system. They can also specify the default operating system and a timeout that selects the default if no input is specified.
An example of a GRUB menu.lst file would be:
timeout 10
title Fatdog64
kernel/boot/vmlinuz
initrd/boot/initrd
boot
Any extension used by the Linux operating system Tiny Core must be listed in a LST file, with only one extension per line.
The default location for the menu.lst file is /boot/grub/.