home *** CD-ROM | disk | FTP | other *** search
- PC/Computing February 1991
-
- BUFFER.COM
-
- The syntax for BUFFER is:
-
- BUFFER string
-
- where string is anay string of characters (15 characters
- or fewer, due to the size limits of the DOS keyboard
- buffer). Use a question mark to simulate the Enter key.
-
- To load 1-2-3 with a file called TEST, you could create
- a batch file as follows:
-
- BUFFER /FRTEST?
- 123
-
- The first line places into the keyboard buffer the commands
- to retrieve a file called test, and the final question mark
- simulates pressing the Enter key to complete the command.
-