I want to get the output from one batch file to be the input for a second, which is proving difficult. So far I've got in the first one : dir c:\%1.class/s/b...
Hello people Could someone please tell me if it is possible to do the following, and if yes than how would you do it: - i have a txt file, which looks like...
"c:\program files\microsoft office\office10\msaccess.exe" "c:\db1.mdb" Check your paths, they may be different. Your may want to look at the start command too...
In regards to my previous question... I've figured out some of it (ie. i can now do all the copying and running the program). However, i am still not sure how...
Hello again Could someone please help me with the following... The program: some code1 ********** need code here which would: - access an existing text file...
Hello there I was wondering if anyone might provide me with an example batch for the following task or at least something similar (or give me an advice how to...
Hi. I have a folder that contains a number of asp files, as well as some sub-folders also containing asp files. I downloaded an asp encoder that runs from the...
I think I've asked this before. When a batch file runs as an NT script when logging in, how do you minimize the actual box that opens. Someone clicked on the...
This may appear to be the similiar to another question I asked but please read on I have a simple .bat called runsql.bat that uses the FOR statement. for %%v...
I have a Windows batch (*.bat) file that echoes some html, then calls a java program the output of which is html as well, then echoes the final html. To make...
Hi all, I have a small church directory app that I have the schematic/pseudocode/plan to put out. But I need a programmer to write the app. Any native...
Hi, Can someone assist with an explanation of character replacement in a variable. I have this batch file that is executed via CMD.exe on a WIN2K server. A...
hi, how do i escape special characters like the ampersand so they are not interpreted by the shell? i have tried prepending them with percentile (%) and ...
Hello, I am looking for a command line utility that can be run in Windows (win2K) that will allow me to write to a Sony CRx1950U CD-RW drive. This drive runs...
Hi, need help in this . i want to get the email address from a text file (email.txt) instead of me typing here as shown below @echo off blat time.txt -t...
hello all I am running windows me I use compressed folder can this be used to zip an unzip files from a bat file [Non-text portions of this message have been...
I am able to call a java program from a batch file.it works well in cmd prompt. If I tried to call the same batch file through CGI of the webserver...nothing...
using pslist(lists processes) from www.sysinternals.com/ntw2k/freeware/pstools.shtml you could do something like pslist \\computer | find "kazaa.exe" /I which...
Could someone please tell me if this would work (if not, how can i fix it): copy /y C:\original_9_05_200392;1\ C:\9_05_2003\1\ I need the all the content of...
i have a program, which needs to be tested using a batch file. when the program is run, it requires a user to enter commands to execute certain task. Could...
When i run a program from batch file, and need to enter a command into that program automatically via the batch file (ie. hardcode the command), how would i do...
Hi, I have a Windows batch (*.bat) file that echoes some html, then calls a java program the output of which is html as well, then echoes the final html. To...
Hello, I am a PHP developer and I need to change one of my Web Server (IIS) settings. To interpret a PHP script we use the following command line: php.exe %s...