Summary: Hi all, I have been able to download a number of streaming video files, which, after having downloading a very basic player, can play them one at a ti...
Summary: Hej! i am new at dos batch files, so i need your help to notice what i am doing wrong. I have built a .NET program called JLMail which can send mail ...
Summary: Ok So I really need help, I need this batch file to run a backup of files that are in a certain directory(directory A), then copy those to a new direc...
Summary: I run batch files on 19 different computers from the scheduled tasks. Each one is set up with the same permissions and types of users. Only one will...
Summary: Any help here is appreciated, I'm pretty weak with Batch file programming. Looking to Schedule a Batch file to run daily that will: - delete all *.BA...
Summary: Hi chaps, I need to write a batch file to append the created date to the beginning of a bunch of files. There are hundreds of files, mostly office ba...
Summary: Hi all - I'm trying to automate the process of disabling various junkware from running at boot on a number of public machines I manage. I need to writ...
Summary: I need to place a shortcut on everyone's PC in the office to a program we're running on the server ... so I need them all to get a shorcut to the exec...
Summary: Hi I am trying to get a batch file to delete files which has dates older than 7 days so far I have @ECHO OFF CLS FOR /R C:\User_share %%FILE IN (*.*) ...
Summary: Thanks for the help, that did pretty much what I wanted it to do with one unexpected behavior. I used the copy command instead of cat and it works gr...
Summary: I work for a large company with several clients (approx. 800) over a network running a client application. I am looking for a batch file which will fi...
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: I have a program that creates daily log files that are a lot larger than I would like them to be. I would like to have this so there would be 3 or 4 l...
Summary: thanks for youre quick reaction. Fot so far it works. But can you help me further because i am totally new to this. The exact problem is; I need a bat...
Summary: Hello, I am trying to create a batch file to parse a log file, find some timestamps in a specific format, change the format of the timestamp, then dis...
Summary: I am using this batch file to delete profiles @echo off delprof /d:15 /q /i /c:\\COM0006 delprof /d:15 /q /i /c:\\COM0009 delprof /d:15 /q /i /c:\\COM...
Summary: Hi, I have created batch file to run Ms Access's macro. At the beginning, it works fine. However after a while, it suddenly runs twice and now it runs...
Summary: Ive written a batch file that will copy a file from a server to a bunch of user's computers and then set the permissions on that file. Ive gotten th...
Summary: I need a batch file to loop through a list of jpgs in a folder, & move them to folders created based on their file names in the following convention: ...
Summary: Hi, I am in the current situation where I install lots of programs daily on mayn PC's. What needs to be done is, I need to install the following: jre-...
Summary: How to call one batch file after completing of another batch file. i am having one batch file to run the jboss server,after the server started.Then on...
Summary: PROBLEM 1. UNKNOWN SOME EMPLOYEE IS CHANGING THE COMPUTER SYSTEM CLOCK TO MANIPULATE THE TIME STAMPS THEN RUNNING ATOMIC CLOCK TO RESET IT 2. I NEED...
Summary: So I have an odd problem, and a less than easy way of doing it. Our organization has some house keeping that needs to be done, and I would like to use...
Summary: How can I count a specific character in a line using a batch file Ex: if I pass a line "c:\dir1\dir2\dir3" to the batch file to count "\" then it shou...