~ubuntu-branches/ubuntu/karmic/fweb/karmic

« back to all changes in this revision

Viewing changes to Boot/vax/fweb.com

  • Committer: Bazaar Package Importer
  • Author(s): Yann Dirson
  • Date: 2002-01-04 23:20:22 UTC
  • Revision ID: james.westby@ubuntu.com-20020104232022-330ad4iyzpvb5bm4
Tags: upstream-1.62
ImportĀ upstreamĀ versionĀ 1.62

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
$! This is a sample COM file that defines FWEAVE and FTANGLE to be foreign
 
2
$! procedures, since they take command-line arguments. They can be abbreviated
 
3
$! to the first four letters. 
 
4
$!
 
5
$! The example assumes that the logical name TEX$FWEB has already been defined
 
6
$! to point to the area where fweave.exe and ftangle.exe have been placed.
 
7
$! That might be your own subdirectory, or a system area. An example of how
 
8
$! to define TEX$FWEB is the text between quotes on the next line:
 
9
$!    "$ define tex$fweb ux2:[krommes.tex.fweb]"
 
10
$!
 
11
$! In the following, the first '$' indicates a foreign procedure.
 
12
$ fwea*ve :== $tex$fweb:fweave
 
13
$ ftan*gle :== $tex$fweb:ftangle