home *** CD-ROM | disk | FTP | other *** search
/ ftp.robelle3000.ai 2014 / 2014.06.ftp.robelle3000.ai.tar / ftp.robelle3000.ai / faq / q3.txt < prev    next >
Text File  |  1995-10-10  |  753b  |  22 lines

  1. Editing PC files
  2.  
  3. John Conway from Stockton Unified School District really wanted Qedit to be
  4. able to edit PC files (he staked his whole $100 from the survey on this).
  5. Well, we haven't done what he really wants yet, but we did come up with this
  6. little command file that does allow editing of PC files.  It makes use of the
  7. REFLECT command which invoke WRQ's Reflection to do the actual up and
  8. downloading of the file. Here is a listing of command file:
  9.  
  10.    parm pcfile
  11.    continue
  12.    purge mpefile
  13.    /reflect send !pcfile to mpefile
  14.    file edttext=mpefile
  15.    run qedit.pub.robelle,basicentry;parm=4
  16.    /reflect receive !pcfile from mpefile  delete
  17.  
  18. We kept this command file as PCTEXT, so to use it from within Qedit:
  19.  
  20.    /pctext \windows\system.ini
  21.  
  22.