home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 3 / PDCD_3.iso / pocketbk / developmen / format / READ.ME < prev   
Text File  |  1993-01-28  |  2KB  |  44 lines

  1. Copyright(C)1993 Advidea Ventures Ltd.
  2. Written by Russ Beinder
  3. #120 - 1575 W. Georgia St.
  4. Vancouver, BC
  5. V6G 2V3
  6. CIS 70357,3164
  7. (604)525-0831
  8. (604)520-7780 FAX
  9.  
  10. These files are an example of using MCLINK to remotely run a program on
  11. the Series 3.  In addition, a device formatting program has been provided
  12. with source code to enable users to compress space on FLASH SSDs.  This
  13. compression is done by copying files from the SSD onto the PC, then formatting
  14. the SSD, then copying the files back on the SSD.
  15.  
  16. There are some problems with RUN that I was not able to overcome with this
  17. version of MCLINK:  RUN only will execute a file that is in the ROOT directory
  18. on the remote machine and commands in the MCLINK batch file after the RUN
  19. command will not be executed.  Additionally, MCLINK has no facility for
  20. pausing processing for a period of time, or an event.  This means that
  21. some user intervention is required.  The batch files given here are only
  22. examples and it is expected at users will customize them to their particular
  23. needs.
  24.  
  25. The formating program allows formating of any LOC:: device.  It does, however,
  26. prompt the user to confirm formatting before it occurs.  At the present time
  27. output is to the console.  An enhancement to this program might be the
  28. use of the HWIF interface routines and a graphical gauge for the percent
  29. formated.
  30.  
  31. Note that the program has control over the formatting process.  This seems
  32. cumbersome in this example, but in a more sophisticated program, this
  33. capability facilitates multi-processing.  Many of the more time consuming
  34. routines in EPOC allow this type of incremental processing.
  35.  
  36. The following files are in this ZIP:
  37.  
  38.    FORMAT.BAT     Drives the spaces compression process.
  39.    FORMAT1.BTF    MCLINK batch file, part 1
  40.    FORMAT2.BTF                       part 2
  41.    P_FORMAT.IMG   Program to format a device on the S3, HC, or MC.
  42.    P_FORMAT.C     Source
  43.  
  44.