GEOS SDK TechDocs
|
|
11 pcs
|
13 pmake
The
pcsend
tool sends files from the development machine to the target machine (assuming that the target machine is running pccom). Normally you use pcs to send geodes between machines, as that tool has knowledge of where geodes belong; pcsend is for those cases where the pcs tool's automatic behavior is undesirable. With pcsend, you can specify source and destination explicitly.
Normally you will invoke pcsend by typing something like:
pcsend zenigata.pcx
or (to send to a directory other than the target PC's current directory):
pcsend zenigata.pcx /d:..\clipart
In addition to the /d option, you may also pass /b, /c, or /I options to override the speed, port, and/or IRQ values in the PTTY environment variable. (You may use "-" instead of "/" when passing these flags.)
pcsend sendslow.com /b:2400
GEOS SDK TechDocs
|
|
11 pcs
|
13 pmake