Subversion Repositories Kolibri OS

Rev

Rev 9362 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
9361 leency 1
; Necromancer's Dos Navigator: External Quick Directories ³
2
; ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ
3
;
4
; Format: One directory on one line, environment variables are allowed.
5
;         No duplicate directories will be displayed.
6
;
7
; "?" at first position: Only add the directory if it exists.
8
; "-" on a single line: Add a menu line to the displayed list.
9
; "*" as a separator between a path and a description string
9422 leency 10
; {GUID} : identify standard folders registered with the system.
11
; Doc: https://docs.microsoft.com/en-us/windows/desktop/shell/knownfolderid
12
; Example:
13
{B4BFCC3A-DB2C-424C-B029-7FE99A87C641} * Desktop
14
{FDD39AD0-238F-46AF-ADB4-6C85480369C7} * Documents
15
{374DE290-123F-4565-9164-39C4925E467B} * Downloads
16
{AE50C081-EBD2-438A-8655-8A092E34987A} * Recent
17
{C5ABBF53-E17F-4121-8900-86626FC2C973} * Network Shortcuts
18
{52A4F021-7B75-48A9-9F6B-4B87A210BC8F} * Quick Launch
19
{9E3995AB-1F9C-4F13-B827-48B24B6C7174} * User Pinned
20
-
9361 leency 21
; Temporary directories
22
?%TMP%
23
?%TEMP%
24
 
25
; Windows NT+
26
?%SystemRoot%
27
?%ProgramFiles%
28
?%CommonProgramFiles%
29
?%ALLUSERSPROFILE%
30
?%HomeDrive%%HomePath%
31
?%APPDATA%
32
?%UserProfile%
9422 leency 33
 
9361 leency 34
; Language specific
35
?%UserProfile%\Eigene Dateien\
36
?%UserProfile%\My Documents\
37
 
38
; Windows 9x
39
?%WinDir%
40
?%WinBootDir%
9422 leency 41
 
42
; Linux
43
?/etc
44
?/proc/self/
45
?~
46
?$HOME
47
?/var/log * Logs
48
?/etc/systemd/system/multi-user.target.wants * Startup