home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Spezial / SPEZIAL2_97.zip / SPEZIAL2_97.iso / ANWEND / TOOLS / DIALIP / READ.ME < prev    next >
Text File  |  1997-10-17  |  26KB  |  539 lines

  1. Hello,                    (read.me  Sep/10/1997)
  2.  
  3.                 Dial IP 1.49 beta
  4.  
  5. This program was originally written to make a connection to the internet thru ppp.exe, check for email, let me know if I had any, and disconnect.  It was/is supposed to do this in the BACKGROUND/UNSEEN at timed intervals throughout the day so that I could know fairly soon when I got email, without having an expensive direct internet connection.  It basically does this, and more.  It ended up turning into a full fledged dialer. 
  6.  
  7. It has something old, something new, something borrowed, something OS/2.  When I first started I went looking for what was out there to use to get done what I needed.  I ended up finding 3 good 
  8. packages out there:
  9. nyts205.zip  freeware The New York Telephone Scheduler Version 2.05
  10. 8/7/96 11/13/96             By Stu Mark
  11.  
  12. nifmon.zip                from       John R Clark
  13.  
  14. rxu1a.zip    freeware from       Dave Boll
  15.  
  16. rxpop.zip    freeware from       Christoph Lechleitner
  17. ---
  18. nyts is a nice handy little scheduler.  You might talk to him about trying to do away with the first cmd.exe window that pops up in the background and then goes away.  It would be nice to not have it show up at all!
  19.           
  20. nifmon monitors network interfaces giving you the throughput speed, highest speed attained, and line speed connected at.
  21.           It works on dialup and lan interfaces which is really handy to check the speed of your lan too!
  22.  
  23. rxu was formerly called ybda or something and has a lot of rexx routines that call C functions which really make rexx more functional. If you have ybda I assume you will want to delete your ydbautil.dll or whatever it is and just use the newer rxu.dll.
  24.  
  25. rxpop has routines excellently showing how to use REXX commands to check for your email!
  26.  
  27. The rest is all mine.  I have turned it into a GUI program and here it is.  It is shareware, NOT FREE, but hopefully has a reasonable price.  I am asking a small price for my work, not for the others.
  28.  
  29. PRICE:
  30. ======
  31.  
  32. Price:  $10 to $30 U.S.  dollars, $5 if you really don't have the
  33. money.  Pay what you think it is worth or what you can pay. 
  34. If you rip me off you will surely hasten people not to program for
  35. OS/2 since they can't make any money at it.
  36.  
  37. I will send you a registration key to make it fully usable.
  38.  
  39. nyts205.zip includes: nytsii.doc, nytsii.exe, nytsii.stu, pmpop.exe
  40. Use this or use your own.
  41.  
  42. rxu1a.zip includes: file_id.diz, procs.cmd, rxsrs.exe, rxu.dll, rxu.dsc, rxu.inf
  43.  
  44. my stuff includes: dialip.exe, killbn.cmd, killhex.cmd, showini.cmd,
  45.                    notify.cmd, notify1.cmd, which.cmd, vputil.dll
  46.  
  47.  
  48. INSTALLATION (after you unzipped the file):
  49. ===========================================
  50. Files needed to run program:  dialip.exe, vputil.dll, rxu.dll, notify.cmd, ppp.exe, pppterm.exe
  51.  
  52. 1.) run setup.exe    (also run this to delete, upgrade, or move its location)
  53.  
  54.     OR to install manually:
  55.  
  56. 1.) Put all the files into a directory that you have included in your PATH statement in your config.sys, or make a dialip directory and put x:\dialip in your PATH statement in your config.sys and reboot.
  57.  
  58. 2.) Put vputil.dll and rxu\rxu.dll into a directory that is included in the LIBPATH statement in your config.sys, like x:\OS2\DLL
  59.  
  60. 3.) Copy dialip.hlp into x:\os2\help
  61.  
  62. 4.) Make sure you have SET TMP=x:\TMP  (or whatever path) in your
  63.     config.sys
  64.  
  65. 5.) Make sure you have something like SET ETC=x:\MPTN\ETC  (or whatever path) in your config.sys
  66.  
  67. 6.) Set up any scheduling program you want to run dialip.exe automatically.  If you need, try every 15 or 20 minutes at work, or say every 20, 30, or 60 minutes at home.  Don't go overboard, and try 
  68. not to have everyone do it at the top of every hour, etc... Do it at odd times.  (You might want to change you phone service type if you start dialing every day.  Just once per hour, 12 hours per day, 7 days per week adds up to 84 calls per week, or 360 calls per month.  Check how many local calls you get per month).
  69.  
  70. NOTE:  You can modify notify.cmd to do whatever you want, call your pager, forward it to another location, whatever.  It now pops up a message in epm and plays a tune.
  71.  
  72. CREATING AN ID:
  73. ===============
  74.  
  75. 1.) Fill in all the general info, login name, modem settings, etc...
  76.  
  77. 2.) Go to 'Connection' tab.  Choose a 'Service Provider'.  Hit 'Load Defaults'.
  78.  
  79. 3.) Hit 'Build Connection String'.
  80.  
  81. 4.) If you check 'Automatic Rebuild at Dial Time' it will rebuild the connection string from the current settings at that time before dialing.
  82.  
  83.  
  84. Notes:
  85.  
  86. The 'Connection Commands' are used to build the connection string.  Whatever variables you denote in the connection commands will be replaced when you build your connection string.
  87.  
  88. You have built in variables you can use as part of your connection 
  89. string.  These can be set on the 'Extra Var.s' tab page and/or you can
  90. pass them into dialip as an argument by -var2'whatever you want in 
  91. single quotes.  Even a variable like <var1>'.  There are other special
  92. variables like <login_name> too.  For example, if your login_name were
  93. 'stan' then <login_name> would get replaced with 'stan'.
  94.  
  95. The variables will be replaced (even recursively) by their values when you do 'Build Connection String'. 
  96. These are the built in variables:
  97.  
  98. <modem_string_1>
  99. <modem_string_2>
  100. <login_name>
  101. <phone_no>
  102. <com_port>
  103. <baud_rate>
  104. <dial_program>
  105. <dial_string>
  106. <var1>
  107. <var2>
  108. <var3>
  109. <var4>
  110. <var5>
  111. <var6>
  112. <var7>
  113. <var8>
  114. <var9>
  115. <var10>
  116.  
  117. <login_password> is the only var. that will not be replaced (until it dials).
  118.  
  119. Connecting to IBM/Advantis with their dialer:
  120. -----------------------------------------
  121.  
  122. This can also be done.  You don't have to fill out as much of the settings.  You will need to make sure you can connect from the IBM dialer first.  Then in Dialip fill out the login_name, password, pop server, and build the connect string.  Dialip calls IBM's dialer to make the connection.
  123. Important note:  You can choose to have IBM's dialer use its phone numbers, or you can have dialip tell the dialer which phone numbers to use.
  124. Either way you must put something in the phone number field.  If IBM's dialer will use its phone numbers the number of numbers in the field still determines how many times it will try to call if it cannot connect.
  125. So I think in this case you could actually put anything in the
  126. phone number field, but you do have to put something.
  127. You could probably put 1|2
  128. and this would make it use the dialer once, potentially using
  129. the main dialer phone # and the 'Backup' phone number if
  130. needed, and then it would try potentially these both again
  131. a second time, dialing up to 4 phone numbers.
  132.  
  133.  
  134. RUN ARGUMENTS:
  135. ==============
  136.  
  137. -id    id specifies the group of connection info you are using.  It is not the login name or login password.  This ties into the same info structure used by IBM's 'Dialer' and 'Dial Other IP'.
  138.  
  139. -pw    lets you specify a run time login password. Use like -pwmypassword
  140.  
  141. -v    verbose.  The ppp connection will tell you more of what it is doing.
  142.  
  143. -dl    tells it to dial after it starts.
  144.  
  145. -sm    tells it to send any mail you have queued after it connects.  You can use say Ultimail or whatever to send mail when you are not connected and then when it connects, if you use this flag it will send your queued mail.  This can also be good for sending big files when you want to go to bed, (like now).  You send the file offline, have the dialer connect, send, and hangup, so you don't have to hang around to disconnect!
  146.  
  147. -cm    tells it to check & notify you of any mail you have after it connects.  Right now if you have it check say every 15 minutes and you are not there it will put up a notify window every 15 minutes (taking up memory) until you actually go and get your mail.  I will try to do something about this later.
  148. -cmLIST    Also lets you set the check pop id list on the mail handling window.
  149.                ex.: -cm1,4,5        checks pop id.s 1, 4, & 5
  150.  
  151. -gdm    tells it to retrieve and delete mail from server if you have any, into the directory you specify on the 'Mail' notebook page.  It does not pull it into other mail programs unfortunately 
  152. yet. It does name them sequentially though, as in emINDEX.msg.  This will keep the build up of notifies from happening if you are gone.
  153. -gdmLIST    Also lets you set the get & delete pop id list on the mail handling window.
  154.                ex.: -gdm1,4,5        gets and deletes pop id.s 1, 4, & 5
  155.  
  156. -gm    tells it to only retrieve mail from server if you have any, into the directory you specify on the 'Mail' notebook page.  It does not pull it into other mail programs unfortunately yet.  It does 
  157. name them sequentially though, as in emINDEX.msg.  This will keep the build up of notifies from happening if you are gone.
  158. -gmLIST    Also lets you set the only get pop id list on the mail handling window.
  159.                ex.: -gm1,4,5        does only get on pop id.s 1, 4, & 5
  160.  
  161. -dm    tells it to only delete mail from server if you have any, into the directory you specify on the 'Mail' notebook page.  It does not pull it into other mail programs unfortunately yet.  It 
  162. does name them sequentially though, as in emINDEX.msg.  This will keep the build up of notifies from happening if you are gone.
  163. -dmLIST    Also lets you set the only delete pop id list on the mail handling window.
  164.                ex.: -dm1,4,5        does only delete on pop id.s 1, 4, & 5
  165.  
  166. -hu    tells it to hang up when it is done.  It waits for the program mailq.exe to not be running (which sends mail) before hanging up.
  167.         It also waits for a special file in your dialip home directory called dialip.lok to NOT BE THERE before hanging up.
  168.         When it goes to hang up if the file dialip.lok exists it will check every 15 seconds for it to disappear and will not hang up until it no longer exists.
  169.         This lets you run a process upon startup (connection) which can create this file and then delete it when it is done to signal dialip that it is now o.k. to hangup.
  170.  
  171. -dnhuim    tells it to Do Not Hang Up If Mail is found, if you do -cm and -hu and -dnhuif it will not hang up if it finds mail, otherwise it will hang up.
  172.  
  173. -ex    tells it to exit the program after optionally connecting.
  174.  
  175. -noshow    tells it to not bring up the dialer window.
  176.  
  177. -not    tells it to pop up a notify window if it finds email.
  178.  
  179. -varx'string'    x = 1 - 10.  Whatever is enclosed in the ' ' is what the variable gets set to.
  180.              You can even make one var. dependant on another.
  181.              examples:  -var1'Hello Towianski' -var10'What in the world<var1>'
  182.  
  183. -debug    spills it guts.
  184.  
  185. Examples:
  186. =========
  187.  
  188. In say your NTYS scheduler you might have something like this:
  189.  
  190.  
  191. exmail.cmd     This one calls exmail.cmd provided as an example.
  192.                With this routine your machine can handle faxing along with internet connections
  193.                by simply turning off one while you use the other.
  194.  
  195.  
  196. dialip.exe -idgoodprovider -dl -sm -gdm -hu -ex -noshow
  197.  
  198. Use stan connection info.
  199. Do not bring up dialer window
  200. Dial/Connect
  201. Send queued mail
  202. Get and delete new mail from server
  203. Hangup/Disconnect  (after send mail is done)
  204. Exit
  205.  
  206.  
  207. dialip.exe -idgoodprovider -dl -sm -gdm -gm -ex
  208.  
  209. Use stan connection info.
  210. Dial/Connect
  211. Send queued mail
  212. Get and delete new mail from server for those in that list
  213. Only Get mail for those in that list
  214. Exit    /* with connection left running */
  215.  
  216.  
  217. dialip.exe -idstanjenn -dl -cm1,4,5 -gdm2,3 -sm -hu -ex -debug -var1'Hello Towianski' -var10'What in the world<var1>' -v
  218.  
  219. Use stanjenn connection info.
  220. turn on dialing debug
  221. turn on dialip debug
  222. set variable var1
  223. set variable var10
  224. Dial/Connect
  225. Send queued mail
  226. Check for new mail from server for pop id.s 1, 4, & 5
  227. Get & Delete new mail from server for pop id.s 2 & 3
  228. Hangup
  229. Exit
  230.  
  231.  
  232. RUN INTERACTIVELY:
  233. ===================
  234.  
  235. If you pull down the ID list, it will list all entries you have made thru your IBM Dialer, and your Dial Other Internet Provider programs.  It will read and save into the same file to store this info. as them.   It DOES NOT use the same password field.  It uses its own.  I am not sure if IBM encrypts their passwords and if so I would not know their scheme so this way we don't mess each other up. 
  236.  
  237. If you chose and ID, then hit 'Load' to restore the saved values.
  238.  
  239. 'Password'    Leaving it blank will make it prompt you for a password at dial time.  Note you can leave it blank and give it a password thru the command line at start up time.
  240.  
  241. 'Delete'    Deletes an ID entry.
  242.  
  243. 'Save'    Saves your new values.
  244.  
  245. 'Hangup'    Hangs up but leaves the program running.
  246.  
  247. 'Dial'    Reads settings first like 'Get email', 'Send email', 'Phone #', 'Com Port', etc...  and then dials to connect.
  248.  
  249. 'Exit'    Hangs up and quits program.
  250.  
  251. 'Check 4 Mail'    Checks for any mail on the server right then for pop id.s listed in 'Mail Handling' tab.
  252.  
  253. 'Get & Delete Mail'    Gets and Deletes any mail on the server right then for pop id.s listed in 'Mail Handling' tab.
  254.  
  255. 'Only Get Mail'    Gets and does not Delete any mail on the server right then for pop id.s listed in 'Mail Handling' tab.
  256.  
  257. 'Only Delete Mail'    Does not Get and does Deletes any mail on the server right then for pop id.s listed in 'Mail Handling' tab.
  258.  
  259. 'Del Queued Ultimail'  Delete queued ultimail (sometimes 
  260. things get stuck in the queue and won't go away).
  261.  
  262. IP:
  263. ---
  264.  
  265. LOGIN NAME:  Login name to login to ISP.
  266.  
  267. PASSWORD:    Password to login to ISP.
  268.  
  269. PHONE NUMBERS:  Put in the phone number to dial.  You can put in more 
  270.     than one by just separating them with '|'
  271.     like:  1810-463-1601|254-1600|1810-463-1601|254-1600 This means it
  272.     will try these four phone numbers until it connects.  You have I 
  273.     think 100 char.s to use.  For Advantis' dialer you have 2 options,
  274.     to either have it dial using its phone numbers, or have it dial 
  275.     using dialip's phone numbers.
  276.  
  277. DEFAULT ROUTE:  You probably don't have to fill this in, but you can
  278.     if you need to.
  279.  
  280. DOMAIN NAME:  Your domain name (of your Internet Service Provider)
  281.  
  282. 1ST DOMAIN NAME SERVER:  Give the IP address that your ISP provides.
  283.  
  284. 2ND DOMAIN NAME SERVER:  Optional 2nd lookup address (also from your ISP).
  285.  
  286. NETMASK:  If not given one to use, leave it blank.
  287.  
  288. MODEM:
  289. -------
  290.  
  291. INIT STRING 1:  Just put in the modem string to reset your modem.
  292.  
  293. INIT STRING 2:  Put in the modem string to set your modem up properly.  For now to get your modem init strings, use the IBM software dialers to pull up the ones for your modem.  Then hilight them and hit Ctrl-Insert to copy them.  Then go into my program and do Shift-Insert to paste them in.  TURN OFF COMPRESSION, as this does its own.
  294.  
  295. PPP PRIORITY:  Tells OS/2 what priority to run ppp at.  Defaults to 2nd highest priority.  Bump up to Time Critical if your system or your providers is really taxed (like peak usage times).
  296.  
  297. INACTIVITY TIMEOUT:  How much time of no activity before program will automatically disconnect.  Handy if you walk away and forget it.
  298.  
  299. FLOW CONTROL:  Hardware is the preferred option.
  300.  
  301. MRU SIZE:  You can probably leave blank.  Defaults to 1500.  You can put a size in if you need, like 296 for slower connections.
  302.  
  303. ----------
  304. Some of the fields like the com ports are intentionally made so you can overwrite if you need.  You can pick one like com2 of the list or you can type one in if you have something strange like some kind of shared lan modem or whatever.
  305.  
  306.  
  307. AUTOSTARTS:
  308. -----------
  309.  
  310. RIGHT AFTER CONNECT:  Whatever command you put in here will be
  311.     run after connection.  Dialip will wait for it to finish before 
  312.     continuing.  So, if you want to start something and continue 
  313.     without waiting for it put 'start' in front of your command like:
  314.     start xxx
  315.  
  316.  
  317. EXTRA VARIABLES
  318. ---------------
  319.  
  320. These var.s 1 thru 10 can be used in creating custom connection strings.
  321. These can be passed in at startup by -varx'string'
  322. where x = 1 thru 10
  323. string = whatever you want to set the variable to.
  324.  
  325. CONNECTION STRING
  326. -----------------
  327.  
  328. The only field that you must use here is the long connection string field at the bottom.  The other objects can just help you build a proper string.
  329.  
  330. A connection string is built from the 'Connection Program', the 
  331. 'Dial Program', and the 'Connection Commands'.  These are saveable settings that will be used if you use 'Automatic Rebuild at Dial Time'.
  332.  
  333. Picking a 'Service Provider' will fill in these fields with default values for the particular provider that I knew how to connect to.
  334.  
  335. The 'Connection Commands' (biggest) window is now fully edittable.  You can make it as long and complicated as you
  336. want or need.  These commands get saved to a simple text file now, which you can edit outside of dialip as well.
  337.  
  338. Examples:
  339. =========
  340. An old complicated example using many variables:
  341. For example, if you are saying you need to answer to your ISP when you call it with a login_name, and a password, and a third value such as 'slip' or 'ppp'
  342. Try this:
  343.  
  344. 1.) At the connection menu for 'Service Provider' select 'Dial then Vars - Slattach'
  345.  
  346. 2.) Hit 'Load Defaults'
  347.  
  348. 3.) It will then tell you that it will use the following connection commands:
  349.       It will do:
  350.       <modem string 1>
  351.     wait for an OK from your modem
  352.     <modem string 2>
  353.     wait for an OK from your modem
  354.     do the dial string to call your ISP
  355.     Then waitfor whatever you put in <var1>
  356.     Then send whatever you put in <var2>
  357.     Then waitfor whatever you put in <var3>
  358.     Then send whatever you put in <var4>
  359.     Then waitfor whatever you put in <var5>
  360.     Then send whatever you put in <var6>
  361.     etc....
  362.  
  363. If any <vars> are blank it will skip them so you don't have to worry about the rest you don't need.
  364.  
  365. 4.) So, in your case, go to the 'Extra Var.s' tab and stick 'ogin:' into Var1 say to wait for a 'login:' prompt
  366.  
  367. 5.) then put <login_name> so it will send your login name after it receives 'ogin:' from above.
  368.  
  369. 6.) Then stick 'assword:' into Var3 say if you wanted to wait for a 'password:' prompt
  370.  
  371. 7.) then put <login_password> into Var4 so it will send your login password after it receives 'assword:' from above.
  372.  
  373. 8.) Then stick 'connection type:' into Var5 or whatever you see it prompts you for so it will wait for that.  Put in the last piece of the prompt to wait for like 'type:'
  374. This is all ISP dependant.
  375.  
  376. 9.) then put 'ppp' or 'slip' into Var6 so it will send your login password after it receives that from above.
  377.  
  378. In all these above like 'ogin:', 'assword:', 'type:', 'ppp', do not include the '  They are just there to help denote for you what to put in. For 'ppp' just put ppp
  379.  
  380. 10.) Go back to the 'Connection' tab and hit 'Build Connection String' and look at the string.  Whatever you put into any Var.s should show up after the dial phone number.
  381.  
  382. If you choose, 'Automatic Rebuild at Dial Time' it will rebuild this every time it dials.  You could also just make any changes you want right to this connection string, do not select 'Automatic Rebuild at Dial Time', and then whatever you put in here and save will get used every time it dials.  Therefore you have total control over your ability to create your own connection string.
  383.  
  384.  
  385. MANUAL MODE:
  386. ============
  387.  
  388. 1.) Fill in basic items like login name, password, modem settings, etc...
  389.  
  390. 2.) At the connection menu for 'Service Provider' select 'Manual Mode PPP'
  391.  
  392. 3.) Hit 'Load Defaults'
  393.  
  394. 4.) Hit 'Build Connection String'
  395.  
  396. 5.) Hit 'Connect' menu --> 'Dial'
  397.  
  398. 6.) It will start ppp.exe and pppterm.exe.  If pppterm.exe does not show up, bring up your window list and double click it to bring it into the foreground to use it.
  399.  
  400. 7.) Do any at... modem commands to set it up.  (If you got an init string already and ran it once by dialing you probably do not have to do it again.
  401.  
  402. 8.) do 'atdt'phone_number for a touch tone phone or
  403. do 'atdp'phone_number for a rotary phone to dial your ISP.
  404.  
  405. 9.) Keep track of the prompts your ISP uses and the information you need to supply to login to your ISP and start your connection.  Use this info. to create your dialip id to login to your ISP automatically next time.  For example it will probably spew info first and then prompt for something like 'login:',
  406. then          'password:'
  407. etc...
  408.  
  409. 10.) If you successfully log in then hit 'F10'.  Dialip will continue the rest of the setup, etc...
  410. If you did not successfully log in then hit 'ESCAPE'
  411.  
  412.  
  413. If you have troubles look in the file genppp.txt provided.  For one I you will need to replace spaces in say a password with '\s' so 'hal moon'  -> 'hal\smoon'
  414. And if you need a delay I think you can do that with a '\d'.
  415.  
  416. If you have more troubles just email me.
  417.  
  418. MAIL HANDLING
  419. -------------
  420.  
  421. For the mail handling page, for say 'POP ID's to Check for Mail', and
  422. 'POP ID's to Get and Delete Mail for', etc...  in these you put the
  423. number of the pop you want it to do it for.  So if you have 3 pop id.s
  424. you could put '1,2' under 'Get & Delete...'  and '3' under 'Check for
  425. mail...'  Separate the numbers by commas.
  426.  
  427. POP ID.s:
  428. ---------
  429.  
  430. POP SERVER:  Put in the hostname of the machine they tell you, like mickey.global.com  Pop server is your email server you will get mail from.
  431.  
  432. POP ID:   Login name for the POP server.
  433.  
  434. POP PASSWORD:  Login password for the POP server.
  435.  
  436. MAIL STORE DIRECTORY:  If you choose '-gdm' or 'Get Mail', this is the directory where it will put the new mail.
  437. To have PMMail use your mail set this to something like: x:\southsde\pmmail\stan_t0.act\inbox.fld
  438. Then tell PMMail to 'reindex' folder to find your mail.
  439.  
  440. For Netscape/Mozilla make this the directory where mozilla stores mail in the file
  441. called 'inbox'.  Probably x:\netscape\mail
  442.  
  443. DO NOT put an ending '\' on this path (x:\netscape\mail\' )
  444.  
  445. MAIL INDEX:  mail files are given the names emINDEX.msg.  Index is the next index to be used.  You can change it if you need to.  If the program finds that a file exists that it wants to use it will increment the index by 1 until it finds an unused filename so as not to overwrite any mail files.
  446.  
  447. FORWARD TO MAIL ADDRESS:  If you put something in here it will not put the mail into your email client, but will send it to the email address you specify.
  448. This is useful for having one system connect to the internet and pulling down many people's email and forwarding it to them across your intranet!     
  449.  
  450. PROGRAM TO RUN ON EACH EMAIL: If you put something in here it will execute that line, giving it 2 arguments, the filepath (mailstore directory), and the email file name it just downloaded (emxxx.msg).  See example file delfile.cmd.
  451. This is done for each email downloaded.
  452.  
  453. REQUIREMENTS:
  454. =============
  455. All the tcp/ip stuff that comes with Warp Connect, Warp 4.0, or separately purchased IBM TCP/IP software.
  456.  
  457. License:
  458. ========
  459.  
  460. You are granted a license to use the software as is for up to 7 days after which you must either pay to register it or discontinue using it. If you do not register it you have no further rights to use the program. If you do register it you are paying for the right 'to use' that major version of the program for which you paid.  You have no other rights to the program.  You cannot disassemble the code or modify the code in any way.  You can freely distribute the original file to others as shareware. All rights are reserved by me.
  461.  
  462. LIMITATIONS:
  463. ============
  464.  
  465. Should encrypt password.
  466.  
  467.  
  468. Warranty and Guarantee:
  469. =======================
  470.  
  471. If it doesn't work, I will fix it if I can or I will return your money.
  472.  
  473. Support to Registered Users:
  474.  
  475. If you find a major bug that damages the usability of this program for its intended use I will make every effort to provide you with a fix within 30 days or return you your money.  You can either write me thru snail mail or send email to my email address listed below.
  476.  
  477. My Intent:
  478.  
  479. To provide a good and useful program at a reasonable price and to remedy any bugs that might be found in a reasonable time.
  480.  
  481. DIAL IP CREATED UNDER:
  482. ======================
  483. Warp 4.0 at 1024 x 768 resolution.  If it looks bad under VGA or something else, let me know.
  484.  
  485. -----------------------------------------------------------------
  486.  
  487. To Register Dial IP software:
  488.  
  489. Fill out these fields below:
  490.  
  491.   Whole Name: ________________________________  (First,M.I.,Last)
  492.  
  493.      Address: ________________________________
  494.  
  495. City, State, Zip: ________________________________
  496.  
  497. Where did you get the program: ______________________________________
  498.  
  499. Your Email address and type: ________________________________________
  500.  
  501. Version of OS/2 running under: ________________________
  502.  
  503. OS/2 or TCPIP fixes: _____________________________________________________
  504.  
  505. ----------------------------------------------------------------------------
  506.  
  507.   Whole Name: At least 9 characters___________  (First,M.I.,Last)
  508.  
  509.      Address: At least 7 characters___________
  510.  
  511. City, State, Zip: At least 9 characters___________
  512.  
  513.  
  514. Send  $10 to $30 US dollars, $5 if you really don't have the money to:
  515. Add Michigan Sales Tax if you are in Michigan.
  516.  
  517. Stan Towianski
  518. (dial ip software)
  519. 8711 Leslie
  520. Sterling Hts, MI  48314
  521.  
  522. I will send you a registration key to unlock the rest of the program.
  523.  
  524. Any and all constructive comments are welcomed!
  525.  
  526. Main Posting Areas:
  527.  
  528. Internet: Hobbes (hobbes.nmsu.edu)
  529. Internet: ftp.cdrom.com
  530. CompuServe: os2share (Shareware lib), os2user (Open Forum lib)
  531.  
  532. Contact Info:
  533. =============
  534. Stan Towianski - stanjenn@eaglequest.com
  535. Web Page: http://www.eaglequest.com/~stanjenn/
  536.  
  537. Thank You.
  538.  
  539.