******************************************************* * gotc.bat : batch file for use TC 2.0 * * gomsc.bat : batch file for use MSC 5.0/6.0 * * LOAD.prj : project file for TC++3.0 or BC++ 3.1 * ******************************************************* LOAD.EXE is a utility for download files from PC to 7188(D)/DOS 1. Download file from PC into 7188's RAM-DISK 2. Use COM4 & inturrupt-driven driver to download --> 7188's COM4 input = PC's keyboard --> 7188's COM4 output = PC's monitor 3. This method will receive file infomation from PC, so user need only keyin file name one time. 4. After connect 7188 to PC, the working steps are give as following: a. Run 7188.exe (in PC) b. Keyin "load" & Enter-key c. Press ALT_E d. Keyin the filename, for example:"demo1.exe" & Enter-key e. Wait the file to be transfered. f. Keyin "dir b:" & Enter-key Now you find the file "demo1.exe" in RAM-DISK. 5. LOAD.exe default download program to disk B:, if user use 2 ROM-DISK, so the RAM-DISK is DIAK C:, please use "LOAD /c" to download program to disk c: 6. The file date & time will be the same as the file date & time on PC. (LD3.EXE use current date & time as file date & time)