Skip to content

Commit 401d49f

Browse files
committed
update to version 1.9
1 parent 7df5090 commit 401d49f

File tree

4 files changed

+9
-4
lines changed

4 files changed

+9
-4
lines changed

APPINFO/XCOPY.LSM

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Begin3
22
Title: XCopy
3-
Version: 1.8
4-
Entered-date: 2025-03-21
3+
Version: 1.9
4+
Entered-date: 2025-03-26
55
Description: Copies files and directory trees
66
Keywords: freedos, copy, xcopy, kitten
77
Author: Rene Ableidinger <rene.ableidinger@gmx.at>

doc/history.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,3 +56,8 @@ version 1.8a (2025-03-21)
5656
version 1.8b (2025-03-21)
5757
------------------------
5858
- bugfix - listmode /L option should not create directory structure, only simulate
59+
60+
version 1.9 (2025-03-26)
61+
------------------------
62+
- bugfix - better check for free space for > 2GB files, use FAT32 enabled API if available
63+

doc/xcopy.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FreeDOS XCOPY command version 1.8
1+
FreeDOS XCOPY command version 1.9
22
---------------------------------
33
Copies files and directory trees.
44

source/xcopy.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -403,7 +403,7 @@ int main(int argc, const char **argv) {
403403
/* SUB-PROGRAMS */
404404
/*-------------------------------------------------------------------------*/
405405
void print_help(void) {
406-
printf("XCOPY v1.8b - Copyright 2001-2003 by Rene Ableidinger (patches 2005: Eric Auer)\n");
406+
printf("XCOPY v1.9 - Copyright 2001-2003 by Rene Ableidinger (patches 2005: Eric Auer)\n");
407407
/* VERSION! */
408408
printf("%s\n\n", catgets(cat, 2, 1, "Copies files and directory trees."));
409409
printf("%s\n\n", catgets(cat, 2, 2, "XCOPY source [destination] [/switches]"));

0 commit comments

Comments
 (0)