home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 3 Comm / 03-Comm.zip / scrmod.zip / DIAL.SCR < prev    next >
Text File  |  1991-12-30  |  239b  |  11 lines

  1. > ; Script test DIAL command
  2. >windowpos (1,1)
  3. >windowsize(4,40)
  4. >windowtitle('DIAL Command Test')
  5. >windowshow()
  6. > transmit='hhh'
  7. > number='5749090'
  8. > message ('This is a test of the dial command')
  9. > dial(transmit,number,)
  10. > end
  11.