The Complete pinouts guide to Parallel-Serial Port, Network and Monitor Cables
Everything for DCC (Direct Cable Connection of Win95/98), Normal and Null Modem Cables, etc.
Guide compiled/collected/prepared/experimented by Mahendra from India


India's Premium Domain Registration Agent
and world-class Web-Hosing Co.

  Domain Name Registration cost isn't so low in the world.
Find it for yourself at other places.

.COM, .NET, .ORG
 now only at $ 9.99 per year
.INFO, .BIZ only at $ 10.99 per year
REGISTER ONLINE: Pay by Credit Card via Secured Servers*

7D. TRANSFERRING DATA EASILY WITH
INTERLNK.EXE (17 K)  &  INTERSVR.EXE (37 K)
IN PURE DOS MODE (Also in Windows mode)

This section too is added on a PUBLIC DEMAND! The section explains how exactly we can transfer data between almost any computer say PC to PC or LAPTOP, etc. For this you will need either LAPLINK cable or NULLMODEM cable explained in main page of this Guide and also the INTERLNK.EXE and INTERSVR.EXE (ver MSDOS 6.22) available to download here( 35 K ) along with a special CONFIG.SYS file required for data transfer. 

I appreciate Microsoft for providing such great utilities in their operating system since many years which really help us till now.  That's why its so famous and still outstanding. Thanks Microsoft.

This method of transfer saves us from lots of frustration when a LAPTOP is formatted by mistake and does not have a CD-Drive to install windows. I can guarantee that this method is originally conceived by me, tested successfully and explained here with simplest way and ready CONFIG.SYS file. If you follow all steps properly, you will transfer data easily with no trouble.  LAPLINK cable on parallel port is recommended for faster transfer and also to avoid port number problems faced in Serial port data transfer. This is also a cheaper and better solution for computers with blank hard disks with no network cards and usb ports. Hardware engineers, keep these kind of floppies handy with LAPLINK cable, it may save lots of time and money too.

Please don't say that this information did not helped you as I did this kind of data transfer at least hundred  times since year 1995 as many old LAPTOPS come to me for repairs, upgrades and installations.

Please read the website carefully and only if you have something extra to ask then email me with your requests, changes, questions, corrections by specifying Chapter Numbers and Diagram Numbers. Thanks for visiting.
pinout@indiacam.net?subject=portinfo: (Do not remove the word "portinfo:" from subject, else it will be deleted by our mail software automatically, to avoid junk-emails and spam.)

US$ 2 to US$ 10 if you want this website to keep serving in future.
DONATE KINDLY: This website is NOT a commercial venture, and there is no monetary benefit involved for me from any of these Website donations. But if you wish to help me to survive this website in future and also you want me to keep updating the latest information while serving millions of people who really need help, please donate kindly.
You can donate anything between US$ 2 to US$ 10.

http://isp.indiacam.net

INDEX: MOUSE CONNECTOR CHAPTER

1. What are the basic requirements ?
2. Steps of Data Transfer.
3. Limitations and Restrictions.

http://isp.indiacam.net

1. What are the basic requirements?

Read Carefully and tell me if you are successful or loser-fool.:
For connecting two computers on Parallel (printer) port of both computers you will need LAPLINK Cable, as described on main page of this guide  OR  for connecting two computers on COP (serial) ports you will need the NULLMODEM Cable as described on main page of this guide. Whatever type of cable you will use there is no change in following sequence.

This is a DOS mode data transfer and we are using INTERLNK.EXE and INTERSVR.EXE files which are command-files of MSDOS 6.22.

IMPORTANT This transfer is possible only on Hard disks with FAT16 Partitions. This means you can transfer files with WINDOWS-based machines also but both computers should have at least one partition with FAT16 format.  And files can be transferred from these FAT16 partitions.

Back to INDEX   .INFO, .BIZ  now only at $ 10.99 per year

2. Steps of Data Transfer.

Step a.
Format two fresh floppy disks and while formatting make them SYSTEM BOOTABLE.  Now copy INTERLNK.EXE, INTERSVR.EXE and CONFIG.SYS in root area of both floppies. All three are available to download here (35K ZIP file)

Actually the CONFIG.SYS is the text-type file with only one line in it mentioned as follows....

DEVICE=INTERLNK.EXE

Step b.
Switch off your both PCs.

Step c.
If you have decided LAPLINK cable to use, connect both PCs with LAPLINK directly on Printer ports of both PCs, or use NULLMODEM cable on both COM1 (serial ports) of the PCs. You can use COM2 also but you need to make too many complicative changes in boot configuration file (config.sys). Anyways we do not need mouse here so remove mouse and use COM1 ports of both machines.

Step d.
Now insert these bootable floppies in both PCs and boot (switch on) both computers. Remember the CONFIG.SYS file on both bootable floppy loads INTERLNK.EXE in memory for INTER-LINKING and following will appear on both computers.

Starting Windows 98 ...

Microsoft Interlnk Version 1.00

Drive Letters redirected : 3 (E: through  G:)
Printer Ports redirected: 3 (LPT2 through LPT4)

A:\>_

Step e.
Now you must run INTERSVR.EXE on first computer from where the files should be copied and INTERLNK.EXE on another computer where the files will be copied.  You will be given the status of both machines where you are informed which drives from SERVER computer (INTERSVR) are available on target computer (INTERLNK).

A:\> INTERSVR.EXE

Above command on first computer will load a special dos interface program where available drives will be listed on first computer.

A:\> INTERLNK.EXE

Above command on second computer will actually establish a connection between both computers and an appropriate drive letters will be assigned to available drives to target computer. Remember, network drive or cdrom drive from server computer will not be available to the target computer. Very important:- Hard disks with only FAT16 will be available to target computer with this provided version of INTERLINK. Wait for upgrade to access hard disks with FAT32.

Step f.
Give copy command on target computer to start copying files on target computer from server computer as follows..

A:\> COPY   G:BIODATA.DOC    C:\
A:\> COPY   G:\*.*     C:\DATA

Where G: drive is redirected drive from server computer and C: drive is local computer. Data transfer starts as usual.

Step g.
Relax and smile..... ;-)

Back to INDEX   .INFO, .BIZ  now only at $ 10.99 per year

3. Steps of Data Transfer.

A.
This version does not support hard disks with FAT32 from first computer. But on second computer there could be harddisk with FAT32 if your bootable floppy is made with windows98.

B.
As the files are transferred in pure DOS mode, the long file names will NOT be available while copying. The files will be copied with only 8+3 character (ISO) format. Anyways this kind of transfer is required to take accidental backup or for transferring windows operating system CD onto a harddisk of LAPTOP with no cd-rom drive.

C.
If you want to connect computers on serial port with null-modem cable, then be sure you are using COM1 of both computers else you might need to study the syntax of INTERLNK.EXE and put appropriate port number parameter in CONFIG.SYS. This is required in case you connect COM1-to-COM2 or vice versa or COM2-to-COM2. I can explain parameters in details later, if you want to. Email me in case you need it..

Back to INDEX   .INFO, .BIZ  now only at $ 10.99 per year

WARNING:
Please read the warning note on my main pinout page. I am not responsible if you mess up with your cable with wrong soldering or wire-crimping. Make and use at your own risk.

BEFORE EMAILING ME....
Read the top section of my http://www.indiacam.net/pinout

.INFO, .BIZ  now only at $ 10.99 per year


Please read the website carefully and only if you have something extra to ask then email me with your requests, changes, questions, corrections by specifying Chapter Numbers and Diagram Numbers. Thanks for visiting.
pinout@indiacam.net?subject=portinfo: