Description:
The 4DOS command processor for MS-DOS.
|
|
|
JP Soft support forums
|
| |
Wow! I just dropped by the JP Soft web support forums to check them
out. I haven't been there for a few years. I stopped following and
participating shortly after they dropped email participation. I
really don't like web forums. (IMO a web forum is equivalent to having
to visit each individual newspaper publisher to get your daily... more »
|
|
For Schleife sortieren
|
| |
I'm using 4DOS. Using the command
for %a in (acc*) do type %a >> logneu.txt
it is obvious they're executed in their natural order. If those files
were copied before I often hit the Windows idiosyncracy, that the first
in alphabetical order comes last, requiring manual correction. Is there
a way to make For use a predifined oder like aphabetical or age?... more »
|
|
Unsuccessful batch...
|
| |
Hello !
I'm unsuccessfully trying to make a batch that searchs a directory looking for file with different name but same size, and delete one of them.
This batch almost works, but it doesn't detect the secund file with the same size.
=== Begin DUPEVID.BTM ===
setlocal
if not ISDIR H:\prov GOTO FAIL1... more »
|
|
Time function
|
| |
I'm wanting to do a btm which doesn't execute a command until a given time. I have thought of using @time with a loop until some time is reached. Do any other approaches occur?
|
|
%@XMLPATH usage in 4NT
|
| |
How do you use 4NT %@XMLPATH to get a "A" tag "HREF" value in a HTML file? i.e.: the link URL. I can't seem to figure out how to properly specify the XML path parameter. It always complain with an "Unbalanced element tag." error.
|
|
%@XMLPATH usage
|
| |
How do you use %@XMLPATH to get a "A" tag "HREF" value in a HTML file? i.e.: the link URL. I can't seem to figure out how to properly specify the XML path parameter. It always complain with an "Unbalanced element tag." error.
|
|
Understanding COPY /J parameter
|
| |
What does COPY /J parameter actually do?
I can't seem to figure it out the difference between normal COPY.
I thought it's actually a "resumable" copy incase the copy fails at the middle of process. I tried copying a large ISO file using COPY /G /J so that it took long enough for me to break it with CTRL-C. It stopped at the... more »
|
|
Problem passing parameter with "%" character
|
| |
Hello,
I'm trying to pass file path as a parameter to a console program. e.g.:
C:\PROG.EXE "C:\The File"
This command line is executed from another program (call it PROG2).
Since I need to see the result, I use 4NT and PAUSE command like so:
C:\4NT\4NT.EXE /C C:\PROG.EXE "C:\The File" & PAUSE... more »
|
|
REN /S in Subdirectories does not work
|
| |
Hi everybody!
REN /S *.plsx *.pls does not work. If I'm in the subdirectory, it works.
VER /R
TCC LE 12,00,37 Windows XP [Version 5,1,2600]
TCC LE Build 37 Windows XP Build 2600 Service Pack 3
Gruß, Ralf
-- Windows XP Home SP3
Opera 12.00 - 1417
The Bat! Pro 5.1.6.2
|
|
SET command for displaying environment variables
|
| |
When I type simply SET, I get 94 lines.
When I type SET /V, SET /D, SET /S, and SET /U, the total number of lines is 88.
I've read the help file carefully, and there doesn't seem to be any other category that I'm missing. Why don't the four categories add up to the same number as the plain SET?... more »
|
|
|