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: Does anyone know how I could print from a DOS app. to a file in Windows 95? I tried setting Print To The Following Port in the Windows 95 printer pro...
Summary: Thanks for that reference. I did check out that site - it is very useful. While those materials do cover many DOS commands, none of them appear to r...
Summary: I need to update the Novell Application Launcher files on each users PC. I've created a batch file to do so, and I am running it in the login script....
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: Check the references to LMOD within Forum Topic: "Trying to purge files based on Date" at: http://www.computing.net/dos/wwwboard/forum/13804.html URL ...
Summary: I have written a dos .bat file that will copy or move files to another directory, but it fails because 1 or more file may be in use. What I want to ...
Summary: Hi I don't use DOS much now, mostly Win 98. I do have a program that requires DOS, it runs fine under WIN98 DOS. This program allows me to print fil...
Summary: I have a number of files which get copied into a backup folder through a batch file. I was wondering, rather than manually going in once a month (time...
Summary: Xcopy has a /d switch that allows you to copy files dated after a certain date. Xxcopy is freeware that's similar to xcopy but has more command swit...
Summary: Redirect errors and results from DOS commands to a file with the > method...For example, to save a directory listing, type "DIR C:\ > C:\DIRS.TXT"...t...
Summary: sir i want to make a conditional dos batch file the codition is that whenever the batch file run first check the date if date is ok then run given con...
Summary: I would like to create a batch file for a client/server environment which run if the date of the file does not match. How would the if statement be w...
Summary: Well, I sent you the script for a batch file named CDat.bat (Copy by Date) or whatever you want to name it. To use the batch you have to type CDat Dir...
Summary: Hello to all DOS Expert here. I need to modify my batch file to check if the system date is a Saturday. If yes, execute program A else execute progra...
Summary: I need the command line to check the version of my windows version. (and see if it is = 4.00.950a), if not....(procedure) I will do this in a batch fi...
Summary: is it possible to check a file date using exists? i want to do something like this in pseudo IF todays File was copied to server then delete local fil...
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: 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 put a batch file in our login script to check for a file with a specific date (checking the version of an installed app). I want to then ki...
Summary: That's exactly what I want to do, except for I need to check if it's after 20:00 hrs (eight o'clock in the evening) both days before I can run the jav...
Summary: how would i check a file's size (I know the file name too), and if it is more than 2kb and less than 4kb, then delete it? (I am trying to make a netwo...