home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 1B / DATAFILE_PDCD1B.iso / _pocketbk / pocketbook / 001 / rcom_zip / RCOM.IN_ / RCOM.IN
INI File  |  1994-06-10  |  1KB  |  58 lines

  1. [rem]
  2. ; Enable the remote filing system
  3. Enabled=on
  4. ; Wait for the link to establish before running batch
  5. wait=off
  6. ; The physical layer driver.
  7. Physical=COM1
  8. ; The baud rate if physical is an RS232 device
  9. Baud=19200
  10. ; The media layer driver.
  11. Media=MAS:
  12. ; The link layer driver.
  13. Link=LLC:
  14.  
  15. [batch]
  16. ; Always executed on startup
  17. auto=autorcom.bat
  18. ; Used to search for batch files
  19. path=path
  20. ; Used to give the default extension for batch files
  21. ext=.bat
  22.  
  23. [rcom]
  24. ; Used to make the interpreter no print anything
  25. quiet=off
  26. ; Used to set RFM into server mode
  27. server=off
  28. ; Current remote computer model, used by setup
  29. model=Series3a
  30. ; Path for backup drives, used by setup
  31. path=c:\psion
  32. ; List of initial substitutes, used by setup and backup
  33. ;   The first letter in the string is Y or N
  34. ;   meaning include in the backup Yes or No.
  35. subst1=yl:-rem::a:\
  36. subst2=yi:-rem::m:\
  37. subst3=yr:-rem::b:\
  38. subst4=
  39. subst5=
  40.  
  41. [rprint]
  42. ; Sets the default printer for rprint.exe
  43. printer=lpt1
  44. timeout=2
  45.  
  46. [setup]
  47. ; Various definitions used by the setup program
  48. model1=MC-19200-ABCDM-LMRSI
  49. model2=HC-9600-ABM-LRI
  50. model3=Series3-9600-ABCM-LR*I
  51. model4=Series3a-19200-ABCM-LR*I
  52. model5=Other-19200-ABCDM-LMRSI
  53. baud=19200-9600-4800-2400-1200
  54. port=COM1-COM2-COM3-COM4
  55. printer=LPT1-LPT2-LPT3-COM1-COM2-COM3-COM4
  56.  
  57.  
  58.