Subversion Repositories SvarDOS

Rev

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

Rev 2191 Rev 2205
Line 8... Line 8...
8
 
8
 
9
 - COPY returns "insufficient disk space" on write error (was: "insuff. mem")
9
 - COPY returns "insufficient disk space" on write error (was: "insuff. mem")
10
 - COPY uses a bigger buffer to limit floppy swaps with the B: ghost drive
10
 - COPY uses a bigger buffer to limit floppy swaps with the B: ghost drive
11
 - COPY's buffer is always a multiple of 512 (better performances)
11
 - COPY's buffer is always a multiple of 512 (better performances)
12
 - COPY removes the partially copied file when error occurs during copy
12
 - COPY removes the partially copied file when error occurs during copy
-
 
13
 - DIR /S implemented (recursive search)
13
 - batch execution in step-by-step mode accepts the RETURN key as "Yes"
14
 - batch execution in step-by-step mode accepts the RETURN key as "Yes"
14
 - upgraded SvarLANG to ver 20241010 (LNG file is compressed now)
15
 - upgraded SvarLANG to ver 20241010 (LNG file is compressed now)
15
 - improved message when failing to respawn (also, msg is translatable now)
16
 - improved message when failing to respawn (also, msg is translatable now)
16
 
17
 
17
 
18