Echo IF statement

  • Thread starter Thread starter JC
  • Start date Start date
J

JC

Here is a snippet I need to Echo,

The problem is it is running it as an if/then statement, any ideas around
this, thanks!!
 
JC said:
Here is a snippet I need to Echo,




The problem is it is running it as an if/then statement, any ideas around
this, thanks!!

To what does the first 'it' refer?

Remember, the caret '^' is your friend. :-)
 
I just need it to echo the 'If iRC <> 0 Then' exactly the way it looks, what
I do is echo these comands out to a VBS then execute the VBS file.

Thanks!
 
JC said:
That was it, thank you so much, what does the '<' or '>' do?

What does '<>' do in VBS? Or what do '<' and '>' do in CMD?

(That's a lot of 'do do' ;-))
 
Back
Top