Subversion Repositories SvarDOS

Compare Revisions

Ignore whitespace Rev 572 → Rev 573

/svarcom/trunk/internal.txt
41,12 → 41,12
the process.
 
 
=== EXECUTABLE LINKS =========================================================
=== GLOBAL EXECUTABLE LINKS ==================================================
 
SvarCOM features special support for "executable links". This allows to run
selected programs from any directory, but without the need to copy these
SvarCOM features special support for "global executable links". This allows to
run selected programs from any directory, without the need to copy these
programs to a directory in %PATH%. Executable links are flat files written in
%DOSDIR%\LINKS. Each file there contains the directory where the matching
%DOSDIR%\LINKS\. Each file there contains the directory where the matching
program should be looked for.
 
 
/svarcom/trunk/todo.txt
9,7 → 9,6
 
delete temporary files after pipe redirections
write temporary pipe files to %TEMP% if defined
test pipe redirections (multiple redirections, failure to create file, ...)
int 24h handler (abort, retry, fail, ignore)
advanced batch constructs: CALL, FOR, GOTO
IF EXIST on an empty drive should not lead to the 'Abort, Retry, Fail' prompt
23,7 → 22,6
if translations reloading fails, do not retry after every command
DIR /O
DIR /S (must use multiple DTAs recursively)
stdin redirection: command < file.txt
prompt $t, $d, $v