Summary: Hello; Please excuse me for opening a new topic, but I have an urgent problem: I try to use a batch file (take it from this site also) to replace some...
Summary: Hello i have an ini file with my datas but i have to replace the "\" character with the "\\" characters, and the oposite conversion alsow i have no id...
Summary: Hmmm... It's possible to include the 100th of seconds, so I think the chances of duplicate are minimal. That change on system.ini could be easly done ...
Summary: is this a DOS forum? nobody knows that you can just pipe (|) the letter 'n' or any other string to a copy command????????? enter this command line: e...
Summary: IVO wrote: > ... it will skip blank lines and doesn't > work if the text to be processed contains > the redirection symbols. Yeah, it will skip blank ...
Summary: How to open the text file using the batch commands. Than delete or replace some character in the text file. What are the commands that i can use for b...
Summary: Yes, at least for one input value. In this case you can do this: echo (value) | prog.exe Note that the pipe character separates the value and the exe...
Summary: Ok I want to make a batch file that takes a filename and replaces certain characters. EX: Replace all spaces with underscores or replace all A's with ...
Summary: a somewhat "stupid" approach ( but it will work ) make a note of the messages that appear when devices in config.sys are loaded open the specific devi...
Summary: @echo off if "%1"=="GoTo" goto %2 %comspec% /v:on /c %0 GoTo start goto:eof :start type nul> %temp%.\$ for /F "tokens=*" %%S in (text.txt) do ( se...
Summary: I'm not sure I understand what you mean, but here is an edlin batch I use regularly which may be of help. :: replac.bat @ECHO off IF not "%3"=="" GOT...
Summary: Sounds like you have a failure on your Video Adapter (I will assume your video is not on the system board). Sounds like the address decode logic for a...
Summary: Yes indeedy! A shortcut to a WINDOWS Application is a .LNK A shortcut to a DOS Application is a .PIF A shortcut to a WebSite is a .URL Glad to see tha...
Summary: Hi all, Well I'm Totally blown away, from what I thought was "I am barking up the wrong tree again" situation it is proving to be very fruitful in man...
Summary: {{took a brake to eat and then mow the yard)) You do have a minor problem. DOS, by default uses BIOS for DOS text mode. The BIOS based Text mode char...
Summary: Yes, that can be done via batch file, though it's not a simple, not at all. To get user input, see my FAQ #06 - Get user input. To change the string o...
Summary: You also have to consider the possibility of a bad power supply (old machine) and noise on the +5v to the keyboard. There is also the possibility of ...
Summary: I'd really appreciate if anyone could tell me how i can create a BATCH script that will take a list of all files in a directory, strip the extension o...
Summary: If it's a single line, you can get it to a variable instead of a file, and you can take out the first 5 characters from it: for /F "tokens=*" %%S ('FI...
Summary: I have got a Epson lq 1070+ dot matrix printer. Now can anyone tell me how to change the setting from 10 characters per inch to 12 cpi.. Thnakx San ...
Summary: Hello Is it possible to display Chinese characters in DOS? I have programs which run on DOS and would benefit if they could output both in English an...
Summary: Hi, I was wondering if there was an easy way to pipe some text and a number of commands to the same line of a log file e.g I want time /t date /t som...