home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 35 Internet / 35-Internet.zip / showurl.zip / showurl.doc < prev    next >
Text File  |  1998-06-26  |  2KB  |  59 lines

  1. SHOWURL
  2. -------
  3.  
  4. Usage:
  5.  
  6.   showurl <url> [NEW]
  7.  
  8. url - standard Netscape format URL
  9. NEW - if not present, it will use an existing Netscape window, if one
  10.       is available.  If NEW is specified, the existing Netscape process
  11.       will create a new Netscape window with the given URL.
  12.  
  13. In all cases, if Netscape isn't already running, it will be started with
  14. the given URL.
  15.  
  16. NOTE:
  17.  
  18. If you rename the executable to NEWURL.EXE, it has the following usage:
  19.  
  20. NEWURL
  21. ------
  22.  
  23. Usage:
  24.  
  25.   newurl <url> [OLD]
  26.  
  27. url - standard Netscape format URL
  28. NEW - if not present, the existing Netscape process will create a new
  29.       Netscape window with the given URL.  If OLD is specified,  it
  30.       will use an existing Netscape window, if one is available.
  31.  
  32. In all cases, if Netscape isn't already running, it will be started
  33. with the given URL.
  34.  
  35. HISTORY
  36. -------
  37.  
  38.   First release:
  39.       * Qing Gong, IBM US, requested an OS/2 version of SHOWURL for
  40.           his JavaIRC program
  41.         * Evolved from code used in my REXXSEM utility (see RXSEM*.ZIP)
  42.  
  43.   Second release:
  44.       + Created the optional "NEWURL" program designation which
  45.           operated its defaults in reverse of SHOWURL, per request from
  46.           Duane A. Chamblee <duanec@indelible-blue.com> and
  47.           cla@oerag.de <cla@oerag.de>.
  48.  
  49.         + Changed it to a PM app per request from
  50.           Duane A. Chamblee <duanec@indelible-blue.com>.  Only was VIO
  51.           due to lazyness.  :-)
  52.  
  53. Author
  54. ------
  55. Darin McBride <dmcbride@globalserve.net>
  56.  
  57. Note: I hope to not release this program too often - it is small, tiny,
  58. and really shouldn't have too much functionality.
  59.