home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 35 Internet / 35-Internet.zip / micq2.zip / readme.txt < prev    next >
Text File  |  1998-10-24  |  2KB  |  39 lines

  1. Based on 25. Sept. 98 release of micq
  2.  
  3. If you upgrade from the old version you should remove the old [.]micqrc
  4. and reenter your UIN.
  5.  
  6. Additional features: Can play wav files (or execute arbitrary commands for that matter)
  7.  
  8. If you are updating recreate the micqrc file to support the new commands (its "micqrc" now, fat-compatible). 
  9.  
  10. Make sure that you have a meaningful HOME environment variable, the data is stored in %HOME/micqrc
  11.  
  12. If you want to recompile it get the OS/2 port of GNU readline (eg. from 
  13. www.leo.org) and replace input.c (see readline_change.zip inside source.zip))
  14.  
  15. If you are looking for the source code, its in the source.zip archive :-)
  16.  
  17. -------------------------------------------------
  18.  
  19. Detailed Install instructions:
  20. There are actually two possibilites. One way is to add "set home=d:\online\icq" (replace
  21. the path by the path where you want to save your micq-data, this directory must exist) 
  22. to your config.sys (x:\config.sys where x is the boot drive) and then reboot and run it.
  23.  
  24. Or run the program from a cmd-script that sets the variable (preferred way, doesnt need
  25. reboot). It should look like this: (replace the path in "set home=d:\online\icq" as above).
  26. Note that it also switches to 50 rows ("mode 80,50") instead of the default of 25, which 
  27. is nice. 
  28. ====== start of micq.cmd ========
  29. rem @echo off
  30. mode 80,50
  31. set home=d:\online\icq
  32. cls
  33. micq.exe
  34. ===== end of file micq.cmd ======
  35.  
  36.  
  37. Have Fun!  (Volker = UIN# 15647736 = volker@mail.utexas.edu)
  38.  
  39.