{"id":202,"date":"2021-08-08T17:58:54","date_gmt":"2021-08-08T17:58:54","guid":{"rendered":"https:\/\/pm-systems.com\/pristine_archive\/?page_id=202"},"modified":"2022-03-27T16:13:17","modified_gmt":"2022-03-27T16:13:17","slug":"create-a-search-program-to-find-a-specific-hard-disk-audio-file-on-a-pristine-system","status":"publish","type":"page","link":"https:\/\/pm-systems.com\/pristine_archive\/create-a-search-program-to-find-a-specific-hard-disk-audio-file-on-a-pristine-system\/","title":{"rendered":"Create a Search Program to Find a Specific Hard Disk Audio File on a Pristine System"},"content":{"rendered":"<section id=\"builder-section-text_30\" class=\"builder-section-first builder-section builder-section-text builder-section-last builder-text-columns-1\" style=\"background-size: cover; background-repeat: no-repeat;background-position: center center;\">\n<div class=\"builder-section-content\">\n<div class=\"builder-text-row\">\n<div class=\"builder-text-column builder-text-column-1\" id=\"builder-section-text_30-column-1\">\n<div class=\"builder-text-content\">\n<h3>CREATE A SEARCH PROGRAM TO FIND A SPECIFIC HARD DISK AUDIO FILE ON A PRISTINE SYSTEM<\/h3>\n<p><span style=\"font-family: Arial, Verdana, Helvetica, Swiss, Sans Serif;\">The following instructions will guide you through writing a Search program that will locate a hard disk audio file on your Pristine System, either RapidFire or MMCS. This program is helpful when you are trying to find a certain audio file and you do not remember which hard drive you stored it on. It will also find the files across the network on both the Playback and Production Computers, which is helpful if you want to make sure you transferred a file. Finally, it will also locate multiple copies of an audio file, in case you accidently used a file number more than once or mistyped the file number when producing an audio file.<\/span><\/p>\n<p>These instructions assume that you are familiar with the MS-DOS edit program and the general operation of your computer system. It also assumes that your computer network conforms to the current Pristine recommended setup of starting network drives at O-Drive. Finally, it assumes that all of your hard disk audio files are stored in the MUSICMGR subdirectory of each hard drive partition. You may have to alter the following batch file program if your system does not meet these assumptions.<\/p>\n<p>&nbsp;<\/p>\n<ol>\n<li>Create the following SEARCH.BAT batch file program using the MS-DOS Editor or any other editor that works with text files. Do not save this file in any format other than text. You may cut and paste this file if you are familiar with the Windows clipboard and Notepad or Wordpad. Save this batch file program in the MUSICMGR subdirectory of your Production and\/or Scheduling Computers.&nbsp;<br \/>\n<table>\n<tbody>\n<tr>\n<td>\n<pre>@ECHO OFF\nCLS\nECHO.\nECHO.\nIF EXIST C:MUSICMGRSP[%1].SPC DIR C:MUSICMGRSP[%1].SPC\nIF EXIST D:MUSICMGRSP[%1].SPC DIR D:MUSICMGRSP[%1].SPC\nIF EXIST E:MUSICMGRSP[%1].SPC DIR E:MUSICMGRSP[%1].SPC\nIF EXIST F:MUSICMGRSP[%1].SPC DIR F:MUSICMGRSP[%1].SPC\nIF EXIST G:MUSICMGRSP[%1].SPC DIR G:MUSICMGRSP[%1].SPC\nIF EXIST H:MUSICMGRSP[%1].SPC DIR H:MUSICMGRSP[%1].SPC\nIF EXIST I:MUSICMGRSP[%1].SPC DIR I:MUSICMGRSP[%1].SPC\nIF EXIST J:MUSICMGRSP[%1].SPC DIR J:MUSICMGRSP[%1].SPC\nIF EXIST K:MUSICMGRSP[%1].SPC DIR K:MUSICMGRSP[%1].SPC\nIF EXIST L:MUSICMGRSP[%1].SPC DIR L:MUSICMGRSP[%1].SPC\nIF EXIST M:MUSICMGRSP[%1].SPC DIR M:MUSICMGRSP[%1].SPC\nIF EXIST N:MUSICMGRSP[%1].SPC DIR N:MUSICMGRSP[%1].SPC\n\nIF EXIST O:MUSICMGRSP[%1].SPC DIR O:MUSICMGRSP[%1].SPC\nIF EXIST P:MUSICMGRSP[%1].SPC DIR P:MUSICMGRSP[%1].SPC\nIF EXIST Q:MUSICMGRSP[%1].SPC DIR Q:MUSICMGRSP[%1].SPC\nIF EXIST R:MUSICMGRSP[%1].SPC DIR R:MUSICMGRSP[%1].SPC\nIF EXIST S:MUSICMGRSP[%1].SPC DIR S:MUSICMGRSP[%1].SPC\nIF EXIST T:MUSICMGRSP[%1].SPC DIR T:MUSICMGRSP[%1].SPC\nIF EXIST U:MUSICMGRSP[%1].SPC DIR U:MUSICMGRSP[%1].SPC\nIF EXIST V:MUSICMGRSP[%1].SPC DIR V:MUSICMGRSP[%1].SPC\nIF EXIST W:MUSICMGRSP[%1].SPC DIR W:MUSICMGRSP[%1].SPC\nIF EXIST X:MUSICMGRSP[%1].SPC DIR X:MUSICMGRSP[%1].SPC\nIF EXIST Y:MUSICMGRSP[%1].SPC DIR Y:MUSICMGRSP[%1].SPC\nIF EXIST Z:MUSICMGRSP[%1].SPC DIR Z:MUSICMGRSP[%1].SPC\n\nECHO.\nECHO.\nPAUSE\n<\/pre>\n<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p>&nbsp;<\/li>\n<li>Now create a Command List in the Pristine Control Panel Menu System to access this program and make it work. From the Main Menu on your Control Panel, press the F9 key twice to enter Menu Maintenance.<\/li>\n<li>Press F6 ADD and then select C for COMMAND LIST.<\/li>\n<li>Enter the Selection Key of your choice, a description like &#8220;Search For An Audio File&#8221;, and press ENTER to pass by the Password screen.<\/li>\n<li>Enter the following two lines as shown on the following screen, then press F10 SAVE &amp; EXIT, and press the ESC several times until you are back at the Main Menu.<br \/>\n<table>\n<tbody>\n<tr>\n<td>\n<pre>rem [Search For Which Audio File Number?|nnnnn|5|%1]\ncall c:musicmgrsearch.bat [%1]\n<\/pre>\n<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.pm-systems.com\/pristine\/support\/schbat.gif\" width=\"635\" height=\"353\" border=\"0\" \/><\/li>\n<\/ol>\n<ol start=\"6\">\n<li>Now test your new Search Program by entering an audio file number and see if it is located. If not, check your work to make sure you did not enter anything wrong in the SEARCH.BAT program.<\/li>\n<\/ol>\n<p><span style=\"color: #858585; font-family: Arial,Verdana,Helvetica,Tahoma;\"> \u00a9 1997 Professional Management Services Inc.<br \/>\nAll Rights Reserved. MS-DOS\u00ae is a trademark of Microsoft, Inc.<br \/>\nThis page last updated 12\/6\/97<\/span><\/p>\n<\/p><\/div>\n<\/p><\/div>\n<\/p><\/div>\n<div class=\"builder-text-row\">\n<div class=\"builder-text-column builder-text-column-2\" id=\"builder-section-text_30-column-1\">\n<div class=\"builder-text-content\">\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n<\/p><\/div>\n<\/p><\/div>\n<div class=\"builder-text-row\">\n<div class=\"builder-text-column builder-text-column-3\" id=\"builder-section-text_30-column-1\">\n<div class=\"builder-text-content\">\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n<\/p><\/div>\n<\/p><\/div>\n<\/p><\/div>\n<\/section>\n","protected":false},"excerpt":{"rendered":"<p>CREATE A SEARCH PROGRAM TO FIND A SPECIFIC HARD DISK AUDIO FILE ON A PRISTINE SYSTEM The following instructions will guide you through writing a Search program that will locate a hard disk audio file on your Pristine System, either RapidFire or MMCS. This program is helpful when you are trying to find a certain &hellip;<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"open","ping_status":"closed","template":"template-builder.php","meta":{"footnotes":""},"class_list":["post-202","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v28.1 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Create a Search Program to Find a Specific Hard Disk Audio File on a Pristine System - Technical Support Archive<\/title>\n<meta name=\"description\" content=\"PM-Systems is a computer consulting firm, specializing in web development. Our firm provides our clients with Internet support from simple websites to custom designed web applications.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/pm-systems.com\/pristine_archive\/create-a-search-program-to-find-a-specific-hard-disk-audio-file-on-a-pristine-system\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Create a Search Program to Find a Specific Hard Disk Audio File on a Pristine System - Technical Support Archive\" \/>\n<meta property=\"og:description\" content=\"PM-Systems is a computer consulting firm, specializing in web development. Our firm provides our clients with Internet support from simple websites to custom designed web applications.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/pm-systems.com\/pristine_archive\/create-a-search-program-to-find-a-specific-hard-disk-audio-file-on-a-pristine-system\/\" \/>\n<meta property=\"og:site_name\" content=\"Technical Support Archive\" \/>\n<meta property=\"article:modified_time\" content=\"2022-03-27T16:13:17+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.pm-systems.com\/pristine\/support\/schbat.gif\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/pm-systems.com\\\/pristine_archive\\\/create-a-search-program-to-find-a-specific-hard-disk-audio-file-on-a-pristine-system\\\/\",\"url\":\"https:\\\/\\\/pm-systems.com\\\/pristine_archive\\\/create-a-search-program-to-find-a-specific-hard-disk-audio-file-on-a-pristine-system\\\/\",\"name\":\"Create a Search Program to Find a Specific Hard Disk Audio File on a Pristine System - Technical Support Archive\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/pm-systems.com\\\/pristine_archive\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/pm-systems.com\\\/pristine_archive\\\/create-a-search-program-to-find-a-specific-hard-disk-audio-file-on-a-pristine-system\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/pm-systems.com\\\/pristine_archive\\\/create-a-search-program-to-find-a-specific-hard-disk-audio-file-on-a-pristine-system\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.pm-systems.com\\\/pristine\\\/support\\\/schbat.gif\",\"datePublished\":\"2021-08-08T17:58:54+00:00\",\"dateModified\":\"2022-03-27T16:13:17+00:00\",\"description\":\"PM-Systems is a computer consulting firm, specializing in web development. Our firm provides our clients with Internet support from simple websites to custom designed web applications.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/pm-systems.com\\\/pristine_archive\\\/create-a-search-program-to-find-a-specific-hard-disk-audio-file-on-a-pristine-system\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/pm-systems.com\\\/pristine_archive\\\/create-a-search-program-to-find-a-specific-hard-disk-audio-file-on-a-pristine-system\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/pm-systems.com\\\/pristine_archive\\\/create-a-search-program-to-find-a-specific-hard-disk-audio-file-on-a-pristine-system\\\/#primaryimage\",\"url\":\"https:\\\/\\\/www.pm-systems.com\\\/pristine\\\/support\\\/schbat.gif\",\"contentUrl\":\"https:\\\/\\\/www.pm-systems.com\\\/pristine\\\/support\\\/schbat.gif\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/pm-systems.com\\\/pristine_archive\\\/create-a-search-program-to-find-a-specific-hard-disk-audio-file-on-a-pristine-system\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/pm-systems.com\\\/pristine_archive\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Create a Search Program to Find a Specific Hard Disk Audio File on a Pristine System\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/pm-systems.com\\\/pristine_archive\\\/#website\",\"url\":\"https:\\\/\\\/pm-systems.com\\\/pristine_archive\\\/\",\"name\":\"Technical Support Archive\",\"description\":\"Support Files for Legacy Pristine Systems Users\",\"publisher\":{\"@id\":\"https:\\\/\\\/pm-systems.com\\\/pristine_archive\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/pm-systems.com\\\/pristine_archive\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/pm-systems.com\\\/pristine_archive\\\/#organization\",\"name\":\"PM-Systems\",\"url\":\"https:\\\/\\\/pm-systems.com\\\/pristine_archive\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/pm-systems.com\\\/pristine_archive\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/pm-systems.com\\\/pristine_archive\\\/wp-content\\\/uploads\\\/2021\\\/08\\\/PMS-color-no-shadow-1.bmp\",\"contentUrl\":\"https:\\\/\\\/pm-systems.com\\\/pristine_archive\\\/wp-content\\\/uploads\\\/2021\\\/08\\\/PMS-color-no-shadow-1.bmp\",\"width\":100,\"height\":100,\"caption\":\"PM-Systems\"},\"image\":{\"@id\":\"https:\\\/\\\/pm-systems.com\\\/pristine_archive\\\/#\\\/schema\\\/logo\\\/image\\\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Create a Search Program to Find a Specific Hard Disk Audio File on a Pristine System - Technical Support Archive","description":"PM-Systems is a computer consulting firm, specializing in web development. Our firm provides our clients with Internet support from simple websites to custom designed web applications.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/pm-systems.com\/pristine_archive\/create-a-search-program-to-find-a-specific-hard-disk-audio-file-on-a-pristine-system\/","og_locale":"en_US","og_type":"article","og_title":"Create a Search Program to Find a Specific Hard Disk Audio File on a Pristine System - Technical Support Archive","og_description":"PM-Systems is a computer consulting firm, specializing in web development. Our firm provides our clients with Internet support from simple websites to custom designed web applications.","og_url":"https:\/\/pm-systems.com\/pristine_archive\/create-a-search-program-to-find-a-specific-hard-disk-audio-file-on-a-pristine-system\/","og_site_name":"Technical Support Archive","article_modified_time":"2022-03-27T16:13:17+00:00","og_image":[{"url":"https:\/\/www.pm-systems.com\/pristine\/support\/schbat.gif","type":"","width":"","height":""}],"twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/pm-systems.com\/pristine_archive\/create-a-search-program-to-find-a-specific-hard-disk-audio-file-on-a-pristine-system\/","url":"https:\/\/pm-systems.com\/pristine_archive\/create-a-search-program-to-find-a-specific-hard-disk-audio-file-on-a-pristine-system\/","name":"Create a Search Program to Find a Specific Hard Disk Audio File on a Pristine System - Technical Support Archive","isPartOf":{"@id":"https:\/\/pm-systems.com\/pristine_archive\/#website"},"primaryImageOfPage":{"@id":"https:\/\/pm-systems.com\/pristine_archive\/create-a-search-program-to-find-a-specific-hard-disk-audio-file-on-a-pristine-system\/#primaryimage"},"image":{"@id":"https:\/\/pm-systems.com\/pristine_archive\/create-a-search-program-to-find-a-specific-hard-disk-audio-file-on-a-pristine-system\/#primaryimage"},"thumbnailUrl":"https:\/\/www.pm-systems.com\/pristine\/support\/schbat.gif","datePublished":"2021-08-08T17:58:54+00:00","dateModified":"2022-03-27T16:13:17+00:00","description":"PM-Systems is a computer consulting firm, specializing in web development. Our firm provides our clients with Internet support from simple websites to custom designed web applications.","breadcrumb":{"@id":"https:\/\/pm-systems.com\/pristine_archive\/create-a-search-program-to-find-a-specific-hard-disk-audio-file-on-a-pristine-system\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/pm-systems.com\/pristine_archive\/create-a-search-program-to-find-a-specific-hard-disk-audio-file-on-a-pristine-system\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/pm-systems.com\/pristine_archive\/create-a-search-program-to-find-a-specific-hard-disk-audio-file-on-a-pristine-system\/#primaryimage","url":"https:\/\/www.pm-systems.com\/pristine\/support\/schbat.gif","contentUrl":"https:\/\/www.pm-systems.com\/pristine\/support\/schbat.gif"},{"@type":"BreadcrumbList","@id":"https:\/\/pm-systems.com\/pristine_archive\/create-a-search-program-to-find-a-specific-hard-disk-audio-file-on-a-pristine-system\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/pm-systems.com\/pristine_archive\/"},{"@type":"ListItem","position":2,"name":"Create a Search Program to Find a Specific Hard Disk Audio File on a Pristine System"}]},{"@type":"WebSite","@id":"https:\/\/pm-systems.com\/pristine_archive\/#website","url":"https:\/\/pm-systems.com\/pristine_archive\/","name":"Technical Support Archive","description":"Support Files for Legacy Pristine Systems Users","publisher":{"@id":"https:\/\/pm-systems.com\/pristine_archive\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/pm-systems.com\/pristine_archive\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/pm-systems.com\/pristine_archive\/#organization","name":"PM-Systems","url":"https:\/\/pm-systems.com\/pristine_archive\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/pm-systems.com\/pristine_archive\/#\/schema\/logo\/image\/","url":"https:\/\/pm-systems.com\/pristine_archive\/wp-content\/uploads\/2021\/08\/PMS-color-no-shadow-1.bmp","contentUrl":"https:\/\/pm-systems.com\/pristine_archive\/wp-content\/uploads\/2021\/08\/PMS-color-no-shadow-1.bmp","width":100,"height":100,"caption":"PM-Systems"},"image":{"@id":"https:\/\/pm-systems.com\/pristine_archive\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/pm-systems.com\/pristine_archive\/wp-json\/wp\/v2\/pages\/202","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/pm-systems.com\/pristine_archive\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/pm-systems.com\/pristine_archive\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/pm-systems.com\/pristine_archive\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/pm-systems.com\/pristine_archive\/wp-json\/wp\/v2\/comments?post=202"}],"version-history":[{"count":2,"href":"https:\/\/pm-systems.com\/pristine_archive\/wp-json\/wp\/v2\/pages\/202\/revisions"}],"predecessor-version":[{"id":204,"href":"https:\/\/pm-systems.com\/pristine_archive\/wp-json\/wp\/v2\/pages\/202\/revisions\/204"}],"wp:attachment":[{"href":"https:\/\/pm-systems.com\/pristine_archive\/wp-json\/wp\/v2\/media?parent=202"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}