Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Click here to start participating now! Also, check out the New User Guide.
Send line to bat file
Name: Nath5 Date: November 26, 2007 at 15:24:14 Pacific OS: 11 CPU/Ram: 11 Product: 11
Comment:
I have one batch file that i need to create and then remove another batch file. I was using the format below
echo "Code Here">>batch.bat
however the following lines do not seem to work
echo IF /I %var1% GEQ 0 goto 1>>Delay.bat echo IF /I %var1% lss 0 goto 3>>Delay.bat
instead the new batch file contains the following line
Summary: I want to send the line CreateObject("Wscript.Shell").Run """" & WScript.Arguments(0) & """", 0, False to a vbs file so i tried the following line of code echo CreateObject("Wscript.Shell").Run """"...
Summary: Hi all, this question is asked in many website but no one have the answer. but i know that in this website their is allot of genius. so how want to help me? i want to send email by bat file, thi...
Summary: hi, im new to .bat file but have already learned quite a bit about them but have hit a snag. i need to know if a .bat file can create a file e.g. "New Text Document.txt" and if so how thanx in advance...