Subversion Repositories SvarDOS

Rev

Rev 43 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 43 Rev 51
Line 45... Line 45...
45
 
45
 
46
# where games should get installed
46
# where games should get installed
47
dir games c:\games
47
dir games c:\games
48
 
48
 
49
# this folder contains sources to program that comes with their source files
49
# this folder contains sources to program that comes with their source files
50
dir source %DOSDIR%\source
50
dir source c:\system\source
51
 
51
 
52
# user programs... (only those that are not incorporated in FreeDOS of course).
52
# user programs... (only those that are not incorporated in FreeDOS of course).
53
dir progs c:\
53
dir progs c:\
54
 
54
 
55
 
55
 
Line 61... Line 61...
61
# disk repos.
61
# disk repos.
62
# When using ondisk repositories, you have to use the full path (eg. D:\REPO)
62
# When using ondisk repositories, you have to use the full path (eg. D:\REPO)
63
#
63
#
64
 
64
 
65
# BASE repository - all MSDOS replacements
65
# BASE repository - all MSDOS replacements
66
REPO x:\base
66
#REPO x:\base
67
 
67
 
68
# Devel stuff - mostly compilers
68
# Devel stuff - mostly compilers
69
#REPO x:\devel
69
#REPO x:\devel
70
 
70
 
71
# Drivers (hardware-related)
71
# Drivers (hardware-related)