--- title: "Program Header Listing" type: "article" slug: "program-header-listing" url: "http://localhost/article/program-header-listing/" markdown_url: "http://localhost/article/program-header-listing.md" published_at: "2025-11-06T08:57:26+00:00" modified_at: "2025-11-06T08:57:27+00:00" featured_image: url: "http://localhost/wp-content/uploads/2022/04/20230809-041332.jpg" excerpt: "If you are like me, you like to have backup copies of your T/S programs to use on a regular basis. I put the master copies of my tapes away so that they can't get damaged. Some programs are easy to backup. If they are completely in BASIC, you simply break the program, and look…" category: - name: "T-S Horizons" slug: "t-s-horizons" taxonomy: "category" url: "http://localhost/category/periodicals/t-s-horizons/" post_tag: - name: "TS 2068" slug: "ts2068" taxonomy: "post_tag" url: "http://localhost/tag/ts2068/" - name: "Type-in program" slug: "type-in-program" taxonomy: "post_tag" url: "http://localhost/tag/type-in-program/" model: - name: "Timex/Sinclair 2068" slug: "ts-2068" taxonomy: "model" url: "http://localhost/model/ts-2068/" indiv: - name: "Bill Ferrebee" slug: "bill-ferrebee" taxonomy: "indiv" url: "http://localhost/indiv/bill-ferrebee/" publication_r: id: 10247 title: "T-S Horizons" type: "periodical" url: "http://localhost/periodical/t-s-horizons/" authors_r: - name: "Bill Ferrebee" slug: "bill-ferrebee" taxonomy: "indiv" url: "http://localhost/indiv/bill-ferrebee/" issue: "10" issues_articles: - id: 50948 title: "T-S Horizons n10" type: "issue" url: "http://localhost/issue/t-s-horizons-n10/" pages: "14-15" pubdate: "Dec 1984" archive_link: false --- # Program Header Listing If you are like me, you like to have backup copies of your T/S programs to use on a regular basis. I put the master copies of my tapes away so that they can’t get damaged. Some programs are easy to backup. If they are completely in BASIC, you simply break the program, and look through the listing to see where they autorun from. Many times the SAVE routine is imbedded right into the program. Then all you have to do is prepare your recorder and type GOTO XXX (the line number of the SAVE routine).