Summary: Hey Guys: I want to pause a batch until an exe called by batch is closed. tried a bunch of commands start/wait pause ping cannot get it working any ...
Summary: As far as I know, when the batch window is out of focus, the window freezes until the window is in focus. So you could start play.exe and then exit...
Summary: I just finished writing a batch file, and it does everything i want...except for one thing. Twoards the end of the file it calls a program...and the e...
Summary: Hi, I've made a batch script which has a list of commands to do. One of them is to close explorer.exe which it says access denied to... but it works ...
Summary: Here's my suggestion. Perhaps someone else can come up with a better idea. My technique assumes that this batch file will run under its own window (e....
Summary: Hi guys, I've made a rather badly programmed script, but hey, it works:). When I execute the plink executable it creates a tunnel. When successful it ...
Summary: You say "the damn thing just closes up." Do you mean you are running this batch file by double-clicking its name in Explorer? My tip is not to do that...
Summary: cypster, 1. for %%a in (*.txt) do ( 2. >%%a.# echo Good Morning 3. >>%%a.# type %%a 4. move/y %%a.# %%a 5. ) Explanation: 1. For every *.txt,...
Summary: I'm launching an MS Access .mde file from a .bat script by coding... FileName.mde ...in my script. The problem is the script halts at that line until...
Summary: Some questions: are the frames in a popup window you created. Are you trying to close the entire window or just one frame? If you want to close a wind...
Summary: I am working on asp.net to create on online medical database program. what I want to do is when the main window opens up, two popup child windows will...
Summary: To check what typed is not an easy job in batch script. The following is close to do the job, BUT it allows special symbols. To know more about finds...
Summary: Nurul, This is achieved by using the MS Comm Control 6.0 component. First thing is to make it available for selection :- 1) Project 2) Components 3) ...
Summary: You might get more answers in one of the Windows sections, but I'll take a shot at a couple of your questions. 1-can't help you here, I'm an intel big...
Summary: I'm have a batch that requires the output of tones, waiting for 5 minutes, output of tones, etc. The problem is that I need it to have the ability to...
Summary: Hi, I made a batch file that I put in a WinZip self extractor. The idea is that the zip-file extracts to a folder, and then the bat file gets executed...
Summary: I am updating out DHCP config and wrote this script to get the MAC address of a remote computer on the network. It works fine if I leave the errorleve...
Summary: This is really puzzling me. i have writen a .bat that xcopys a file. then runs a program. it then waits till i exit that program. then re copys a fil...
Summary: Hi, Can anybody give the command to pause the process for a specified amount of time. I got this problem becasue in my batch script. My program tries ...
Summary: Hey guys thank you for the help here is what my executable script says (please note it is still in beta. I am still working out the kninks.) @ECHO OFF...
Summary: Is it possible to make batch file return prematurely? The reason I ask is becuase I created the following very simple batch file: np.bat @echo off no...
Summary: I am trying to make a batch file to run a different set of commands depending on a the location of the office they're in. I'd like to have the user te...
Summary: Yes, you have to issue Command /C CD *before* the line where you code the %cd% variable. The drawback however is that the short format is now retained...
Summary: This is similar to the errors I recieved with Choice.exe Choice.com 1,754 bytes Vista x64 error: "This version of C:\Users\V1\Desktop\PROFILER\DATA\CH...