Description:
MS-DOS batch files.
|
|
|
In Dutch.... sowwy....
|
| |
Zijn er ook mensen die goed zijn met DOS-commando's schrijven? Ik heb me het leplazarus gezocht op het Internet, maar kan niet exact vinden wat ik zoek.
Mijn punt is deze:
Stel, ik heb onder andere een directory genaamd AM. Deze loopt van Amalia Rodriguez tot en met Amy Winehouse.
Zie? Alles begint me Am.... more »
|
|
Batch file information and FAQs
|
| |
Dear new alt.msdos.batch and alt.msdos.batch.nt readers,
Before posing a question you might first wish to take a look at the
frequently asked questions in these newsgroups.
An online version of Useful NT/2000/XP batch file tricks and tips
[link]
A FAQ collection of NT/2000/XP batch file tricks and tips... more »
|
|
Digital display for batch files:
|
| |
(best viewed in monospace)
@echo off
...echo.
echo. %sbl% %e1%%e1%%e1%%e1%%e1% %d1%%d1%%d1%%d1%%d1%
echo. %sbl% %e2%%e2% %e3%%e3% %d2%%d2% %d3%%d3%
echo. %sbl% %e2%%e2% %e3%%e3% %d2%%d2% %d3%%d3%
echo. %sbl% %e4%%e4%%e4%%e4%%e4% %d4%%d4%%d4%%d4%%d4%
echo. %sbl% %e5%%e5% %e6%%e6% %d5%%d5% %d6%%d6%... more »
|
|
Switching CMD prompt
|
| |
Hello,
Simple stuff again:-(. I am in a Windows XP CMD window; the prompt is:
c:\conrad\tempc
I run a REXX pgm containing.
'cd\'
and the REXX ends but am still in c:\conrad\tempc .. why is that?
Am sure there's a proper explanation and is there a solution?
Please, thanks,
Graham Hobbs... more »
|
|
looking for win3.1 floppy
|
| |
Hello All,
I'm looking for an original MS 3.5inch installation floppy for Win
3.1. It should say "Windows ver 3.1 Disk 7 of 7" on the label. Yes,
there was a Disk 7 in Europe and no, an image won't do. I already
have an image. I can clone the image back onto an original floppy if
the files have faded.... more »
|
|
awk command line scripts in windows
|
| |
I run cmd.exe from Windows Vista Business SP2.
I have discovered
...\gawk\examples>awk "{ print """Hello, world""" }" test
Hello, world
...\gawk\examples>
Why is it necessary to use triple quotes to get an embedded quote?
Let me put my question into context. I have a text-processing job which... more »
|
|
for loop delim problem
|
| |
Hi all,
Trying to get a pipe delimited file manipulation batch file set up
and
am having a hard time getting the actual for loop to set my variables
(or getting the echo wrong or something else stupid).
There are three .txt files in c:\bob\nic of the format TOY*.txt, pipe
delimited with about 15 fields.... more »
|
|
Append text to a text file ON THE SAME LINE using command line
|
| |
Hi all,
I’m trying to append text to the end of a text file using the command line.
At the moment I have:
Cmd /c ECHO TextHere >> C:\Test.txt
Which, if Text.txt doesn’t exist, creates Test.txt with the following:
“TextHere
“
Note the new line feed.
If I then execute the line again, the file will look like this:... more »
|
|
Add string to start of line
|
| |
Hi,
I have created the below with a batch file and would like to know how i would add the words "Open Table " to the start of the file path below with a batch file
!Workspace !Version 800 !Charset WindowsLatin1 D:\DCDB_Process\bpoly\woorabin da_i_bpoly.TAB
D:\DCDB_Process\bpoly\wujal_wu jal_i_bpoly.TAB... more »
|
|
|