Batch File Help

Discussion forum for all Windows batch related topics.

Moderator: DosItHelp

Post Reply
Message
Author
NZIdiot
Posts: 4
Joined: 14 Apr 2009 17:39

Batch File Help

#1 Post by NZIdiot » 15 Apr 2009 17:40

I am currently writing a batch script file. I need the '>' character to appear but not get used. When i add this

ECHO >

The screen shuts down my guess because its using the > character where as i just want it to appear. How do i get this to appear without activating?

Thanks

RElliott63
Expert
Posts: 80
Joined: 04 Feb 2009 10:03

#2 Post by RElliott63 » 15 Apr 2009 17:50

Put a ^ in front of it

as in:

Echo ^>

NZIdiot
Posts: 4
Joined: 14 Apr 2009 17:39

#3 Post by NZIdiot » 15 Apr 2009 18:33

Thanks. Worked Perfectly

RElliott63
Expert
Posts: 80
Joined: 04 Feb 2009 10:03

#4 Post by RElliott63 » 16 Apr 2009 08:16

You're welcome!

Post Reply