home *** CD-ROM | disk | FTP | other *** search
/ Crawly Crypt Collection 1 / crawlyvol1.bin / bbs / fxsrv1_0 / fax.dor < prev    next >
Text File  |  1994-01-13  |  2KB  |  73 lines

  1. cls
  2. log  ###############################################
  3. log  *F *L started QBBS Faxserver V1.0 
  4. log  ###############################################
  5. send
  6. send 
  7. send              ()_______________________________________________()
  8. send              ||                                               ||
  9. send              || -*-QBBS Faxserver v1.0-*- by Jesper Kock 1994 ||
  10. send              ||                                               ||
  11. send              ||      Press a key to start the Faxserver.      ||
  12. send              ||_______________________________________________||
  13. send              ||                                               ||
  14. send              ||                                               ||
  15. send              \/                                               \/
  16. send         
  17. key
  18. cls
  19. send                              Hello *F!
  20. send
  21. send                      Prepare to upload your ASCII text!
  22. send 
  23. send             After UL,plz enter the FAXnr on the Descriptionline!
  24. send 
  25. send                -*-Press a key to start the upload routine-*-
  26. send
  27. key
  28. cls
  29. menu 33 \qbbs\fax\
  30. cls
  31. send
  32. send      -*-Ok! Plz enter the EXACT name of the ASCII file you just UL!!-*-
  33. send
  34. send
  35. prompt
  36. :ask
  37. input any 12
  38. if *txt= then goto ask
  39. send
  40. send
  41. send            -Ok!! Press a key to convert *TXT to Faxformat!-
  42. send
  43. key
  44. cd c:\qbbs\fax\
  45. exec qfax_asc.prg *txt
  46. cls
  47. send
  48. send              Done!! Your fax will be send as soon as possible!!
  49. send
  50. send                              -*-Press a key-*-
  51. key
  52. key
  53. cls
  54. send
  55. send                ()___________________________________________()   
  56. send                ||                                           ||
  57. send                ||   Thanx for using QBBS Faxserver v1.0     ||
  58. send                ||___________________________________________||
  59. send                ||                                           ||
  60. send                ||                                           ||
  61. send                \/                                           \/
  62. send                       Press a key to return to the BBS!
  63. send
  64. key
  65. cls
  66. send
  67. send
  68. send  Goodbye *F *L!!!  Welcome back!
  69. send
  70. send
  71. send
  72. EXIT
  73.