Language
Any
Platform
MS-DOS
Remove
License
Any
: I am wondering how you can block a website URL in both IE and
: FIREFOX with a batch file. Is that possible? If so how would you go
: about doing that?
: Thanks
: p1ng
:
yes it is -...
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...
Hello all,
I was wondering if anyone could tell me where I could find detailed information on the inner workings of MS-DOS. I'm doing a project for a class and need detailed information about...
9 (because
: '0' to '9' are ordened contiguously from small to large in the ascii
: table).
:
: Then the third problem would be to combine multiple of these
: converted digits. I suggest the...
:
: www.asciitable.com
:
:
:
: Regards,
:
: Dr M.
:
:
:
:
:
:
---------------------------------------------
I've got a plan, but I'm going to need a dead monkey, some...
: nice site for MS-DOS 6.X and earlier operating systems. Can't be used with 32-bit compilers whose programs run on MS-Windows.
:
You didn't look it through in detail then. I often drop that...
This message was edited by noxkrugger at 2004-9-19 7:6:54
how to link the digital logic circuit or modules to the x86 main breadboard that have connection with PC by parallel port?(note:we want to...
Hello,
Ralf Brown's interrupt list is available on the net with a Google search.
It has the INT info for the kinds of stuff you're looking for.
Get/send data to DTA instead of FCB (File Control...
Java Application to Applet on ArithmeticTest
Hello,
I would like to know how I can convert an application to an applet.
Here's the code:
//listing 3.1
class ArithmeticTest
{
public...
: hi! Can anybody help me on accessing files using fopen in c.
: I always get different problems like getting null char even if file exist,getting spaces when i read the file.what is handle ? how it...
: Isnt that Os dependable ?
:
:
:
Of course, it is. I pointed the link to MS-DOS Interrupt List.
: public class BST
: {
: private BSTNode root;
:
: public BST()
: {
: root=null;
: }
:
: public BSTNode search(Comparable target)
: {
: //Find which if any node of this BST...
public class BST
{
private BSTNode root;
public BST()
{
root=null;
}
public BSTNode search(Comparable target)
{
//Find which if any node of this BST contains an element equal...
: Are you using PWB? I can give you the needed params/opts to operate with those progs in PWB. BUT if you want me to get easy over it just use the command line (eg. MS-DOS prompt) command MASM to...
Try adding your QBasic directory to the MS-DOS path.
Make sure you don't have any other versions of MS Link on your path (VC++ or MASM, etc.). This will also let you use the Basic Compiler (BC...
Are you using PWB? I can give you the needed params/opts to operate with those progs in PWB. BUT if you want me to get easy over it just use the command line (eg. MS-DOS prompt) command MASM to...
:
: i just wanted to know how can we change the mode of the perl file to 755. i use windows 98.
:
i just wrote a .pl-file with the ms-dos editor:
chmod("filename.pl", 0755);
and then i...
Hi,
we have two Computer one is 80*86 and other is Cyrix 6*86.(Both Has MS-DOS OS)
I did this by NC.4(Norton Commander) and LPT1 Link Cable.
But it dosen't work.How can i solve this problem ?.and...
: Mornin',
:
: can someone mail the same information to
: raymond@obit.nl please? I have been looking for
: it but didn't find any useful information..
:
Look for Ralf Brown's Interrupt List....
Notes:
1. If you are using NT, then you need 'c:\cmd.exe' instead of 'c:\command.com'
2. I don't have Perl in my search path, so i needed the full path.
3. The '/k' switch is the trick, '/c' will...