home *** CD-ROM | disk | FTP | other *** search
/ Media Share 9 / MEDIASHARE_09.ISO / pcboard / storex48.zip / STRUTIL.DOC < prev    next >
Text File  |  1993-03-03  |  4KB  |  110 lines

  1.                                   STRUTIL 1.2
  2.                                Richard Paquette
  3.                                   PO Box 416
  4.                              Mt. Laurel, NJ 08054
  5.  
  6.                               (C) Copyright 1992
  7.                               All Rights Reserved
  8.  
  9.  FILES
  10.  
  11.  The following files are packaged with STRUTIL.ZIP
  12.  
  13.  Strutil.exe   <--- executable program (MUST BE IN SAME DIR AS STORE PROGRAM)
  14.  Strutil.doc   <--- You are reading it right now
  15.         
  16.  NOTE: If you are haven't registered LIVESTORE, then any Text files
  17.  you create will be saved BUT not used because the LIVESTORE is limited to
  18.  handle 3 departments until it is registered.
  19.  
  20.  NOTE: STRUTIL.EXE requires the presence of BRUN45.EXE either in the
  21.  same directory as STRUTIL or accessible via PATH. If you set
  22.  your library in autoexec.bat and all the brun files there,
  23.  then you have no problems.. 
  24.  
  25.  SET MYLIB = C:\MYLIB
  26.  
  27.  Be sure to put all your brun*.exe files in the mylib directory!
  28.  also be sure to have the brt71efr.exe file there for the Storex
  29.  program to operate correctly.
  30.  
  31.  NEED FOR STRUTIL.EXE
  32.  
  33.  If you intend to run STOREX v?.? then you will need this utility to create
  34.  your sales information files. They are now "Random Access" files which lets
  35.  us pick up all the sales information without buyer intervention.
  36.  
  37.  All the caller/buyer needs to do is pick which record they are buying and
  38.  give us there name and address, credit card info etc.. and we pick up the
  39.  entire order from the record number in the "Random Access" file that this
  40.  utility will help you create.
  41.  
  42.  The menu is fairly simple to understand....
  43.  
  44.  First choice is to:
  45.  
  46.     View CFG file - Write or Re-Write CFG file 
  47.   
  48.     a: When viewing CFG file, the program defaults to storex.cfg
  49.     b: When editing an existing CFG file, we look for storex.cfg
  50.  
  51.  Second choice is to:
  52.  
  53.     View NDX file - Write or Re-Write NDX file
  54.  
  55.     a: Store.ndx file holds the names of the Random files for each dept.
  56.     b: Editing the file is simply changing the names of the dept files.
  57.  
  58.  Third choice is to:
  59.  
  60.     List TXT Files - View a TXT file - Write or Re-Write a TXT file
  61.  
  62.     a: Listing TXT files comes from reading your store.ndx file
  63.     b: Viewing TXT file comes from the existing *.txt that you create
  64.        with this program.
  65.     c: Write or Re-Writing the TXT file allows you to add more sales 
  66.        info records into each department's TXT files.
  67.  
  68.  Fourth choice is to:
  69.   
  70.     List LOG file - Delete Log File
  71.  
  72.     a: The store creates a log file of each visitor which you can view
  73.     b: Deleting the file creates no problem because the STore will create
  74.        one when the next caller visits.
  75.  
  76.  Fifth choice is to:
  77.  
  78.     View order file - Delete Order file
  79.  
  80.     a: Store creates a file called STORE.ORD and you can view this file
  81.        anytime without any problem.
  82.     b: Deleting this file means you have no record on any existing orders
  83.        so we suggest that you print the file prior to deleting it!
  84.  
  85.  Sixth choice is to:
  86.  
  87.     Get out of this program..
  88.  
  89.     a: Simple enough right!
  90.  
  91.  NOTE: The "Random Access" file consists of six fields.. listed below:
  92.  
  93.  1. StockNumber allowing: 12 characters
  94.  2. ItemName    allowing: 40 characters
  95.  3. ModelNumber allowing: 20 characters
  96.  4. Description allowing: 60 characters
  97.  5. Description allowing: 60 characters
  98.  6. ItemPrice   allowing: 10 characters
  99.  
  100.  All future updates of strutil.exe will stick to these fields.. we will only
  101.  consider adding fields should enough people convince us that they are needed.
  102.  We will NOT change the current fields nor delete any.. so any files that you
  103.  create now will be good even if we add fields. Should fields be added, we
  104.  will supply an option at that time to convert all current files to the new
  105.  field format..
  106.  
  107.  Any problems can be reported to The Livewire BBS 609-235-5297 or if you are
  108.  a registered sysop or member call 609-866-2551.
  109.  
  110.