Summary: I want to creat a bat file that will creat a log file of files that has been added to a computers "c" drive after a spacific date, eg what files have ...
Summary: Hi, Below is a file for adding to the beginning of a file or adding to the end of a file. In dos it will allow you to start (it then exits) but alows ...
Summary: I need to create a batch file to delete all files listed in a log file . the log file looks like this: files added 12 : C:\New Folder\blot.pfh C:\New...
Summary: Hello all I am trying to make a boot up diskwith support for my USB 2.0 ATAPI CD-RW. I am tryimg to add it to a VIA Eden SBC, with a Eden 533MHz proce...
Summary: OK, what I just tried to do: Made a "driver free disk for BIOS flashing" from bootdisk.com containing: autoexec.bat and command.com Then, I added file...
Summary: I've been looking for a manual backup program to compress and backup all my files to another directory on my hardrive, this I'll do once a month. In b...
Summary: ?Do you want to eliminate existing linefeeds? The following is the actual screen readout from my system: As you see, no linefeeds are added. FILE ...
Summary: I needed a batch file that would find all types of files such as *.doc files and copy them up to a network drive without the added file structure. I f...
Summary: CoffeeBreak I'm intrigued as to why you say not to load smartdrive. Even on a VM in VPC2004 and 2007 Dos seems slow to me without it. I know it takes ...
Summary: If you can change the TXT file to anything you want, you could change it to a BATCH file. Then CALL the text.bat file. In the file, start with an @ECH...
Summary: If you don't mind adding an executable to call from your batch file, you can use datename.exe, available inside datechk.zip, which is available at my ...
Summary: Pete, your problem might already be solved, but I've gotten rid of those files you mention, and more by adding the following lines to my autoexec.bat ...
Summary: The simplest way to indiscriminately add a couple of lines to autoexec.bat, or any text file, is to use: echo (text to be added)>>c:\autoexec.bat ech...
Summary: Sorry here is a copy of the batch files. Bat1 does a for loop and calls Bat2 for /F %%i in (servers.txt) do winmsd3.bat %%i I havent gotten far enough...
Summary: Here it goes (it's very simple) @ftp 100.100.100.100 username password That's all! You just have to put what you type normally. In thisn case I hav...
Summary: Hello. I have a directory listing in a text done with /B switch so I get one filename. Is there an easy way to take this filename and add a couple of ...
Summary: This sounds very familiar... copy con filename then type your text (up to 127 chr), enter for a new line. F6 or CTRL-Z to close To append output to...
Summary: The DOS DIR command was not originally designed to do something link that. But in later versions, the ability to do that was added. Quite simple and o...
Summary: Hi, I'm trying to make a file or variable that contains a semicolon separated list of files in a dir. for %%i in (*.jar) do call echo %%i; >> jarlis...
Summary: If you're on a NT system (Win NT,2K,XP): for /D %a in (C:\FOLDER\*.*) do echo %a If you're using this inside a batch file, double the %'s (%%a) On Win...
Summary: The IF command compares values in a logical expression to determine a TRUE or FALSE result. If the result is TRUE, the command to the right of the IF...
Summary: 1. Is WinME Dos7? Yes. WinME is actually Win98 a little bit modifyed (they've added some extra bugs hehe) 2. Does the max line length differ from Dos6...
Summary: Your post isn't very clear. You're asking to "remove a file" which means to erase it. You can erase by using the "erase" DOS command or the "del" DO...
Summary: I have two files added from the internet that I cannot remove. Both are write-protected. I tried DOS, but get a message "access denied." when I try...