home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 35 Internet / 35-Internet.zip / frmck112.zip / formcheck.ini < prev    next >
INI File  |  1998-06-05  |  733b  |  30 lines

  1. #
  2. #  CONFIG-FILE FOR FORMCHECK/2 v1.12 * Copyright (C) 1997/98 Arne Blankerts
  3. #
  4.  
  5. [SETUP]
  6. # DEBUGMODE = 0 off
  7. #           = 1 on, displays information in Browser for debugging
  8. DEBUGMODE=0
  9. TEMP=D:\TEMP
  10.  
  11. [FORMS]
  12. # every form checked by FormCheck has to be mentioned here 
  13. # inside this path formcheck finds all other files (see the example.conf)
  14. # NAME=PATH
  15. # Example=C:\Example\Example.conf
  16. Test=E:\Test\Test.conf
  17.  
  18. [MAIL]
  19. #  %1 Filename of the textfile (created by FormCheck)
  20. #  %2 email of reciever
  21. #
  22. CMD=SENDMAIL -a %1 -f FormCheck@domain.com -t %2 >NUL
  23. DEL=YES
  24.  
  25. [FAX]
  26. #  %1 Filename of the textfile (created by FormCheck)
  27. #  %2 FAX-Number of the reciever 
  28. #
  29. CMD=CREATEOR -i %1 -p %2 D:\TEMP\TEST
  30. DEL=YES