home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 8 Other / 08-Other.zip / fixini.cmd < prev    next >
OS/2 REXX Batch file  |  1994-07-09  |  1KB  |  28 lines

  1. /*****************************************************************************/
  2. /*                                                                           */
  3. /* File : DELCLASS.CMD                                                       */
  4. /*                                                                           */
  5. /* Description : REXX routine that deregisters a WPS class                   */
  6. /*                                                                           */
  7. /* Parameters : class : name of the class                                    */
  8. /*                                                                           */
  9. /* Last modified : 12 November 1992                                          */
  10. /*                                                                           */
  11. /* (c) Microformatic 1992                                                    */
  12. /*                                                                           */
  13. /*****************************************************************************/
  14.  
  15.  
  16. call RxFuncAdd 'SysLoadFuncs', 'RexxUtil', 'SysLoadFuncs'
  17. call SysLoadFuncs
  18.  
  19. call SysIni , 'FAXPM'
  20. call SysIni , 'FAX20 MODEM ID_COM1'
  21. call SysIni , 'FAX20 MODEM ID_COM2'
  22. call SysIni , 'FAX20 MODEM ID_COM3'
  23. call SysIni , 'FAX20 MODEM ID_COM4'
  24. call SysIni , 'FAX20 OPTIONS_COM1'
  25. call SysIni , 'FAX20 OPTIONS_COM2'
  26. call SysIni , 'FAX20 OPTIONS_COM3'
  27. call SysIni , 'FAX20 OPTIONS_COM4'
  28.