Subversion Repositories SvarDOS

Rev

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

Rev 571 Rev 573
Line 39... Line 39...
39
a command. Instead, it opens the batch file, jumps to the "next line to be
39
a command. Instead, it opens the batch file, jumps to the "next line to be
40
executed" and loads the command from there, incrementing the line counter in
40
executed" and loads the command from there, incrementing the line counter in
41
the process.
41
the process.
42
 
42
 
43
 
43
 
44
=== EXECUTABLE LINKS =========================================================
44
=== GLOBAL EXECUTABLE LINKS ==================================================
45
 
45
 
46
SvarCOM features special support for "executable links". This allows to run
46
SvarCOM features special support for "global executable links". This allows to
47
selected programs from any directory, but without the need to copy these
47
run selected programs from any directory, without the need to copy these
48
programs to a directory in %PATH%. Executable links are flat files written in
48
programs to a directory in %PATH%. Executable links are flat files written in
49
%DOSDIR%\LINKS. Each file there contains the directory where the matching
49
%DOSDIR%\LINKS\. Each file there contains the directory where the matching
50
program should be looked for.
50
program should be looked for.
51
 
51
 
52
 
52
 
53
===================================================================== EOF ====
53
===================================================================== EOF ====