Bernie,
Following from doing "COMMAND /?" at a DOS prompt:
Starts a new copy of the Windows Command Interpreter.

COMMAND [[drive:]path] [device] [/E:nnnnn] [/L:nnnn] [/U:nnn]
[/P] [/MSG]
                       [/LOW] [/Y [/[C|K] command]]
  [drive:]path    Specifies the directory containing COMMAND.COM.
  device          Specifies the device to use for command
input and output.
  /E:nnnnn        Sets the initial environment size to nnnnn
bytes.
                  (nnnnn should be between 256 and 32,768).
  /L:nnnn         Specifies internal buffers length (requires
/P as well).
                  (nnnn should be between 128 and 1,024).
  /U:nnn          Specifies the input buffer length (requires
/P as well).
                  (nnn should be between 128 and 255).
  /P              Makes the new Command Interpreter permanent
(can't exit).
  /MSG            Stores all error messages in memory (requires
/P as well).
  /LOW            Forces COMMAND to keep its resident data
in low memory.
  /Y              Steps through the batch program specified
by /C or /K.
  /C command      Executes the specified command and returns.
  /K command      Executes the specified command and continues
running.

Hope it Helps.

-- 
Jim Bentley
American Celiac Society
[EMAIL PROTECTED] - email
(973) 776-3900 x5029 - voicemail/fax



---- "Bernard Lis" <[EMAIL PROTECTED]> wrote:
> Call it from your autoexec and it should trace it when
> u trace the autoexec.
> Bernie
> ----- Original Message -----
> From: "MJS" <[EMAIL PROTECTED]>
> To: "Rbase List Server" <[EMAIL PROTECTED]>
> Sent: Tuesday, January 15, 2002 1:03 AM
> Subject: batch stuff--off topic
> 
> 
> > Does anybody remember how to trace a batch file?  I know
> how to do it for
> > autoexec.bat, but if I create a batch file and want to
> step through it,
> isn't
> > there some way using /Y parameter to make go one step
> at a time?
> >
> > TIA!
> >
> > Mike Sinclair
> >
> >
> > ================================================
> > TO SEE MESSAGE POSTING GUIDELINES:
> > Send a plain text email to [EMAIL PROTECTED]
> > In the message body, put just two words: INTRO rbase-l
> > ================================================
> > TO UNSUBSCRIBE: send a plain text email to [EMAIL PROTECTED]
> > In the message body, put just two words: UNSUBSCRIBE
> rbase-l
> 
> ================================================
> TO SEE MESSAGE POSTING GUIDELINES:
> Send a plain text email to [EMAIL PROTECTED]
> In the message body, put just two words: INTRO rbase-l
> ================================================
> TO UNSUBSCRIBE: send a plain text email to [EMAIL PROTECTED]
> In the message body, put just two words: UNSUBSCRIBE rbase-l
> 

__________________________________________________
FREE voicemail, email, and fax...all in one place.
Sign Up Now! http://www.onebox.com

================================================
TO SEE MESSAGE POSTING GUIDELINES:
Send a plain text email to [EMAIL PROTECTED]
In the message body, put just two words: INTRO rbase-l
================================================
TO UNSUBSCRIBE: send a plain text email to [EMAIL PROTECTED]
In the message body, put just two words: UNSUBSCRIBE rbase-l

Reply via email to