home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1993 #2 / Image.iso / finance / crstock1.zip / README.TXT < prev    next >
Text File  |  1993-05-22  |  1KB  |  44 lines

  1. The program crs.exe converts the stock data files available from CRS into a 
  2. form readable by PTT (personal ticker tape). PTT will take the output of
  3. CRS.EXE and place the contents into Metastock files.
  4.  
  5. Usage:
  6.  
  7. CRS filename switch
  8.  
  9. where filename is the name of the file you want converted.
  10.        and switch is any character. Placing a second command line
  11.        parameter will cause crs.exe to not place a "del *.dat" line
  12.        in the zip.bat file.
  13.  
  14.  
  15. CRS.EXE will get the date out of the file automatically.
  16.  
  17. It will output a file called YYMMDD.dat where:
  18.  
  19. YY = year
  20. MM = month
  21. DD = day
  22.  
  23. this way all the files are date encoded.
  24.  
  25. It will also create a file called z.bat. Z.bat is used with the U.bat file 
  26. included (yes I know, I don't get high marks for originality). 
  27.  
  28. The command line for U.bar is:
  29.  
  30. U filename.zip
  31.  
  32. where filename.zip is the stock data file download from CRS in zip format.
  33. U.bat will unzip it, run crs against it, then execute ptt to load the data
  34. into your metastock files, zip the YYMMDD.dat output file and delete all of 
  35. unnecessary files that are lying around. NOTE pkzip must be in your path.
  36.  
  37. As a final note, this whole process may not work very well if you do not have
  38. a registered version of PTT. 
  39.  
  40.  
  41. Rob
  42.  
  43.  
  44.