08.06.2013 Views

DIGITAL RESEARCH TM CP/M Operating System Manual CP/M ...

DIGITAL RESEARCH TM CP/M Operating System Manual CP/M ...

DIGITAL RESEARCH TM CP/M Operating System Manual CP/M ...

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

1.6 Transient Commands <strong>CP</strong>/M <strong>Operating</strong> <strong>System</strong> <strong>Manual</strong><br />

The following examples show valid PIP commands that specify parameters in the file transfer.<br />

PIP X.ASM=B:[V]<br />

PIP LPT:=X.ASM[NT8U]<br />

Copies X.ASM from drive B to the current drive and verifies that the data were<br />

properly copied.<br />

Copies X.ASM to the LPT: device; numbers each line, expands tabs to every<br />

eighth column, and translates lower-case alphabetics to upper-case.<br />

PIP PUN:=X.HEX[I],Y.ZOT[H]<br />

First copies X.HEX to the PUN: device and ignores the trailing :00 record in<br />

X.HEX; continues the transfer of data by reading Y.ZOT, which contains HEX<br />

records, including any :00 records it contains.<br />

PIP X.LIB=Y.ASM[sSUBR1:^zqJMP L3^z]<br />

Copies from the file Y.ASM into the file X.LIB. The command starts the copy<br />

when the string SUBR1: has been found, and quits copying after the string JMP<br />

L3 is encountered.<br />

PIP PRN:=X.ASM[p50]<br />

Sends X.ASM to the LST: device with line numbers, expands tabs to every eighth<br />

column, and elects pages at every 50th line. The assumed parameter list for a PRN<br />

file is nt8p60; p50 overrides the default value.<br />

Under normal operation, PIP does not overwrite a file that is set to a permanent R/O status. If an<br />

attempt is made to overwrite an R/O file, the following prompt appears:<br />

DESTINATION FILE IS R/O, DELETE (Y/N)?<br />

If you type Y, the file is overwritten. Otherwise, the following response appears:<br />

** NOT DELETED **<br />

1-33

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!