home *** CD-ROM | disk | FTP | other *** search
/ Media Share 9 / MEDIASHARE_09.ISO / bbsdoor / storex40.zip / STRUTIL.DOC < prev    next >
Text File  |  1992-05-31  |  3KB  |  94 lines

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