diff options
Diffstat (limited to 'win32/bin/pl2bat.pl')
-rw-r--r-- | win32/bin/pl2bat.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win32/bin/pl2bat.pl b/win32/bin/pl2bat.pl index 6e0f166a1d..2b5bb4a8e9 100644 --- a/win32/bin/pl2bat.pl +++ b/win32/bin/pl2bat.pl @@ -219,7 +219,7 @@ use B<pl2bat>. The generated batch file is initially processed as a batch file each time it is run. This means that, to use it from within another batch -file you should preceed it with C<call> or else the calling batch +file you should precede it with C<call> or else the calling batch file will not run any commands after the script: call script [args] |