MS-DOS
MS-DOS is an operating system commercialized by Microsoft. It was the most commonly used member of the DOS family of operating systems and was the dominant operating system for computers during the 1980s.
Application
Any
Language
Any
License
Any
I own a similar PC configuration with yours.
K6-III-400, 128 MB RAM, 3DFX Banshee PCI
and a 4 GB Western Digital HDD .....
IT'S MY ULTIMATE DOS MACHINE !!!!!!!!!!!!!
Especially with the...
: Hi,
:
: I would like to extract zip file using the inbuilt DOS Command
: facility of Windows XP.
: How can i do this?
:
: Note: I cannot install third party tool like winzip, winrar etc as...
using DOS Commands- convert a text file in UNIX format to PC Format
Hi,
I would like to extract zip file using the inbuilt DOS Command facility of Windows XP.
How can i do this?
Note: I cannot install third party tool like winzip, winrar etc as i want to this...
Here is an example piece of code:
SET CurNum="1"
:Loop
ECHO "%CurNum%"
SET /A CurNum=%CurNum%+1
GOTO Loop
My question is how would I incement that number with a set of leading zeros that...
Hello,
I would need some help with writing the .bat file that renames all files with same extension (let's say .jpg) in one folder as numeric row.
The original files are:
somefile.jpg...
: This message was edited by christopheva at 2004-9-3
: 10:12:26
: Thank u SO much for the reply!
: But it doesn't works...
: This is what I made:
:
:
: "MAIL.bat"
: @echo off
: telnet...
I'm pretty sure wherever you read had it a little bit wrong. The COMPACT command does make it smaller, but slower to read. it works the same way as a ZIP and is still effective.
PHP has a...
Hi guys, not sure what’s going on, but I posted this question twice in the ‘Script Library’ forum and it was bounced both times. Consequently I have no idea where to post this, I’ll try here.
I...
I have the following batch file which is run once daily:
@echo off
ftp -i -s:nsg.ftp xxx.xxx.xxx.xxx
set mmddyy=%date:~4,2%%date:~7,2%%date:~12%
move c:\scale\cai\jws\apex\1\1\xout\1.tsf...
It appears my problem is a common known conflict between modern printers and old DOS programs. I found several articles cover this question.
There are several third-party software utilities which...
Hi all - first post at programmersheaven.com!
I've been developing a small backup utility that relies on the 7-zip command line utility. It all works well but I'm hoping to streamline it a bit,...