home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 35 Internet / 35-Internet.zip / dialip2.zip / READ.ME < prev    next >
Text File  |  1999-04-10  |  35KB  |  701 lines

  1. Hello,                    (read.me  Apr/10/1999)
  2.  
  3.  
  4.  
  5.                 Dial IP 1.543
  6.  
  7. 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. 
  8.  
  9. 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 
  10. packages out there:
  11. nyts207.zip  freeware The New York Telephone Scheduler Version 2.07
  12. 8/7/96 11/13/96             By Stu Mark
  13.  
  14. nifmon.zip                from       John R Clark
  15.  
  16. rxu1a.zip    freeware from       Dave Boll
  17.  
  18. rxpop.zip    freeware from       Christoph Lechleitner
  19. ---
  20. 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!
  21.           
  22. nifmon monitors network interfaces giving you the throughput speed, highest speed attained, and line speed connected at.
  23.           It works on dialup and lan interfaces which is really handy to check the speed of your lan too!
  24.  
  25. 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.
  26.  
  27. rxpop has routines excellently showing how to use REXX commands to check for your email!
  28.  
  29. 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.
  30.  
  31. PRICE:
  32. ======
  33. From me directly:
  34.  
  35. Price:  $3 to $30 U.S.  dollars
  36. Pay the lesser amount if you do not need support if you want.
  37. If you rip me off you will surely hasten people not to program for
  38. OS/2 since they can't make any money at it.
  39.  
  40. I will send you a registration key.
  41.  
  42. BMT Micro's price:
  43.  
  44. Whatever they list.
  45. They will notify me and 
  46. I will send you a registration key.
  47.  
  48. nyts207.zip includes: nytsii.doc, nytsii.exe, nytsii.stu, pmpop.exe
  49. Use this or use your own.
  50.  
  51. rxu1a.zip includes: file_id.diz, procs.cmd, rxsrs.exe, rxu.dll, rxu.dsc, rxu.inf
  52.  
  53. my stuff includes: dialip.exe, killbn.cmd, killhex.cmd, showini.cmd, broutbox.exe,
  54.                    notify.cmd, notify1.cmd, which.cmd, vputil.dll
  55.  
  56.  
  57. INSTALLATION (after you unzipped the file):
  58. ===========================================
  59. Files needed to run program:  dialip.exe, vputil.dll, rxu.dll, notify.cmd, broutbox.exe, ppp.exe, pppterm.exe
  60.  
  61. 1.) run setup.exe    (also run this to delete, upgrade, or move its location)
  62.  
  63.     OR to install manually:
  64.  
  65. 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.
  66.  
  67. 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
  68.  
  69. 3.) Copy dialip.hlp into x:\os2\help
  70.  
  71. 4.) Make sure you have SET TMP=x:\TMP  (or whatever path) in your
  72.     config.sys
  73.  
  74. 5.) Make sure you have something like SET ETC=x:\MPTN\ETC  (or whatever path) in your config.sys
  75.  
  76. 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 
  77. 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).
  78.  
  79. NOTE:  You can program/modify notify.cmd to do whatever you want and you can program for individual message thru the parameter 'PROGRAM TO RUN ON EACH EMAIL' in the 'POP ID' window.  Notify now pops up a message in epm and plays a tune.
  80. OS/2 3.0 or less users:  The ppp.exe included in this package is from OS/2 4.0 and if you try
  81.           to use it as is dialip will not work.  You need to use the newer setloc1.dll that works with it.
  82.           See debug2.txt for more details.  It can work.
  83.  
  84. CREATING AN ID:
  85. ===============
  86.  
  87. 1.) Fill in all the general info, login name, modem settings, etc...
  88.  
  89. 2.) Go to 'Connection' tab.  Choose a 'Service Provider'.  Hit 'Load Defaults'.
  90.  
  91. 3.) Hit 'Build Connection String'.
  92.  
  93. 4.) If you check 'Automatic Rebuild at Dial Time' it will rebuild the connection string from the current settings at that time before dialing.
  94.  
  95.  
  96. Notes:
  97.  
  98. 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.
  99.  
  100. You have built in variables you can use as part of your connection 
  101. string.  These can be set on the 'Extra Var.s' tab page and/or you can
  102. pass them into dialip as an argument by -var2'whatever you want in 
  103. single quotes.  Even a variable like <var1>'.  There are other special
  104. variables like <login_name> too.  For example, if your login_name were
  105. 'stan' then <login_name> would get replaced with 'stan'.
  106.  
  107. The variables will be replaced (even recursively) by their values when you do 'Build Connection String'. 
  108. These are the built in variables:
  109.  
  110. <modem_string_1>
  111. <modem_string_2>
  112. <login_name>
  113. <phone_no>
  114. <com_port>
  115. <baud_rate>
  116. <dial_program>
  117. <dial_string>
  118. <var1>
  119. <var2>
  120. <var3>
  121. <var4>
  122. <var5>
  123. <var6>
  124. <var7>
  125. <var8>
  126. <var9>
  127. <var10>
  128.  
  129. <login_password> is the only var. that will not be replaced (until it dials).
  130.  
  131. Connecting to IBM/Advantis with their dialer:
  132. -----------------------------------------
  133.  
  134. 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.
  135. 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.
  136. 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.
  137. So I think in this case you could actually put anything in the
  138. phone number field, but you do have to put something.
  139. You could probably put 1|2
  140. and this would make it use the dialer once, potentially using
  141. the main dialer phone # and the 'Backup' phone number if
  142. needed, and then it would try potentially these both again
  143. a second time, dialing up to 4 phone numbers.
  144.  
  145.  
  146. RUN ARGUMENTS:   (They can be used in any order)
  147. ==============
  148.  
  149. -id    id specifies the group of connection info you are using.  It is not the login name or login password.
  150.         This reads from a file.  This is much faster.
  151.  
  152. -idi    id specifies the group of connection info you are using.  It is not the login name or login password.
  153.         This ties into the same info structure used by IBM's 'Dialer' and 'Dial Other IP'.
  154.  
  155. -pw    lets you specify a run time login password. Use like -pwmypassword
  156.  
  157. -v    verbose.  The ppp connection will tell you more of what it is doing.
  158.  
  159. -dl    tells it to dial after it starts.
  160.         Also used to trigger the events that would normally happen when dialing.
  161.         After already connected you can pick 'Dial' from the 'Connection' menu and
  162.         it will do all the mail handling, and notify, hangup, and exit as the flags are
  163.         checked.
  164.         If it is already connected when you start dialip again, it will just go on and do the 
  165.         normal steps after connection, but it will not hang up even if checked.
  166.  
  167. -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!
  168.  
  169. -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.
  170. -cmLIST    Also lets you set the check pop id list on the mail handling window.
  171.                ex.: -cm1,4,5        checks pop id.s 1, 4, & 5
  172.  
  173. -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 
  174. 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.
  175. -gdmLIST    Also lets you set the get & delete pop id list on the mail handling window.
  176.                ex.: -gdm1,4,5        gets and deletes pop id.s 1, 4, & 5
  177.  
  178. -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 
  179. name them sequentially though, as in emINDEX.msg.  This will keep the build up of notifies from happening if you are gone.
  180. -gmLIST    Also lets you set the only get pop id list on the mail handling window.
  181.                ex.: -gm1,4,5        does only get on pop id.s 1, 4, & 5
  182.  
  183. -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 
  184. does name them sequentially though, as in emINDEX.msg.  This will keep the build up of notifies from happening if you are gone.
  185. -dmLIST    Also lets you set the only delete pop id list on the mail handling window.
  186.                ex.: -dm1,4,5        does only delete on pop id.s 1, 4, & 5
  187.  
  188. -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.
  189.         It also waits for a special file in your dialip home directory called dialip.lok to NOT BE THERE before hanging up.
  190.         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.
  191.         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.
  192.         It will not hang you up if you were already connected and dialip gets run and told to hang up.  This is for when you are surfing and it gets started again to check email, etc...
  193.  
  194. -huf    Same as -hu except it forces a hang up when it is done even if you were 'Already connected' before this call of dialip.
  195.  
  196. -kcu    tells it to keep the connection up.  Reconnect if dropped.
  197.         requires rexx ftp utils that are included with OS/2 4.0.  Not sure about previous releases of OS/2.
  198.         It can probably be downloaded from a directory of Employee Written Software.
  199.         I will look at making it available on my web page.
  200.  
  201. -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.
  202.  
  203. -ex    tells it to exit the program after optionally connecting.
  204.  
  205. -noshow    tells it to not bring up the dialer window.
  206.  
  207. -not    notify tells it to pop up a notify window AND play the notify.wav sound if it finds email.
  208.  
  209. -notv    notify visually tells it to pop up a notify window if it finds email.
  210.  
  211. -nota    notify sound tells it to play the notify.wav sound if it finds email.
  212.  
  213. -sbc    Start Before Connection, the specified program.  Sets field in 'Starts' window
  214.          examples:  -sbc'START netscape -mail'
  215.          This will start up netscape mail after making a connection first.
  216.          The 'START' is very important.  With it netscape will be started and dialip will
  217.          continue on doing what it is supposed to do.  Without it dialip WILL NOT continue
  218.          until the command you specified exits and returns control to dialip. 
  219.          This gives you the option of whether or not you want dialip to wait for some
  220.          process to finish before continuing or not.
  221.  
  222. -sac    Start After Connection, the specified program.  Sets field in 'Starts' window
  223.          examples:  -sac'START netscape -mail'
  224.          This will start up netscape mail after making a connection first.
  225.          The 'START' is very important.  With it netscape will be started and dialip will
  226.          continue on doing what it is supposed to do.  Without it dialip WILL NOT continue
  227.          until the command you specified exits and returns control to dialip. 
  228.          This gives you the option of whether or not you want dialip to wait for some
  229.          process to finish before continuing or not.
  230.  
  231. -sad    Start After Disconnection, the specified program.  Sets field in 'Starts' window
  232.          examples:  -sac'START del d:\newmail\em*.msg'
  233.          This will delete all mail messages in d:\newmail after disconnection.
  234.          The 'START' is very important.  With it netscape will be started and dialip will
  235.          continue on doing what it is supposed to do.  Without it dialip WILL NOT continue
  236.          until the command you specified exits and returns control to dialip. 
  237.          This gives you the option of whether or not you want dialip to wait for some
  238.          process to finish before continuing or not.
  239.  
  240. -varx'string'    x = 1 - 10.  Whatever is enclosed in the ' ' is what the variable gets set to.
  241.              You can even make one var. dependant on another.
  242.              examples:  -var1'Hello Towianski' -var10'What in the world<var1>'
  243.  
  244. -debug    spills it guts.
  245.  
  246. -clf       creates the dialip.lok file upon starting.
  247.  
  248. -dlf      deletes the dialip.lok file upon starting.
  249.  
  250. Examples:
  251. =========
  252.  
  253. In say your NTYS scheduler you might have something like this:
  254.  
  255.  
  256. exmail.cmd     This one calls exmail.cmd provided as an example.
  257.                With this routine your machine can handle faxing along with internet connections
  258.                by simply turning off one while you use the other.
  259.  
  260.  
  261. dialip.exe -idgoodprovider -dl -sm -gdm -hu -ex -noshow
  262.  
  263. Use stan connection info.
  264. Do not bring up dialer window
  265. Dial/Connect
  266. Send queued mail
  267. Get and delete new mail from server
  268. Hangup/Disconnect  (after send mail is done)
  269. Exit
  270.  
  271.  
  272. dialip.exe -idgoodprovider -dl -sm -gdm -gm -ex
  273.  
  274. Use stan connection info.
  275. Dial/Connect
  276. Send queued mail
  277. Get and delete new mail from server for those in that list
  278. Only Get mail for those in that list
  279. Exit    /* with connection left running */
  280.  
  281.  
  282. dialip.exe -idstanjenn -dl -cm1,4,5 -gdm2,3 -sm -hu -ex -debug -var1'Hello Towianski' -var10'What in the world<var1>' -v
  283.  
  284. Use stanjenn connection info.
  285. turn on dialing debug
  286. turn on dialip debug
  287. set variable var1
  288. set variable var10
  289. Dial/Connect
  290. Send queued mail
  291. Check for new mail from server for pop id.s 1, 4, & 5
  292. Get & Delete new mail from server for pop id.s 2 & 3
  293. Hangup
  294. Exit
  295.  
  296.  
  297. -dl -noshow -idstanjenn -ex -sac'start netscape.exe -mail'
  298.  
  299. Use stanjenn connection info.
  300. Dial/Connect
  301. Do not show dialer or email server windows
  302. After connecting do 'start netscape.exe -mail'   Since I used start ... It will start netscape email
  303. and continue processing.
  304. Exit dialip
  305.  
  306.  
  307. RUN INTERACTIVELY:
  308. ==================
  309.  
  310. 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. 
  311.  
  312. If you chose and ID, then hit 'Load' to restore the saved values.
  313.  
  314. '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.
  315.  
  316. With regard to the ID field, dialip treats 'name' as somewhat tied to 'name -File'.
  317. It denotes id.s in the list that are saved as files with the suffix ' -File'
  318. If you load 'name' and then do 'Save to file' it will change to 'name -File'.
  319. Likewise If you load 'name -File' and then do 'Save to ini' it will change to 'name'.
  320.  
  321. 'Load'    Loads an ID settings from IBM's ini file.
  322.  
  323. 'Save'    Saves your ID settings to IBM's ini file.
  324.  
  325. 'Delete'    Deletes an ID settings from IBM's ini file.
  326.  
  327. 'Load from File'    Loads an ID settings from an ascii file.
  328.  
  329. 'Save to File'    Saves your ID settings to an ascii file.
  330.  
  331. 'Delete from File'    Deletes an ID settings from an ascii file.
  332.  
  333. 'Hangup'    Hangs up but leaves the program running.
  334.  
  335. 'Dial'    Reads settings first like 'Get email', 'Send email', 'Phone #', 'Com Port', etc...  and then dials to connect.
  336.  
  337. 'Exit'    Hangs up and quits program.
  338.  
  339. 'Check 4 Mail'    Checks for any mail on the server right then for pop id.s listed in 'Mail Handling' tab.
  340.  
  341. 'Get & Delete Mail'    Gets and Deletes any mail on the server right then for pop id.s listed in 'Mail Handling' tab.
  342.  
  343. 'Only Get Mail'    Gets and does not Delete any mail on the server right then for pop id.s listed in 'Mail Handling' tab.
  344.  
  345. '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.
  346.  
  347. 'Del Queued Ultimail'  Delete queued ultimail (sometimes 
  348. things get stuck in the queue and won't go away).
  349.  
  350. IP:
  351. ---
  352.  
  353. LOGIN NAME:  Login name to login to ISP.
  354.  
  355. PASSWORD:    Password to login to ISP.
  356.     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. 
  357.  
  358. PHONE NUMBERS:  Put in the phone number to dial.  You can put in more 
  359.     than one by just separating them with '|'
  360.     like:  1810-463-1601|254-1600|1810-463-1601|254-1600 This means it
  361.     will try these four phone numbers until it connects.  You have I 
  362.     think 100 char.s to use.  For Advantis' dialer you have 2 options,
  363.     to either have it dial using its phone numbers, or have it dial 
  364.     using dialip's phone numbers.
  365.  
  366. DEFAULT ROUTE:  You probably don't have to fill this in, but you can
  367.     if you need to.
  368.  
  369. DOMAIN NAME:  Your domain name (of your Internet Service Provider)
  370.  
  371. 1ST DOMAIN NAME SERVER:  Give the IP address that your ISP provides.
  372.  
  373. 2ND DOMAIN NAME SERVER:  Optional 2nd lookup address (also from your ISP).
  374.  
  375. NETMASK:  If not given one to use, leave it blank.
  376.  
  377. MODEM:
  378. -------
  379.  
  380. INIT STRING 1:  Just put in the modem string to reset your modem.
  381.  
  382. 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.
  383.  
  384. 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).
  385.  
  386. INACTIVITY TIMEOUT:  How much time of no activity before program will automatically disconnect.  Handy if you walk away and forget it.
  387.  
  388. FLOW CONTROL:  Hardware is the preferred option.
  389.  
  390. MRU SIZE:  You can probably leave blank.  Defaults to 1500.  You can put a size in if you need, like 296 for slower connections.
  391.  
  392. ----------
  393. 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.
  394.  
  395.  
  396. AUTOSTARTS:
  397. -----------
  398.  
  399. RIGHT AFTER CONNECT:  Whatever command you put in here will be
  400.     run after connection.  Dialip will wait for it to finish before 
  401.     continuing.  So, if you want to start something and continue 
  402.     without waiting for it put 'start' in front of your command like:
  403.     start xxx
  404.  
  405. RIGHT AFTER DISCONNECT:  Whatever command you put in here will be
  406.     run after disconnection (hangup).  Dialip will wait for it to finish before 
  407.     continuing.  So, if you want to start something and continue 
  408.     without waiting for it put 'start' in front of your command like:
  409.     start xxx
  410.  
  411.  
  412. EXTRA VARIABLES
  413. ---------------
  414.  
  415. These var.s 1 thru 10 can be used in creating custom connection strings.
  416. These can be passed in at startup by -varx'string'
  417. where x = 1 thru 10
  418. string = whatever you want to set the variable to.
  419.  
  420. CONNECTION STRING
  421. -----------------
  422.  
  423. 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.
  424.  
  425. A connection string is built from the 'Connection Program', the 
  426. 'Dial Program', and the 'Connection Commands'.  These are saveable settings that will be used if you use 'Automatic Rebuild at Dial Time'.
  427.  
  428. Picking a 'Service Provider' will fill in these fields with default values for the particular provider that I knew how to connect to.
  429.  
  430. The 'Connection Commands' (biggest) window is now fully edittable.  You can make it as long and complicated as you
  431. want or need.  These commands get saved to a simple text file now, which you can edit outside of dialip as well.
  432.  
  433. For PAP use.  This uses the Extra Variables 1 & 2.  Var 1 needs to be the PAP authentication login name.
  434. Var 2 needs to be the PAP authentication login password.
  435.  
  436. Examples:
  437. =========
  438. An old complicated example using many variables:
  439. 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'
  440. Try this:
  441.  
  442. 1.) At the connection menu for 'Service Provider' select 'Dial then Vars - Slattach'
  443.  
  444. 2.) Hit 'Load Defaults'
  445.  
  446. 3.) It will then tell you that it will use the following connection commands:
  447.       It will do:
  448.       <modem string 1>
  449.     wait for an OK from your modem
  450.     <modem string 2>
  451.     wait for an OK from your modem
  452.     do the dial string to call your ISP
  453.     Then waitfor whatever you put in <var1>
  454.     Then send whatever you put in <var2>
  455.     Then waitfor whatever you put in <var3>
  456.     Then send whatever you put in <var4>
  457.     Then waitfor whatever you put in <var5>
  458.     Then send whatever you put in <var6>
  459.     etc....
  460.  
  461. If any <vars> are blank it will skip them so you don't have to worry about the rest you don't need.
  462.  
  463. 4.) So, in your case, go to the 'Extra Var.s' tab and stick 'ogin:' into Var1 say to wait for a 'login:' prompt
  464.  
  465. 5.) then put <login_name> so it will send your login name after it receives 'ogin:' from above.
  466.  
  467. 6.) Then stick 'assword:' into Var3 say if you wanted to wait for a 'password:' prompt
  468.  
  469. 7.) then put <login_password> into Var4 so it will send your login password after it receives 'assword:' from above.
  470.  
  471. 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:'
  472. This is all ISP dependant.
  473.  
  474. 9.) then put 'ppp' or 'slip' into Var6 so it will send your login password after it receives that from above.
  475.  
  476. 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
  477.  
  478. 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.
  479.  
  480. 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.
  481.  
  482.  
  483. MANUAL MODE:
  484. ============
  485.  
  486. 1.) Fill in basic items like login name, password, modem settings, etc...
  487.  
  488. 2.) At the connection menu for 'Service Provider' select 'Manual Mode PPP'
  489.  
  490. 3.) Hit 'Load Defaults'
  491.  
  492. 4.) Hit 'Build Connection String'
  493.  
  494. 5.) Hit 'Connect' menu --> 'Dial'
  495.  
  496. 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.
  497.  
  498. 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.
  499.  
  500. 8.) do 'atdt'phone_number for a touch tone phone or
  501. do 'atdp'phone_number for a rotary phone to dial your ISP.
  502.  
  503. 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:',
  504. then          'password:'
  505. etc...
  506.  
  507. 10.) If you successfully log in then hit 'F10'.  Dialip will continue the rest of the setup, etc...
  508. If you did not successfully log in then hit 'ESCAPE'
  509.  
  510.  
  511. 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'
  512. And if you need a delay I think you can do that with a '\d'.
  513.  
  514. If you have more troubles just email me.
  515.  
  516. MAIL HANDLING
  517. -------------
  518.  
  519. INTEGRATE WITH EMAIL CLIENT:   Set this if you want dialip to be able to delete queued mail,
  520.     send queued mail, etc...  Automatically fills in EMAIL CLIENT BASE DIRECTORY, but you need
  521.     to check it to change the drive letter and make sure it is correct.
  522.  
  523.     Dialip can handle netscape for OS/2 or Windows 3.1 email.  You can even use both
  524.     and point them both to the same directory for the email files.  Only difference is
  525.     OS/2 uses 'Outbox' while Windows 3.1 uses 'Unsent'.  Dialip will send queued email
  526.     from both.
  527.  
  528. EMAIL CLIENT BASE DIRECTORY:   Put in the base directory for the email software you want to
  529.     integrate with.  For example for Netscape 2.02  use something like 'D:\netscape\mail'
  530.                           for Netscape in WinOS2 use 'C:\netscape\users\stant\mail'
  531.                           for Ultimail use 'C:\tcpip\umail\mailstor'
  532.                           for PM Mail use 'D:\southsde\pmmail'
  533.     It uses this directory to get to the email software files like the outbox (queued) files.
  534.  
  535. For the mail handling page, for say 'POP ID's to Check for Mail', and
  536. 'POP ID's to Get and Delete Mail for', etc...  in these you put the
  537. number of the pop you want it to do it for.  So if you have 3 pop id.s
  538. you could put '1,2' under 'Get & Delete...'  and '3' under 'Check for
  539. mail...'  Separate the numbers by commas.
  540.  
  541. POP ID.s:
  542. ---------
  543.  
  544. BUTTONS:  These buttons do these functions immediately for the pop id you are at.
  545.                 It makes it easy to just work with one persons mail.
  546.     SEND - sends email for this id.
  547.     CHECK - check email for this id.
  548.     GET & DEL - gets and deletes email for this id.
  549.     ONLY GET - only gets email for this id.
  550.     ONLY DEL - only deletes email for this id.
  551.     DEL QUEUED - deletes queued (to send) email for this id.
  552.  
  553. 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.
  554.  
  555. POP ID:   Login name for the POP server.
  556.  
  557. POP PASSWORD:  Login password for the POP server.
  558.     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. 
  559.  
  560. MAIL STORE DIRECTORY:  If you choose '-gdm' or 'Get Mail', this is the directory where it will put the new mail (ex. e:\newmail\stanjenn)
  561. To integrate with PMMail 1.95a:
  562.     1.) Go to the Account menu
  563.     2.) Choose 'Account Settings...'
  564.     3.) Click on 'Receive' tab
  565.     4.) Click on 'SMTP' button
  566.     5.) Under 'Path to Incoming Mail' put the same directory path you entered for dialip  (ex. e:\newmail\stanjenn).
  567.  
  568.     To make PMMail fetch new mail retreived by dialip when you open PMMail continue with:
  569.     6.) Click on main 'Preferences' tab
  570.     7.) In 'Startup Actions' select 'Fetch Mail'
  571.  
  572. Or an old way:
  573. To have PMMail use your mail set this to something like: x:\southsde\pmmail\stan_t0.act\inbox.fld
  574. Then tell PMMail to 'reindex' folder to find your mail.
  575.  
  576. 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.
  577.  
  578. 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.
  579. 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!     
  580.  
  581. 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.
  582. This is done for each email downloaded.
  583.  
  584. NOTIFY .WAV FILE:   Name of a *.wav file (a recorded sound file) that can be played when this pop id receives email.
  585.                              You can leave it blank and then it will not play anything.
  586.                              You can use something like x:\mmos2\mppm.exe to record/modify .wav files.
  587.                              There are a number of *.wav files you can use from OS/2 in x:\mmos2\sounds
  588.  
  589. REQUIREMENTS:
  590. =============
  591. All the tcp/ip stuff that comes with Warp Connect, Warp 4.0, or separately purchased IBM TCP/IP software,
  592. including OS/2's sendmail.exe.
  593.  
  594. License:
  595. ========
  596.  
  597. You are granted a license to use the software as is for up to 7 days after which you must either
  598. pay to register it or discontinue using it. If you do not register it you have no further rights to use
  599. the program. If you do register it you are paying for the right 'to use' that major version of the
  600. program for which you paid.  The Major version being 1.x, 2.x, etc... where if you bought 1.3 you can
  601. download free upgrades thru 1.99, but not 2.x.  You have no other rights to the program.  You cannot
  602. disassemble the code or modify the code in any way.  You can freely distribute the original file to
  603. others as shareware. All rights are reserved by me.
  604.  
  605. You can post this .zip file on BBS's or internet sites as long as you post this original file as it is.
  606.  
  607. You cannot charge for this software except for minimal distribution charges such as the cost of a floppy disk if you give it to someone that way.
  608.  
  609. LIMITATIONS:
  610. ============
  611.  
  612. With a heavy system load the 'Keep Connection Up' option seems to think the connection
  613. was lost probably because of a long delay, and will then drop your connection before trying
  614. to restart it.  Have to work on this some time.
  615.  
  616. Warranty and Guarantee:
  617. =======================
  618.  
  619. If it doesn't work, I will fix it if I can or I will return your money.
  620.  
  621. Support to Registered Users:
  622.  
  623. 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.
  624.  
  625. My Intent:
  626.  
  627. To provide a good and useful program at a reasonable price and to remedy any bugs that might be found in a reasonable time.
  628.  
  629. DIAL IP CREATED UNDER:
  630. ======================
  631. Warp 4.0 at 1024 x 768 resolution.  If it looks bad under VGA or something else, let me know.
  632.  
  633. -----------------------------------------------------------------
  634.  
  635. To Register Dial IP software:
  636.  
  637. Fill out these fields below:
  638.  
  639.   Whole Name: ________________________________  (First,M.I.,Last)
  640.  
  641.      Address: ________________________________
  642.  
  643. City, State, Zip: ________________________________
  644.  
  645. Where did you get the program: ______________________________________
  646.  
  647. Your Email address and type: ________________________________________
  648.  
  649. Version of OS/2 running under: ________________________
  650.  
  651. OS/2 or TCPIP fixes: _____________________________________________________
  652.  
  653. ----------------------------------------------------------------------------
  654.  
  655.   Whole Name: At least 9 characters___________  (First,M.I.,Last)
  656.  
  657.      Address: At least 7 characters___________
  658.  
  659. City, State, Zip: At least 9 characters___________
  660.  
  661.  
  662. Send  $3 to $30 US dollars to:
  663. Pay the lesser amount if you do not need setup support if you want.
  664. Add Michigan Sales Tax if you are in Michigan.
  665.  
  666. Stan Towianski
  667. (dial ip software)
  668. 8711 Leslie
  669. Sterling Hts, MI  48314
  670.  
  671. Or buy it at BMT Micro at:
  672. https://secure.falcon-net.net/BMT/order1060.html
  673.  
  674. I will send you a registration key.
  675.  
  676. Any and all constructive comments are welcomed!
  677.  
  678. Main Posting Areas:
  679.  
  680. Internet: Hobbes (hobbes.nmsu.edu)
  681. Internet: ftp.cdrom.com
  682.  
  683. Contact Info:
  684. =============
  685. Stan Towianski - stanjenn@eaglequest.com
  686. Web Page: http://www.eaglequest.com/~stanjenn/os2.html
  687. BMT Micro's Web Page: http://www.bmtmicro.com/
  688.  
  689. Tech Support:
  690. ============
  691. For US $30 initial purchase you get initial dialip (only) setup support for up to 30 minutes.
  692.  
  693. Phone: 810-731-2099  Monday thru Friday  7:30pm or so to 10:30pm Eastern Standard Time
  694. USA                         Saturday and Sunday  when I am here.
  695.  
  696. Other support (like for OS/2 TCP/IP setup or other things) call for price.
  697.  
  698.  
  699. Thank You.
  700.  
  701.