Draft for Information Only
Content
MS DOS Command: CALL
MS DOS Command: CALLReference from Microsoft MS-DOS cmd help DescriptionCalls one batch program from another without causing the first batch program to stop. SyntaxCALL [drive:][path]filename [batch-parameters] Parameters
RemarksUsing batch-parametersBatch-parameters can contain any information that you can pass to a batch program, including switches, filenames, the replaceable parameters %1 through %9, and environment variables such as %baud%. Using pipes and redirection symbolsDo not use pipes ("|") and redirection symbols ("<<","<",">", and ">>") with the CALL command. Making a recursive callYou can create a batch program that calls itself; however, you must provide an exit command. Otherwise, the parent and child batch programs can loop endlessly. ExamplesTo run the CHECKNEW.BAT program from another batch program, include the following command in the parent batch program: call checknew Suppose the parent batch program accepts two replaceable parameters and you want it to pass those parameters to CHECKNEW.BAT. You can use the following command in the parent batch program: call checknew %1 %2 ©sideway ID: 110700135 Last Updated: 7/21/2011 Revision: 0 Latest Updated Links
![]() ![]() ![]() ![]() ![]() |
![]() Home 5 Business Management HBR 3 Information Recreation Hobbies 8 Culture Chinese 1097 English 339 Travel 18 Reference 79 Computer Hardware 254 Software Application 213 Digitization 37 Latex 52 Manim 205 KB 1 Numeric 19 Programming Web 289 Unicode 504 HTML 66 CSS 65 SVG 46 ASP.NET 270 OS 431 DeskTop 7 Python 72 Knowledge Mathematics Formulas 8 Set 1 Logic 1 Algebra 84 Number Theory 206 Trigonometry 31 Geometry 34 Calculus 67 Engineering Tables 8 Mechanical Rigid Bodies Statics 92 Dynamics 37 Fluid 5 Control Acoustics 19 Natural Sciences Matter 1 Electric 27 Biology 1 |
Copyright © 2000-2025 Sideway . All rights reserved Disclaimers last modified on 06 September 2019