Batch scripting, special character

From: Mbear (Mbear_at_discussions.microsoft.com)
Date: 09/20/04

  • Next message: Norman Bullen: "Re: Batch scripting, special character"
    Date: Mon, 20 Sep 2004 07:23:04 -0700
    
    

    I'm tryint to writhe a batch script that needs a < put into the command line
    and I am not getting a succesful ru of the batch. It works fine if I type it
    directly in the command line but it is not working in a batch file.

    here is the line that is failing

    start /w c:\imail\addalias < c:\files\filename.txt

    When I run it form a batch file it is putting a 0 in front of the < and
    erroring out.

    How would I get this to wok. Thanks in advance for all the help.


  • Next message: Norman Bullen: "Re: Batch scripting, special character"
    Loading