Subversion Repositories SvarDOS

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
421 mateuszvis 1
 
2
                           =======================
3
                           |  SVARCOM TODO LIST  |
4
                           =======================
5
 
6
 
7
stdin redirection: command < file.txt
8
 
9
pipes redirections
10
 
11
stdout redirection should not create the output file if command fails
12
 
13
DIR:
14
 - display number of files, tot size in dir and available space on disk
15
 - %DIRCMD% support
16
 - /A
17
 - /O
18
 - /S (must use multiple DTAs)
19
 
20
COPY /V
21
 
22
command-line variables resolution (cd %MYDIR%)
23
 
24
ctrl+break handler:
25
http://www.techhelpmanual.com/563-int_23h__ctrl_break_exit_address.html
26
 
27
"notify pending command" int support:
28
http://www.techhelpmanual.com/741-int_2fh_ae00h__notify_pending_command.html
29
 
30
when execing an external command make sure to sync local environment
31
(or run the program with a custom environment pointer?)
32
 
33
when execing a program, make sure I use the correct PATH...
34
 -> actually I need to parse PATH and look for matches myself for BAT support
35
 
36
dynamic resizing of environment space
37
 
38
command line arguments to command.com (/e /E /k /p etc)
39
 
40
single-stepping AUTOEXEC with F8 at boot time (/P /Y)
41
 
42
skipping AUTOEXEC with F5 at boot time (/P /D)
43
 
44
CTTY
45
 
46
LOADHIGH/LH
47
 
48
DATE
49
 
50
TIME
51
 
52
batch files support:
53
 - CALL
54
 - :labels
55
 - FOR
56
 - GOTO
57
 - IF EXIST
58
 - IF ERRORLEVEL
59
 - SHIFT