Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Continue after batch commands ?
Name: kgp Date: February 25, 2007 at 14:01:26 Pacific OS: XP CPU/Ram: n/a Product: n/a
Comment:
Hi,
I am also looking for a way to make a batch file continue after it has done a few simple commands, or add instructions to the top of a cmd window ?
sort of like this..
@echo off
Title watever
echo To use this do this... echo.
c:\> Continue like normal cmd window and take commands !
Summary: Hello, I am trying to write a batch file that gets an ical file from a website using GET and writes that to an ics file. I want it to do that multiple times, but my batch file exits after it does it o...
Summary: i'm trying to batch process files in an application and have gotten as far as being able to open the application and the file i want. once open, i can't figure out how to send specific key commands to...