--- title: "Avoid Printing “Search Is Complete” Or Directory Files On Auto Searches" type: "article" slug: "avoid-printing-search-is-complete-or-directory-files-on-auto-searches" url: "http://localhost/article/avoid-printing-search-is-complete-or-directory-files-on-auto-searches/" markdown_url: "http://localhost/article/avoid-printing-search-is-complete-or-directory-files-on-auto-searches.md" published_at: "2023-04-04T00:14:46+00:00" modified_at: "2026-06-21T23:37:06+00:00" featured_image: url: "http://localhost/wp-content/uploads/2022/04/20230809-041332.jpg" excerpt: "Being a band director, I often made printouts of my students by instrument. First I would print all the flute players, then clarinets, etc. However, I always had SEARCH IS COMPLETE printed in between each section. Also, I use a number of codes in my files, so to help me keep track of their meaning…" category: - name: "Extensions" slug: "extensions" taxonomy: "category" url: "http://localhost/category/periodicals/extensions/" post_tag: - name: "Full Text" slug: "fulltext" taxonomy: "post_tag" url: "http://localhost/tag/fulltext/" - 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/" - 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: "Robert Fischer" slug: "robert-fischer" taxonomy: "indiv" url: "http://localhost/indiv/robert-fischer/" publication_r: id: 39138 title: "Extensions" type: "periodical" url: "http://localhost/periodical/extensions/" authors: "Robert Fischer" authors_r: - name: "Robert Fischer" slug: "robert-fischer" taxonomy: "indiv" url: "http://localhost/indiv/robert-fischer/" issue: "1" issues_articles: - id: 49306 title: "Extensions issue 1" type: "issue" url: "http://localhost/issue/extensions/" pages: "7" product_reviews: - id: 13646 title: "Pro/File 2068" type: "product" url: "http://localhost/product/pro-file-2068-2/" archive_link: false --- # Avoid Printing “Search Is Complete” Or Directory Files On Auto Searches Being a band director, I often made printouts of my students by instrument. First I would print all the flute players, then clarinets, etc. However, I always had SEARCH IS COMPLETE printed in between each section. Also, I use a number of codes in my files, so to help me keep track of their meaning I make directory files which list and explain each one. Unfortunately, if I do a printout of all school owned instruments (I would search for “;/”) I would also printout the directory which contains that code! The following line solves both problems. ``` 7203 IF B=P OR E$(1, TO 2)="##" THEN GO TO 7229 ``` The only time B=P is when SEARCH IS COMPLETE is on the screen and so the print routine is sKipped over. If you start any directory files you don’t want auto printed with ## as the first 2 characters on line 1 they will be by-passed as well. Note, this only affects auto printing. You can still print them out as individual files. Also, any time you want to see your directories just search for ##.