// ----------------------------------------------------------------------- // // **** Begin CircuitNET Mail Run Script Configuration **** // // ----------------------------------------------------------------------- // // // Enter your 6 digit Node ID between the quotes on the next line str nodeid[6] = "000000"; // Enter the outgoing packet name between the quotes on the next line str buf[], ufilename[] = "C:\CIRCUIT\MAIL\000000.ZIP"; // Enter the path of where to download the mail packet between the quotes // on the next line. Be sure to end with a backslash. str newdlpath[] = "C:\CIRCUIT\MAIL\"; // Enter the 6 digits for your birthdate below. If the month or day is a single // digit, preceed it with a zero. DON'T enter any / or -, 6 digits only! str birthdate[6] = "000000"; // Enter the baud to reset modem to after host hangup after the = mark // on the next line. int reset_baud = 00000; // If you wish to capture your mail run for debugging purposes enter the dirctory // and name of the capture file between the quotes on the next line. str capfilename[] = "C:\TELIX\CAMAIL.CAP"; // Don't enter anything for this next one. str dfilename[]; // This one holds the current download directory. Don't enter anything. str holddowndir[80]; // Make sure to put your password in the Telix dialing directory // Now save this file and compile it using the CS.EXE utility that comes // with Telix. Type CS