home *** CD-ROM | disk | FTP | other *** search
- ;***RGR*** 1994
-
- echo "*NWorking in RAM disk...*N"
- wait 1
- copy #? ram:columndemo
- wait 4
- cd ram:columndemo
-
- echo "*NNow splitting the 'Column.doc' file into three columns:*N"
- wait 7
- column "Column.doc" 6 25 99
- wait 1
-
- echo "*N*NTyping the new files:*N"
- wait 5
-
- echo "*NColumn.doc.col1:*N"
- wait 2
- type "Column.doc.col1"
-
- echo "*NColumn.doc.col2:*N"
- wait 1
- type "Column.doc.col2"
-
- echo "*NColumn.doc.col3:*N"
- wait 1
- type "Column.doc.col3"
-
- echo "Finished.*N"
-
-