|
-
Sep 9th, 2004, 02:28 AM
#1
Thread Starter
Member
Batch File/Language Help [Resloved]
Hi,
I am doing batch programming now. Currently, I am doing a if/else clause. I want to ask 2 things. 1st, if i want to do multiple things in the else command, how do i put them together? Using "and"? for example:
ELSE (
net send 192.168.100.78 configuration 1.1 download failed
and
start mailto:[email protected]?subject=Error^&body=Download%%20Has%%20Failed.%%20Please%%20Try%%20To%%20Down load%%20The%%20Configurations%%20Again.
)
The 2nd thing is how do I create txt files using batch commands? Like I want to create a textfile name error.txt in the else clause when the if condition is not met.
Any help is greatly appreciated, thank you.
Last edited by iori85z; Sep 26th, 2004 at 08:56 PM.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|