How to Compile the Calendar program

If you are running Windows XP, Vista, 7,8,10 on a 32-bit system, these commands will work fine, just as they are. If you are running Windows 7,8,10 on a 64-bit system, run these commands in XP-Mode or DosBox.

If unsure whether your system is 32-bit or 64-bit, press the Windows logo key + X. Use the mouse to click on System then look for System Type.
On a Windows 7 computer, click Start, right-click Computer, and then click Properties.

Ok, here are the commands

  1. Create a directory, call it whatever you like, say, CALENDAR
     
  2. Save C.txt and all the files found in this zipped, Quicksilver development file into this directory.
     
  3. Go to a Command prompt and use the CD command to change directories to this Calendar directory.
     
  4. Type the following commands:
     
    1. REN C.TXT C.PRG
       
    2. DB3C C
       
    3. DB3L C
       

This generates the executable program C.exe

Type C to run the program

** End of Instructions