home *** CD-ROM | disk | FTP | other *** search
- ;
- ;This is a very crude script that dials FidoNet nodes
- ;from the current Fido/FidoNet nodelist files. It doesn't
- ;do anything nice like autologin like F4.SCR does.
- ;
- ;For now, this is the only documentation for the
- ;NODE script command:
- ;
- ; NODE <z:n/f> returns:
- ;
- ; &1= rate; /* baud rate */
- ; &2= phone[40]; /* phone number */
- ; &3= name[40]; /* node name */
- ; &4= city[40]; /* city and state, */
- ;
- input "FidoNet node to dial"
- &s= &1
- if "" end
- node &1
- message "Name:&3 Phone:&2 Speed:&1"
- &b= &1
- call dial "&2"
- :end
-