Subversion Repositories SvarDOS

Rev

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

Rev 433 Rev 514
Line 3... Line 3...
3
# Lang: ENGLISH
3
# Lang: ENGLISH
4
#
4
#
5
# Translator: Mateusz Viste
5
# Translator: Mateusz Viste
6
#
6
#
7
 
7
 
-
 
8
# PAUSE
8
15.0:Suspends the execution of a batch script
9
15.0:Suspends the execution of a batch script
9
15.1:Press any key to continue...
10
15.1:Press any key to continue...
-
 
11
 
-
 
12
# SHIFT
-
 
13
16.0:Changes the position of arguments in a batch file:
-
 
14
16.1:Argument %1 becomes %0, argument %2 becomes %1, etc.