Summary: I have a large number of HTML files that contain 2 lines of code that I need to remove. For each file (e.g. DOC0001.html), I want to search for the s...
Summary: Could someone help me - I need a DOS batch file to check 4 files in a directory which are = today's date. If one or any of the files are not (older th...
Summary: can someone help me i need a dos batch file to check 2 files timestamps are = today date. if one file is not than call another batchfile. thanx ...
Summary: Windows 95/98 has an ftp program that can be executed via the dos shell. Does anyone have a dos batch file that can execute the ftp program to transf...
Summary: P_hell, and anyone else whose interrested in this subject. I recently discoverd on a Windows NT workstation that adding the time and/or date to a log-...
Summary: To find the file and run it make this batch file. @echo off if exist %temp%\runfile.bat del %temp%\runfile.bat dir /b /s notepad.exe > %temp%\runfile....
Summary: I am looking to make a batch to copy all files that are 2 days old. Xcopy will copy using dates. How can I tell a batch file to look for dates of toda...
Summary: These are your basic DOS commands. To copy a file from c to a you type copy c:\dir\file.ext a:\ dir is the directory struture where the file is locat...
Summary: HI i think i can create another msdos.sys(edited) and program a bat file to replace the old unprotected ones. so that no one can access bootmenu and g...
Summary: In my software, using DBASE 4 for DOS, i would like to open a Help.html file without knowing which browser is used on the PC. (I can launch a batch fi...
Summary: I'm trying to write a DOS batch file that will determine which files are in a directory on a remote unix box and then write a ftp script go 'get' each...
Summary: I need to connect to a ftp site & upload files usind a dos batch program (.bat file) . How can i do that . From the command line i type ftp 100.100.10...
Summary: Geeze, did you read your post after posting it? This forum doesn't interpret "[b]" or "[color=red]" as font formatting. Another thing, this forum has ...
Summary: Hi, I'm looking for a simple batch file which will edit "protocol.ini" (see below) for me and replace one number with another. I want to be able to re...
Summary: Hi puneet, you are asking a Windows 2000 batch file programming question, but this is DOS forum. So you have asked your question in a *wrong* forum. P...
Summary: Hi, I'm having a problem with my MSDOS batch file, i'm running it on Windows 2000. I need to print all the .html files in a directory in their html fo...
Summary: Hi Robin, Thanks for replying to my request. I tried to use just the "cd ..." when I started and this works fine with Netscape. But, when I try it wit...
Summary: Hey all thanks for taking a look at this... I am creating a batch file that copies 4 files (1 Executable) and 1 folder to individual drives. One of th...
Summary: Get a look on the script on this post: Name: Secret_Doom Subject: Batch for acting upon old files OS: Windows XP / 2000 URL: http://www.computing.net/...
Summary: Hello, I am a novice user and would like help in creating DOS batch files. What I am trying to do is create a batch file that can move files from one ...
Summary: The program I use is a rather inflexible program that prints reports. It does have a handy option that allows us to export certain reports onto a fil...
Summary: I am using the following statement to capture the username of all the users who execute my batch file: echo %username% >username.txt The problem is th...