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
Network
Remove
Language
Any
License
Any
Hi,
I have what should hopefully be a very simple scenario.
I have a batch file which relies on a text file to retrieve a set of values, line by line. Each line represents a server name. To...
Hi everyone.
Firstable I'll like to say sorry by my awful English.
Involved elements:
External USB hard disk
Windows 2003 Server R2 standar edition
Windows XP Professional SP3
Filezilla Server...
Hi all - I have written a batch file that uses the rar command to archive a folder with a bunch of files in it.
This file then needs to be sent to my ftp server.
I can successfully connect to...
200 Port command succesful
When I look at my web account I can see the filename and extension, but the file is empty. I transfer the same file with WS_FTP and it works fine. Since the file name...
: :So why did Microsoft chose 640000 bytes as the upper limit for DOS?
:
: Because Bill Gates said so :) : "640 kb ought to be enough for
: everybody."
:
: But it's not M$, it comes from...
: 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 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...
: I am creating a .bat file that I need to have do an auto login to my
: FTP server. Is this possible?
:
: I need the bat file to first cd to a specific dir on my c drive,
: then log in to my...
: Hello
:
: Im Latinoamerican and my english is minim, ok here my question:
:
: I have a Batch, it conect to a FTP to my Server FTP ok all this ok,
: but I need Compare two files one is in...
If you just want to install DOS to C: drive, download sys.com from the internet and after you boot up your system from CD-ROM, at the command line, execute "sys a: c:" you will make your C: drive...
How do i send something trough my network adapter using only asm under MS-DOS or under no OS.You comunicate with a network adapter trogh adress ports or how ?
This message was edited by christopheva at 2006-6-7 15:44:9
I am trying to make a mail program with BAT:
@echo off
telnet 192.168.1.103 25
mail from:*****@********.com
rcpt to: ***@*******...
: : It works, but, is there a way getting a result such as if you ping a computer can you get that result on the form? Thanks for your help.
: : David
:
:
: OK, so is the question really "How...
: sorry that i didn't state clearly what i am trying to ask, because it's hard to cover my question in just one sentence.
: How can i make a program that does MS-DOS commands, like i wanna write a...
sorry that i didn't state clearly what i am trying to ask, because it's hard to cover my question in just one sentence.
How can i make a program that does MS-DOS commands, like i wanna write a...
This message was edited by stober at 2002-10-30 18:26:40
: Does anyone know anything about sockets in DOS-mode? I've looked all over the place...
:
Sockets are not native to 16-bit DOS (e.g....
I'm beggining programmer in C++. I'm learnig this beautiful language from books and I want to program some games for MS-Dos but my compiler (VC++ 6.00) doesn't contain graphic libraries (the most of...
I am trying to make a 'bug logger' program. This is an MS-DOS program which I am using to submit bugs to the "Bug Messageboards". This is what I want it to do:
-----------------------------...
Hi,
I need my dos program to dispaly all host names and IP address in current use on a computer e.g if you were talking to someone through a chat program like msn how do you list the hostname and IP...