# .pfile command

The .pfile command creates a separate
Spooler entry containing the table of contents created with the .contents command. The .pfile command
directs subsequent output to the specified print file number, just
like the print on statement in FlashBASIC.

## Syntax

```
.pfile print.file.number
```

## Parameter(s)

| print.file.number | Specifies the print file number output is directed to. |
| --- | --- |

## See also

- [.contents command](https://d3codex.com/runoff/dot-contents-command/)
- [print on statement](https://d3codex.com/pickbasic-flashbasic/print-on-statement/)
- [Runoff commands](https://d3codex.com/runoff/runoff-commands/)

---
Source: https://d3codex.com/runoff/dot-pfile-command/ - part of the D3Codex reference.
