--- title: "Transfer Files Without Retyping Profile 2068" type: "article" slug: "transfer-files-without-retyping-profile-2068" url: "http://localhost/article/transfer-files-without-retyping-profile-2068/" markdown_url: "http://localhost/article/transfer-files-without-retyping-profile-2068.md" published_at: "2026-03-14T13:53:04+00:00" modified_at: "2026-03-14T13:53:04+00:00" featured_image: url: "http://localhost/wp-content/uploads/2022/04/20230809-041332.jpg" excerpt: "Step-by-step instructions for transferring data files from one version of Pro/File 2068 to another using SAVE/LOAD CODE commands, avoiding manual re-entry. Technique uses PEEK 23627+256*PEEK 23628 to find the starting address of the file data in memory, then SAVEs and LOADs raw bytes. Tips from the program's author, Thomas B. Woods." category: - name: "Timelinez" slug: "timelinez" taxonomy: "category" url: "http://localhost/category/periodicals/timelinez/" post_tag: - name: "Pro/File 2068" slug: "pro-file-2068" taxonomy: "post_tag" url: "http://localhost/tag/pro-file-2068/" - name: "TS 2068" slug: "ts2068" taxonomy: "post_tag" url: "http://localhost/tag/ts2068/" model: - name: "Timex/Sinclair 2068" slug: "ts-2068" taxonomy: "model" url: "http://localhost/model/ts-2068/" indiv: - name: "Rod Gowen" slug: "rod-gowen" taxonomy: "indiv" url: "http://localhost/indiv/rod-gowen/" publication_r: id: 21571 title: "Timelinez" type: "periodical" url: "http://localhost/periodical/timelinez/" authors_r: - name: "Rod Gowen" slug: "rod-gowen" taxonomy: "indiv" url: "http://localhost/indiv/rod-gowen/" volume: "4" issue: "1" issues_articles: - id: 38829 title: "Timelinez v4 n1" type: "issue" url: "http://localhost/issue/timelinez-v4-n1/" pages: "4" pubdate: "January 1986" archive_link: false --- # Transfer Files Without Retyping Profile 2068 Step-by-step instructions for transferring data files from one version of Pro/File 2068 to another using SAVE/LOAD CODE commands, avoiding manual re-entry. Technique uses PEEK 23627+256*PEEK 23628 to find the starting address of the file data in memory, then SAVEs and LOADs raw bytes. Tips from the program’s author, Thomas B. Woods.