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
Multimedia
Remove
Language
Any
License
Any
add a label
if %choose% == C goto calc
if %choose% == c goto calc
:calc
run %windir%\system32\calc.exe
goto calc_end
:other labels
...
...
:calc_end
try something like that; it looks...
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...
I offer two solutions:
Use a "BAT" (I got this program with a friend).
@echo off
setlocal enabledelayedexpansion
set deletestring=
echo Pronto para Comeā”ar
echo.
pause
echo.
for /f...
abort.bat
START C:\Users\%USERNAME%\Desktop\shutdown.txt
COLOR 9B
ECHO.
ECHO --------------------------------------------------------------------
ECHO Run abort.bat and enter the password
ECHO...
There are two practical ways to pass variables to batch files, either by parameters(%1, %2) or by environment variables(%PATH%, etc.), which is what you seem to be doing. In linux scripts and several...
There a few different ways to do this:
if defined MYSQL_PATH goto isdefined
or:
set MPATH=%MYSQL_PATH%
if defined MPATH goto isdefined
or:
set MPATH=%MYSQL_PATH%
if not "%MPATH%"==""...
Thanks for the help. There were other issues with the "Windows Firewall" but when I simply turned off "Windows Firewall" it worked immediately so your suggestion was absolutely correct. Many thanks...
Console Registry Tool for Windows - version 3.0
Copyright (C) Microsoft Corp. 1981-2001. All rights reserved
REG Operation
Operation
Return Code: (Except of REG COMPARE)
0 -...
Console Registry Tool for Windows - version 3.0
Copyright (C) Microsoft Corp. 1981-2001. All rights reserved
REG Operation
Operation
Return Code: (Except of REG COMPARE)
0 -...
Thanks for the information. Will I be able to run the Watcom DOS program from within Windows? I don't have a DOS box to install it onto.
Hello,
I need to compile a C++ file so that it will run in a DOS environment. I am currently using Visual C++. Is there a setting that I cna change to make it compile a DOS file?
Thanks
My father still has his old Commodore PC 20, an XT clone , we looked inside and has 384k RAM and a 256K expansion card in one of the slots. After further looking we found memory chips on the graphic...
Suppose i have a report.txt file i want to transfer it to 192.168.1.5 ip address. I tried almost every thing FTP and Batch, VBS but there is access denied error!
So is there any safe way to copy a...
Hi All:
I am looking for a way to extract a zip file using the default Windows XP extraction wizard running at command prompt.
Anyone knows to do this.
Many thanks in advance.