Multimedia
Multimedia is media that utilizes a combination of different content forms.
Forum Post

Re: Adding windows calculator

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...
Forum Post

Batch to get file name

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...
Forum Post

Re: Renaming files with ms dos

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...
Forum Post

Help with batch files

abort.bat START C:\Users\%USERNAME%\Desktop\shutdown.txt COLOR 9B ECHO. ECHO -------------------------------------------------------------------- ECHO Run abort.bat and enter the password ECHO...
Forum Post

Re: unable to set variable in DOS batch file

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...
Forum Post

Re: unable to set variable in DOS batch file

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%"==""...
Forum Post

Re: Help with Windows Command line FTP....

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...
Forum Post

Re: editing registry in batch files

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 -...
Forum Post

Re: editing registry in batch files

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 -...
Forum Post

Re: Compile a DOS C++ file in Windows

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.
Forum Post

Compile a DOS C++ file in Windows

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
Forum Post

Re: 640000?

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...
Forum Post

Copy a file across!!!!!

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...
Forum Post

How to Extract file using WinXP default Extraction Program

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.
1 2 3 4 5 6 7 8 9 10  Next
 

Recent Jobs

Official Programmer's Heaven Blogs
Web Hosting | Browser and Social Games | Gadgets

Popular resources on Programmersheaven.com
Assembly | Basic | C | C# | C++ | Delphi | Flash | Java | JavaScript | Pascal | Perl | PHP | Python | Ruby | Visual Basic
© Copyright 2011 Programmersheaven.com - All rights reserved.
Reproduction in whole or in part, in any form or medium without express written permission is prohibited.
Violators of this policy may be subject to legal action. Please read our Terms Of Use and Privacy Statement for more information.
Operated by CommunityHeaven, a BootstrapLabs company.