Subversion Repositories SvarDOS

Rev

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

Rev 457 Rev 458
Line 35... Line 35...
35
stdout redirection should not create the output file if command fails
35
stdout redirection should not create the output file if command fails
36
COMSPEC self-setting does not work under MS-DOS 5/6 (no exepath in env block)
36
COMSPEC self-setting does not work under MS-DOS 5/6 (no exepath in env block)
37
 
37
 
38
when execing an external command make sure to sync local environment (or run the program with a custom environment pointer?)
38
when execing an external command make sure to sync local environment (or run the program with a custom environment pointer?)
39
 
39
 
40
when execing a program, make sure I use the correct PATH.. -> actually I need to parse PATH and look for matches myself for BAT support
-
 
41
 
-
 
42
dynamic resizing of environment space
40
dynamic resizing of environment space
43
single-stepping AUTOEXEC with F8 at boot time (/Y)
41
single-stepping AUTOEXEC with F8 at boot time (/Y)
44
skipping AUTOEXEC with F5 at boot time (/D)
42
skipping AUTOEXEC with F5 at boot time (/D)
45
CTTY
43
CTTY
46
LOADHIGH/LH
44
LOADHIGH/LH