T.R | Title | User | Personal Name | Date | Lines |
---|
975.1 | | PRNSYS::LOMICKAJ | Jeffrey A. Lomicka | Mon Oct 01 1990 20:54 | 26 |
| I frequently use Whack at 19,200 baud both through DECserver and
directly connected to a DZV terminal line. I also have used
Uniterm/KERMIT this way. It's easier than using a modem. You follow
the same instructions, but skip the part about dialing the modem, etc.
You use any standard DEC null modem cable, such as you would use for
connecting a VT220 or other terminal. The one on my desk is a
BC22D-10.
To be really simplistic:
- Make sure EMULATOR.ACC and CONTROL.ACC are loaded on the ST. They
came with mine - I think they all have it.
- Connect to the system with a null modem cable as you would any random
terminal.
- Call down the VT52 emulator desk accessory.
- Set baud rate for 9600
- Go back to the emulator and log in as you would a VT52.
If you can get that far, you should be able to extrapolate for running
Whack or Uniterm, and even for using KERMIT and STRANSF, by following
the same instructions the modem users follow.
|
975.2 | File transfer using a 3�" floppy | BYENG0::HENGE | Herbert Enge - @UFC - DTN 773-3107 | Tue Oct 02 1990 10:06 | 25 |
| For file transfer I prefer a method which is easy and fast:
use a 3�" floppy in MS-DOS format.
Using PCDISK on the VAX and normal TOS on the ST you can
directly read/write/delete files to/from the floppy.
PCDISK is part of the PCSA software.
There is one prerequisite: the floppy has to be formatted on
a REAL MS-DOS PC. TOS formatting is not recognised by
PCDISK.
Example of command sequence on a VAXstation 3100:
$ run sys$system:pcdisk
PCDISK V1.0
PCDISK> use a: byengu$dua2:
A:\>import note.txt <- transfers note.txt from VAX to floppy
A:\>export mail.txt <- transfers mail.txt from floppy to VAX
A:\>exit
$
|
975.3 | I hope this is enough... | RUTILE::BISHOP | | Tue Oct 02 1990 10:24 | 60 |
| If you have access to a 3100 then i found this to be the easiest way:
1) Format a floppy on the atari for 720k (double sided - normal
format. No special TWISTER format etc.)
2) Using a public domain program called IBMFMT, format
the same disk on the atari. Thus you have formatted the
one disk twice.
Now you have a disk that has been formatted for the ST and IBM/3100 etc.
Now from the Vax end :
3) copy pcdisk.exe disk:[directory]*
If you want the pcdisk.exe then i'll copy you one. Also set up these
logicals, i have them in a file called PCDISK.COM, but it is only
these 3 lines :
4) $define sys$share disk:[directory],sys$library
$define sys$help disk:[directory],sys$sysroot:[syshlp]
$pcdisk == "$disk:[directory]pcdisk"
Now from VMS invoke the PCDISK utitlity.
5) $pcdisk
At the pcdisk prompt type the following :
6) PCDISK> use b: madala$dua2: /write
Replace madala$dua2: for your VMS device name for the floppy. Note
the prompt has now changed. Now import the file onto the floppy disk.
7) B:\> import [directory]filename.txt b:
Exit.
8) B:\> exit
Just to be sure, go back into PCDISK and check the contents of the floppy :
9) $pcdisk
PCDISK> use b: madala$dua2: /write
B:\> dir b:
.
.
.
B:\> exit
I think that if you check the contents of the floppy inbetween steps 7
and 8 then it remembers what you have put there, instead of actually
doing a directory of the floppy.
Now all you need do is take the floppy home, and read it from your ST!
Cheers,
Lewis.
|
975.4 | Isn't this a TOS dependancy? | UPWARD::SANDERSB | Resist much, Obey little | Tue Oct 02 1990 13:53 | 3 |
|
Is this double formating or formating on a MS-DOS machine always
required? I understand that TOS V1.4 fixed this problem.
|
975.5 | Problem with PCDISK | HAN01::SCHOLZ | They called him 'The Brain' | Wed Oct 10 1990 05:26 | 21 |
| re .3
Lewis,
I did everything exactly how you described in your reply.
the result is the following:
When I do the IMPORT (even with the /LOG qualifier) PCDISK says
%PCDISK-I-IPD, file.dat imported to A:\file.dat
and a DIR command verifies that message. The file is shown in the
directory of the floppy. But when you EXIT from PCDISK and start
it again and USE the same floppy again it is completely empty.
During this procedure it is strange that the USE command takes a little
time, but the IMPORT command return immediate with the prompt and the
message.
Any Ideas
Joachim
|
975.6 | Have a look in 730.* | EVTAI1::LEGER | Vous avez dit GRAPHIQUE ? | Wed Oct 10 1990 05:56 | 5 |
|
Have a look in notes 730.* ,730.30 and following.
Perhaps part of your pb.
Jean-claude.
|
975.7 | Finally able to transfer files ! | MGOI02::CSCHMIDT | Scio, Me Nil Scire | Tue Nov 06 1990 02:52 | 17 |
| Thanks to all the replies in this topic, I am finally able to use some
of the good stuff that's been piled up on the net.
For more than a year now, I was trying different ways of transferring
files from/to the Vaxstation at work, since I don't have an online
connection to the office. (IS won't allow it for security 8^( ).
I had even considered buying a 5�" external floppy drive, transferring
the files to some of the PRO350's here and then fiddling with them at
home to get them onto my disk.
There's no need for that anymore !!
I'm just wondering why that never came up in the earlier topics of the
conference.
Thanks for the hints, folks.
Christoph
|
975.8 | thanks in advance | GIDDAY::KNIGHTP | There's room for you inside | Fri Aug 19 1994 00:24 | 5 |
| Hi
I am trying to get a copy of pcdisk but oldtmr don't exist anymore
can somebody help me ?
P.K.
|
975.9 | PCdisk is on msbcs:: | MSBCS::WALLACE_R | | Fri Aug 19 1994 13:56 | 5 |
| msbcs::disk_wallace_r:[wallace_r.public]pcdisk*.*
There a two .exe files and a .hlb (help library) file.
Ray
|
975.10 | PATHWORKS also has them | EDDF10::ECKEL | No sports. | Mon Aug 22 1994 11:53 | 6 |
| The files are also supplied by pathworks, you can extract them from the
distribution save sets. They work without a license.
Regards,
Peter.
|
975.11 | | GIDDAY::KNIGHTP | There's room for you inside | Mon Aug 22 1994 20:21 | 6 |
| re last two
Thank you Itried it and it worked great...Look out internet here I
come. 8^).
p.k.
|