home *** CD-ROM | disk | FTP | other *** search
/ Media Share 9 / MEDIASHARE_09.ISO / bbsdoor / fowl110.zip / FPMULTI.BAT < prev    next >
DOS Batch File  |  1993-07-20  |  1KB  |  22 lines

  1. Echo Off
  2. CD\DOORS\FOWL
  3. FOWLPLAY C:\RA\LINE%1
  4. CD\RA\LINE%1
  5.  
  6.  
  7. Rem ┌────────────────────────────────────────────────────────────────────────┐
  8. Rem │  Fowl Play v1.10 Multi-Node Batch file example                         │
  9. Rem │                                                                        │
  10. Rem │         Line 1: Turns Echo Off                                         │
  11. Rem │         Line 2: Changes to your Fowl Play Directory (ie:C:\DOORS\FOWL) │
  12. Rem │         Line 3: Runs Fowl Play and specifies where to look for the     │
  13. Rem │                 EXITINFO.BBS and DORINFO1.DEF files.  The %1 is        │
  14. Rem │                 the node number passed by the *N from RemoteAccess.    │
  15. Rem │                 If the nodenumber was 1, then this example would       │
  16. Rem │                 look for files in C:\RA\LINE1                          │
  17. Rem │         Line 4: Switches back to the correct directory for that        │
  18. Rem │                 node of your board.  Again, the %1 represents the      │
  19. Rem │                 nodenumber.  If the nodenumber was 1, then this        │
  20. Rem │                 example would go to directory \RA\LINE1.               │
  21. Rem └────────────────────────────────────────────────────────────────────────┘
  22.