Subversion Repositories Kolibri OS

Rev

Rev 9362 | Go to most recent revision | Details | 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
10
 
11
; Temporary directories
12
?%TMP%
13
?%TEMP%
14
 
15
; Windows NT+
16
?%SystemRoot%
17
?%ProgramFiles%
18
?%CommonProgramFiles%
19
?%ALLUSERSPROFILE%
20
?%HomeDrive%%HomePath%
21
?%APPDATA%
22
?%UserProfile%
23
; Language specific
24
?%UserProfile%\Eigene Dateien\
25
?%UserProfile%\My Documents\
26
 
27
; Windows 9x
28
?%WinDir%
29
?%WinBootDir%