home *** CD-ROM | disk | FTP | other *** search
- ; Sample Script file source for AsyLIB 1.1
- ; See documentation for complete script command
- ; list, syntax and arguments.
- ; Comments are prefaced with a semi colon, quotes are __NOT__
- ; used to delimit arguments, string or otherwise
- ;
-
- ATIME 5 ; set default alarm time to 5
-
- ALARM 1 ; but sound it for a cycle to signal start
-
- MLOAD asydemo.mac ; load the macro file ASYDEMO.MAC
-
- DIAL 1 ; dial entry 1
-
- WAITFOR raphics 40 ; wait up to 40 secs for prompt
-
- IF WAITFOR
- MSEND 1 ; send name(s)
- PASSWORD ; send DIR linked password
- ENDIF
-
- ALARM
-
- ENDS ; end script