# Get the last version of the price list from the central office # Placing this file on the startup folder the shop computer will # execute this script when is switched on in the morning # 80.37.175.183 is the central office server OPENHOST("80.37.175.183") CHDIR("/pub/documents_distribution/") GETFILE("price_list.xls") GETFILE("price_list.doc") CLOSEHOST EXIT