ATSYNC 1.2(112) now works both as a LIT and as an XCALL; just copy the LIT to SBX. The XCALL syntax consists of just one parameter containing the command line otherwise passed to the LIT, i.e.
CMD$ = "MYICONS:,%ATE%\myicons /P/L"
xcall ATSYNC, CMD$
to retrieve the exit status, you can call it via XFUNC, i.e.:
STATUS = XFUNC("ATSYNC", CMD$)
STATUS values:
Value |
Meaning |
---|---|
0 |
Ok |
1 - 200 |
BASIC error |
< 0 |
Internal errors in protocol |
=> 30000 |
FTPDLX error codes |
If you'd like to customize the display, contact us for the source code.