Summary: I'm looking for help with the DATE function in batch files and saw your postings on http://www.computing.net/programming/wwwboard/forum/2249.html %DAT...
Summary: Is it a question of program execution order? I mean, is this all happening in startup correctly at all or not? Try making a backup copy of the regis...
Summary: Hi Pretty new to batch files, and brand new to this forum... hoping someone can help me. I need a batch file that will move all files in one directory...
Summary: Hi Mechanix Thanks for the compliment. Youre right about danger in not doing things they do'nt really understand, but I should hope that others may ...
Summary: Hi, Thanks for your reply. But I think I'm going to let that batch file leave it where it is. Normally it should be in the TEMP folder, and most users...
Summary: I am just begining to learn about batch files and am starting out very easy. Is there any way to run a check on a batch file to show where you went wr...
Summary: oh wow... call get worked. it gets all the calendars now, but they are still saving the html of an error page rather than the ics file itself. This on...
Summary: I need help with a DOS Batch File. I have added my batch file to a Win98 Boot Floppy. The Batch file includes a Menu. One of the Menu Choices is for c...
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: make a launch_things.bat let it read like c:\docume~1\user\mydocu~1\startm~1\bla\shortcut.lnk c:\docume~1\user\mydocu~1\startm~1\bla\shortcut2.lnk or...
Summary: I have a hobby of making batch files and was wondering if it is possible to use sound in a batch file. If so, can you tell me how? I hope you can he...
Summary: Hey guys, I have a quick simple question. I was working on a little batch file and I ran into a problem with the FOR looping. All I want to do is cr...
Summary: Yes the Batch File and all files will be on the CD. I will be linking to the batch file from a html page (also on the CD). I am planning to make the...
Summary: Hello, I am writing a batch file and I need to loop through a driectory of .tif files and rename each file with a random number appended onto the begi...
Summary: Hello, I registered here asking for a bit of help. First off I am very new to this language and i need to make a little program off a batch file. I fo...
Summary: I hope that someone can help me. I am new to writing batch files and I am not quite sure how to write the following code. Any help would be appreciate...
Summary: I think the value of my %homepath% is ok. When i write %homepath% on MSexplorer path it returns C:\Documents and Settings\MyName\ and when i use, xco...
Summary: Well I just tested my FC idea and I don't think it's going to work because of the first line and the directory line of the dir command output. One is ...
Summary: I am trying to create a batch file to kill a process only if it is running. I found a pskill tool from windows xp tool site but when I put it in the ...
Summary: Just curious is there a way to search for a file (could be multiple on the pc) called test.lnk and replace it with the file test2.lnk? where test2.lnk...
Summary: Hey everyone I was wondering if there is any way to create a batch file that can search through a database in the batch file, and display results. ie ...
Summary: wonderful, thanks mechanix2go! works in DOS, however that exact text placed into a batch file and double-clicked does not seem to work ... anything el...
Summary: I want to build a script or a batch file that I can set to run on a daily basis that will telnet to a device and then send commands to it. Basically i...
Summary: How can I create a self deleting batch file. i have the batch file and I know you can use the del command but what I want to do is have it self delete...