home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-387-Vol-3of3.iso / a / acs22e.zip / CARD.DOC next >
Text File  |  1993-03-15  |  18KB  |  541 lines

  1.  
  2.  
  3.                           The CardShop 
  4.                   SPORTS CARD INVENTORY PROGRAM
  5.                        by Robert L. Manis
  6.                  COPYRIGHT 1993 BY ROBERT L. MANIS
  7.                      ALL   RIGHTS    RESERVED
  8.                               VER 2.22e
  9.  
  10.                  Please read all Documentation
  11.                  ==============================
  12.  
  13.                  before you do anything with this
  14.                            program!!!!!
  15.  
  16. The CardShop is primarily a baseball card inventory program, however
  17. you can use it for other sports card collections. Included in this
  18. document is required coding for baseball,FOOTBALL, HOCKEY. I would like
  19. to ask my fellow collectors, to help by sending me any additional codes
  20. that do not conflict with the ones listed here. If you collect cards other
  21. than baseball,football or hockey, please send me your coding abbreviations.
  22. It will be appreciated by me as well as the other collectors using this
  23. program.. Thanks much, Bob.
  24.  
  25. The following files should be on your disk when you get your shareware
  26. or registered version of the cardshop.
  27.  
  28. 1.)CARD.DOC (THIS FILE)
  29. 2.)CARD.EXE (STARTS THE CARDSHOP)
  30. 3.)CARDS.DAT (DATA FILE)
  31. 4.)CARDS.K01 THRU CARDS.K07 (INDEX FILES)
  32. 5.)CARDSHOP.RUN (CARDSHOP PROGRAM)
  33. 6.)INSTFRMa and INSTFRMb .bat (FIRST TIME INSTALL TO DRIVE C:)
  34. 7.)PRUN.EXE (RUNTIME MODULE)
  35.  
  36. Your hard drive needs appox. 340,000 bytes of free space to install.
  37.  
  38.  
  39. ************************************************************************
  40. NOTICE-NOTICE-NOTICE-NOTICE-NOTICE-NOTICE-NOTICE-NOTICE-NOTICE-NOTICE
  41. ************************************************************************
  42.  
  43. IF YOU HAVE ALREADY CREATED DATA FILES WITH YOUR COPY OF THE SHAREWARE
  44. VERSION, THE ONLY FILE(S) YOU NEED TO TRANSFER WILL BE==>
  45. CARDSHOP.RUN  AND PRUN.EXE .
  46.  
  47. If you have created data files and do not wish to overwrite them, then
  48. use the MS-DOS copy command and copy the CARDSHOP.RUN and PRUN.EXE
  49. to the cardshop directory.
  50.  
  51. DO NOT use the INSTALL batch files it will overwrite your
  52. current data files....
  53. ***********************************************************************
  54.  
  55.  
  56.  
  57. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
  58.  
  59. I cannot over state the importance of backing up your files (hard drive).
  60. All the files in the cardshop directory are very important.
  61. You should back them all up regularly. It is in your best interest
  62. to back up cards.dat and cards.k01 thru cards.k07 when ever you add
  63. any data to your files.  These are the ones that change when you do
  64. add data. Please backup your files often....
  65.  
  66. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
  67.  
  68.  
  69. Hardware Requirement  :
  70.  
  71.                To use The Cardshop, you must have the Following
  72.  
  73.           * An IBM PC, XT, AT or 100% Compatible
  74.           * An IBM DOS 2.0 or higher
  75.           * AT least 512KB of memory
  76.           ** HARD DRIVE **
  77.     ******> At least Two Floppy Drives (Hard Disk Recommended)
  78.           * A Color or monochrome monitor
  79.           * A printer (assuming you want to print reports)
  80.  
  81.      Note for large collections we recommend 640K ram.
  82.  
  83.  
  84. Changing your Config.sys File:
  85.  
  86.           * You will need to have your config.sys file to read
  87.             as follows.
  88.  
  89. ==>            FILES=30
  90. ==>            BUFFERS=30
  91.  
  92.           
  93. Two Floppy Drive Systems.
  94. (PLEASE NOTE, WE DO NOT RECOMMEND THAT YOU USE THIS METHOD UNLESS
  95.  YOU HAVE NO OTHER CHOICE. WHEN YOU GET A HARD DRIVE DOWN THE ROAD
  96.  YOU WILL NOT BE ABLE TO MERGE YOUR CARD DATA INTO ONE LARGE DATABASE.
  97.  *** YOU WILL HAVE TO REKEY THE INFORMATION ***)
  98.  
  99.           * Take your Master Diskette and Make a Backup copy
  100.           * Copy The Prun File(s) to another formatted diskette
  101.           * Copy all Cardshop files to another formatted diskette
  102.  
  103.      To run The CardShop ....
  104.  
  105.           * After you have booted DOS  Set your path Command to
  106.             Path=A:\;
  107.  
  108.           * Now put the Prun diskette in Drive  A
  109.           * Place the Cardshop Diskette in Drive B
  110.           * Make B  the Default Drive by entering B:
  111.           * Now type at the B:\>Card    press return
  112.  
  113.      Follow directions on screen. (Have you read all of this Manual)
  114.  *** NOTE: THE AMOUNT OF DATA THIS PROGRAM STORES IS ONLY LIMITED
  115.      BY THE AMOUNT OF DISK SPACE AVAILABLE.
  116.           
  117. **>  RECOMMEND THAT YOUR DATA DISK BE ALPHABETICAL
  118. **>  ALL A'S ON ONE DISK - ALL B'S ON ONE DISK  ETC.
  119.      CURRENTLY YOU CANNOT MERGE DATA FROM DIFFERENT DISKS.
  120. ===========================================================================
  121.  
  122.  
  123.  
  124.  
  125.  
  126.  
  127.  
  128.  
  129.  
  130.  
  131.  
  132. Hard Disk System.
  133.  
  134.           * You may use the install program on The Cardshop disk
  135.             or do the following.
  136.  
  137.           * Make a subdirectory on drive C   called Card.
  138.             Change Directories by entering  CD\CARD
  139.             When the DOS prompt reads  c:\card
  140.             issue the following command  Copy A:*.*
  141.             or B:*.* (depending on your drive)
  142.  
  143.      Please note that on a hard disk system all cardshop files
  144.      and the Prun files should be in the same Directory.
  145.  
  146.      To start The CardShop at the prompt enter  CARD press
  147.      return.  Follow Directions on Screen. (Have you read the
  148.      Manual)
  149.  
  150.                              MANUAL
  151.  
  152.  
  153. Please note: If this is the shareware version only the following
  154. features are available.                
  155.  
  156. 1.) DISPLAY CARDS BY CONDITION
  157. 2.) DISPLAY CARDS BY TYPE OF CARD
  158. 3.) DISPLAY CARDS BY YEAR
  159. 4.) DISPLAY BY NUMBER ON HAND
  160. 5.) DISPLAY CARDS BY CARD NUMBER
  161. 6.) DISPLAY CARDS BY MANUFACTUER
  162. 7.) ALL PRINT FUNCITONS
  163. 8.) DISTRIBUTOR INFORMAMTION
  164. 9.) EXIT CARDSHOP
  165.  
  166. * DISPLAY CARDS BY LAST NAME IS ONLY AVAILABLE WHEN YOU REGISTER. *
  167.  
  168. If this is the registered version all features are available.
  169.  
  170. Once you have started The CardShop you will be presented with the
  171. main screen. On this screen you will see nine menu items.
  172.  
  173. Item # 1 ) Display cards by year:  if you choose this item your
  174. baseball card collection will be displayed with the card year in
  175. the first column of the screen. **** Please note: just above the
  176. first year displayed you will see a flashing cursor proceeded by
  177. a colon. It is at this point you would type the year you are
  178. searching for. As an example the first year dispayed is 1948, if
  179. you were looking for 1989 you would type in at the cursor 1989.
  180. The search bar will move to the first 1989 in the group.
  181. Then you may use the arrow keys to move up or down.
  182. ( use the back space key to delete any mistakes in search parameter.)
  183. see ## for more Details.
  184.  
  185. Please note: The speed at which your search takes place does
  186. depend on the speed of your computer.********************
  187.  
  188. Once you have found the year you are looking for you may press
  189. enter to change that record. When you press Enter you will get
  190. the Update cards Screen.  When Updating cards or Inserting new
  191. cards be sure to fill out the fields according to this method
  192. otherwise your cards will not sort correctly. Method Below.
  193.  
  194. Year of card: Enter the year with 4 digits.... 1989
  195. Number of card: If the number of the card is 1 or 39 (as an      
  196.                 example) you would enter the nummber like this   
  197.                 001  or 039  you must use the zeros to allow the 
  198.                 program to sort correctly.
  199.                 
  200.  
  201.  
  202.  
  203.  
  204.  
  205.  
  206.  
  207.  
  208.  
  209.  
  210.  
  211.  
  212.  
  213. First name: Ricky
  214. Last name: Jordon
  215. Manufacturer:Upperdk (please see suggested abbreviations)
  216. Condition/Card:Mt (please see suggested abbreviations)
  217. Type of card: SC (Please see Suggested abbreviations)
  218. Number Owned: 3 (use space bar to get to desired position )
  219.  
  220. After the last entry in the update screen, the database will
  221. adjust your collection by updating the database.
  222.  
  223. Note the INS  (insert) feature works the same way. 
  224. NOTE the DEL (delete record screen will ask you to press enter to
  225. delete.)
  226.  
  227. ESC  pressing the escape key will take you back one screen.
  228.  
  229. Each Additonal DISPLAY menu item works the same way.
  230.  
  231. Print Reports: This will take you to the Print report Menu.
  232. To ESCAPE a print job press the CTRL key and hold then press
  233. the ESC key. DO this function three time in succession.
  234. note:(most printers today have a small amount of memory
  235. storage built into them. So don't be alarmed if the program
  236. does not stop printing right away.)
  237. ** If control-escape does not work, turn your printer off.
  238.    the program will time out and ask you if you wish to abort
  239.    the print job. **
  240.  
  241. Exit From The CardShop: will return you to the DOS Prompt.
  242.  
  243. ## One more note on the search feature. When you enter a letter
  244. or other character, each one you enter helps to locate your
  245. player.  The best way to see this is picking Display card by
  246. players last name.  You will note that the sample data will be
  247. displayed by  alphabetical order. Now with the Flashing cursor
  248. above the Name Aaron enter the letter  C  , you will see that
  249. the first name found is Canseco. Now each additional letter you
  250. enter would narrow down who you are Looking for.  Enter  O , you
  251. should have been moved to   Cone. ***
  252.  
  253. Now Move the Select Bar over the Print Reports Menu Item and
  254. Press return.  The Print reports menu is now Displayed. 
  255.  
  256. Before printing any reports, first line the top of the page up
  257. with your printers  print head. Then turn off the printer and
  258. turn it back on again. This will clear any Stray codes left from
  259. your last Program.
  260.  
  261. Just as on the Main Menu your records will be printed by the
  262. Selection you Choose from the Menu.  Be sure you have enough
  263. paper to print the entire report  or turn your printer off when
  264. it prints the section you need, or use the CTRL-ESC sequence.
  265.  
  266. Portable or Laptop computer users....  If your computer uses LCD,
  267. Backlighting or Gas plasma screens you may have difficulty with
  268. seeing some items. It depends on your particular machine. If this
  269. happens try using Shift Print Screen to get a copy of the Screen
  270. your having trouble with.   Please Drop me a Line a let me know
  271. what screen and the type of machine you are using.  This program
  272. was written for a color system. I have tried to make it as
  273. compatible as I can, but I only had one Laptop to test it on.
  274.  
  275. ***** FLOPPY DRIVE USERS.. CURRENTLY YOU CAN NOT MERGE DATA.
  276. WHEN YOU UPGRADE TO A HARD DRIVE YOU WILL HAVE TO START OVER. 
  277. THIS IS FOR VER. 2.22. I may WRITE A MERGE ROUTINE IN THE FUTURE.
  278. ******************************************************************
  279.  
  280.  
  281.  
  282.  
  283.  
  284.  
  285.  
  286.  
  287.  
  288.  
  289.  
  290.  
  291. Key Movement..
  292.  
  293. ESC          -- takes you back one screen
  294. Arrow keys   -- move you up,down,left and right.
  295. Page up      -- move up one screen full.
  296. Page down    -- move down one screen full.
  297. Home         -- Top of current screen
  298. End          -- Bottom of current Screen.
  299. Ctrl Pgdn    -- To the end of the file.
  300. Ctrl Pgup    -- To the Beginning of the file.
  301. CTRL ESC     -- Done 3 times in succession will stop printing.
  302.  
  303. Manufacturer Naming Convention.(for filling out Mfg section)
  304. ============================================================
  305. Bowman   -- For Original bowman cards.
  306. BowmanN  -- for NEW BOWMAN cards.
  307.  
  308. Donruss  -- For regular Donruss issue cards.
  309. DonrussR -- For Donruss series  The Rookies
  310.  
  311. Fleer    -- For regular Fleer issue cards.
  312. FleerU   -- For Fleer Update cards.
  313.  
  314. Score    -- For regular score issue cards.
  315. ScoreT   -- For Score Traded Sets.
  316. Sptflic  -- For Sportflics  regular issue cards.
  317.  
  318. Topps    -- For regular Topps Issue cards.
  319. ToppsB   -- Topps New Bowman issue cards.
  320. ToppsT   -- For Topps Traded Sets.
  321.  
  322. Upperdk  -- For regular Upper Deck Issue cards.
  323. Upperdk? -- In place of ? mark use U for update or T for traded
  324.  
  325. GRADING ABBREVIATIONS
  326. =====================
  327.  
  328. Mt   = Mint
  329. NrMt = Near Mint
  330. ExMt = Excellent Mint
  331. Ex   = Excellent
  332. Vg   = Very good
  333. Gd   = Good
  334. Fr   = Fair
  335. Pr   = Poor
  336.  
  337.  
  338.  
  339.          Suggested Abbreviations for Type of BASEBALL Cards
  340.  
  341. AAS    = Action All Star (postcard  DR)
  342. ALPC   = American League pitching Leaders
  343. AS     = All Star
  344. ATG    = All time great
  345. CL     = Check List
  346. CC     = Combination Card with 2 or more players(not a team card)
  347. COM    = Common card
  348. COR    = Corrected Card
  349. CY     = Cy Young winner
  350. DK     = Diamond King
  351. ERR    = Error card
  352. FC     = First Card
  353. FDP    = First Draft Pick
  354. HOF    = Hall of Fame
  355. HRP    = Hot rookie Prospect (upperdeck)
  356. IA     = In Action
  357. LL     = living Legends
  358. MG     = Manager Card
  359. MINI   = Small Card
  360. MVP    = Most Valuable Player
  361. MLP    = Major league prospect (fleer)
  362. NLBL   = National League Batting Leaders
  363. OLY    = Olympic baseball card
  364. PC     = Puzzle card
  365. RB     = Record Breaker
  366. RC     = Rookie Card
  367. RP     = Rookie Prospect
  368. REG    = Regional Card
  369. ROY    = Rookie of the Year
  370. RR     = Rated Rookie (donruss)
  371. SC     = Star Card
  372. SSC    = Super Star Card
  373. STC    = Sticker card
  374. TBC    = Turn Back The Clock
  375. TC     = Team Card
  376. TL     = Team Leader
  377. WS     = World Series Card
  378. Need   = use this to print a list of cards needed for card show! OR
  379. use the number 9999 in OWN section. (I do this..that way you can still
  380. list the type of card it is in the type of card section..
  381.  
  382. These abbreviations maybe used in combination to discribe a
  383. single card.  Abbreviations above are only
  384. Suggestions, If you use different ones just be sure to be
  385. consistent. A good source of abbreviations are the Large Paper
  386. back books that list all baseball cards printed.
  387.  
  388.  
  389. Please send me suggestions for improvements and suggested abbrv.
  390. Thanks for your support.
  391.  
  392.  
  393.        Football card abreviations courtesy of Jeff Turner
  394.  
  395. ALLPRO     =ALLPRO
  396. AS         =ALL STAR
  397. ATG        =ALL TIME GREAT
  398. COA        =COACH
  399. COM        =COMMON
  400. COMB       =COMB(TWO OR MORE/BUT NOT A TEAM)
  401. COR        =CORRECTED CARD
  402. DP         =DOUBLE PRINT(CARDS PRINTED IN DOUBLE QUANTITY THAN OTHER CARDS
  403. E CARD     =CANDY OR GUM CARD PRODUCED AND ISSUED PRIOR TO 1930
  404. ERR        =ERROR CARD
  405. HL         =HIGHLIGHT CARD
  406. HOF        =HALL OF FAME
  407. HOR        =HORIZONTAL POSE
  408. IA         =IN ACTION
  409. IR         =INSTANT REPLAY
  410. K          =KICKER
  411. KP         =KID PICTURE
  412. LB         =LINE BACKER
  413. LL         =LEAGUE LEADER
  414. MVP        =MOST VALUABLE PLAYER
  415. NY         =NEW YORK
  416. P1         =FIRST PRINTING
  417. P2         =SECOND PRINTING
  418. R CARD     =CANDY OR GUM CARD PRODUCED SINCE 1930
  419. RB         =RECORD BREAKER
  420. RC         =ROOKIE CARD
  421.  XRC       =FIRST CARD APPEARANCE
  422.  FTC       =FIRST TOPPS CARD
  423.  FBC       =FIRST BOWMAN CARD
  424.  FFC       =FIRST FLEER CARD
  425.  FSC       =FIRST SCORE CARD
  426.  FPSC      =FIRST PRO SET CARD
  427. ROY        =ROOKIE OF THE YEAR
  428. SA         =SUPER ACTION OR SPORT AMERICANA
  429. SC         =STAR CARD
  430. SP         =SINGLE OR SHORT PRINT
  431. TC         =TEAM CARD
  432. TL         =TEAM LEADER
  433. TR         =TRADE REFERENCE
  434. UER        =UNCORRECTED ERROR CARD
  435. W          =WITH BANNER
  436. W/O        =WITHOUT BANNER
  437.  
  438.          HOCKEY CARD ABBREVIATIONS COURTSEY OF STEVE HANCOCK
  439.  
  440. UPPER DECK = UpperD           Score Traded = ScoreT
  441. Pro Set = Proset              Ultra = Ultra
  442. Parkhurst = ParkH             Score = Score
  443. Classic = Class               Arena = Arena
  444. Pinnacle = Pinn               Topps = Topps
  445.  
  446. BL = Bloodlines
  447. AR = All rookie team
  448. ART = Art Card
  449. AS = All Star
  450. AS1 = 1st Team All Star
  451. AS2 = 2nd Team All Star
  452. AW = Award Winner
  453. AWT = All World Team
  454. CC = Canada Cup
  455. CL = Check list
  456. Com = Common Card
  457. Cor = Corrected Error
  458. DC = Draft Choice
  459. ERT = Euro-Rookie Team
  460. FAC = First Arena Card
  461. FCC = First Classic Card
  462. FPHC = First ParkHurst Card
  463. FPC = First Pinnacle Card
  464. GG = Good Guy
  465. GW = Game Winners
  466. HH = Hockey Heroes
  467. L = Ledgend
  468. LL = League Leader
  469. PP = Platinum Performer
  470. POY = Player of the Year
  471. RB = Record Breaker
  472. RC = Rookie Card
  473. RS = Russian Star
  474. SL = Sidelines
  475. SS = Soviet Stars
  476. SR = Star Rookies
  477. TC = Team Checklist
  478. UER = Uncorrected Error
  479. YG = Young Gun
  480. 50/50 = 50 goals in 50 games
  481.  
  482. If you collect cards other than baseball, football 
  483. or Hockey and you are using the cardshop for your collection, please 
  484. send me the coding your are using like the ones above.
  485. Try not to include conflicts with other codes. Share your ideas with the
  486. other collectors.  Thanks Again for your help.. and please
  487. send any additional codes that you may have for the above items.
  488. The Football and Hockey codes were from your fellow collectors
  489. if you have additions to add to any codes please send me a copy and
  490. I will add them to the list... With your help..this program can cover
  491. any type of cards...sports or NON-sports.
  492.  
  493. Thank you for using The CARDSHOP. If this is the shareware version
  494. you are using, and you would like to get the registered version follow
  495. the instructions below.
  496.  
  497. If you have received a copy of this program from a friend or from a
  498. bulleting board, your registration fee is **  $19.95 *** (U.S.Currency).
  499.  
  500. If you have bought a copy of this program from a shareware distributor
  501. your registration fee is ** $15.00 ** (U.S. Currency).
  502.  
  503. This honor system of payment is up to you. The shareware concept is
  504. here so that you, the software buying public can get quality software
  505. at a reasonable price.  We you register your copy of The Cardshop, you
  506. are helping to promote a great concept.  With registration you will
  507. recieve the full blown version of the program, along with any support
  508. you may need by mail, you will also be notified when and if any new
  509. versions are available.
  510.  
  511. Shareware users please fill out this form and return to:
  512.  
  513. Mr. Robert L. Manis
  514. # 3 Gardenia
  515. Hilton Head Is. S.C. 29928
  516.  
  517. please print neatly.
  518.  
  519. Name of Person for who the product is for:__________________________________
  520. (ACTUAL USER)
  521. Address to mail to:_________________________________________________________
  522.  
  523. City ___________________________-State_____-Zip____________________________
  524.  
  525. What type of computer will this be running on?_____________________________
  526.  
  527. RAM memory in machine?_______________________
  528.  
  529. Type of Monitor?______________________________(mono,cga,vga,svga etc)
  530.  
  531. Size of your hard Drive?______________________
  532.  
  533. Size of your floppies?_______________________________________________
  534.  
  535. What other type of programs would you like to see available?
  536. please give examples and what features you would like to have.
  537.  
  538.  
  539. Thanks Bob Manis
  540.  
  541. ps/ please note any errors in document below.