Skip to content

Commit

Permalink
Merge pull request #22 from andrewbird/xcopy
Browse files Browse the repository at this point in the history
Add xcopy
  • Loading branch information
stsp committed Apr 28, 2024
2 parents ccf7d15 + 360c861 commit 3ab3dd2
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/dosemu-downloaddos
Expand Up @@ -19,10 +19,9 @@ FREEDOS12_URL = FREEDOS_DEFAULT_MIRROR + '/repositories/1.2'
FREEDOS13_URL = FREEDOS_DEFAULT_MIRROR + '/repositories/1.3'

FREEDOS_USERSPACE_TOOLS = [ 'assign', 'attrib', 'choice', 'comp', 'debug', 'devload', 'display', 'edit', 'edlin', 'fc',
'fdxms', 'find', 'format', 'label', 'mem', 'mode', 'nansi', 'share', 'sort', 'swsubst', 'tree']
'fdxms', 'find', 'format', 'label', 'mem', 'mode', 'nansi', 'share', 'sort', 'swsubst', 'tree', 'xcopy']
# currently unused
FREEDOS_ARCHIVES_EXTRA = ['defrag', 'deltree', 'diskcomp', 'diskcopy', 'exe2bin', 'more', 'move', 'replace',
'share', 'shsucdx', 'xcopy']
FREEDOS_ARCHIVES_EXTRA = ['defrag', 'deltree', 'diskcomp', 'diskcopy', 'exe2bin', 'more', 'move', 'replace', 'shsucdx']

FREEDOS11_APPS = []
FREEDOS12_APPS = FREEDOS13_APPS = ['dn2']
Expand Down

0 comments on commit 3ab3dd2

Please sign in to comment.