{"id":42240,"date":"2013-03-18T19:40:12","date_gmt":"2013-03-18T19:40:12","guid":{"rendered":"https:\/\/www.pcmatic.com\/blog\/?p=42240"},"modified":"2013-03-18T19:40:12","modified_gmt":"2013-03-18T19:40:12","slug":"create-a-multiple-choice-menu-in-a-batch-file","status":"publish","type":"post","link":"https:\/\/www.pcmatic.com\/blog\/create-a-multiple-choice-menu-in-a-batch-file\/","title":{"rendered":"Create a multiple choice menu in a batch-file"},"content":{"rendered":"<p><\/p>\n<p>By Windows Guides<\/p>\n<h3>Create a multiple choice menu in a batch-file<\/h3>\n<p>Batch-Files are small yet powerful tools that you can create to easy your daily chores. Back in the day when Windows was glass covered holes for letting air and light into your house, Batch scripting was an essential and every day tasks. Today, most people don\u2019t even know it exists.<\/p>\n<p>This time we\u2019ll explore how to create a multiple choice menu that can trigger files, website and functions.<\/p>\n<p><strong>Create a multiple choice menu in a batch-file<\/strong><\/p>\n<p>There are endless possibilities to this, so what I\u2019m about to show you will only cover a few bases that will point you in the direction you might want to go.<\/p>\n<p><strong>First up a few definitions<\/strong><\/p>\n<p><strong>\u2022<\/strong><strong>Goto:<\/strong> The Goto Statement allows us to jump to a specific part of the script, like back to Start or the end.<\/p>\n<p><strong>\u2022<\/strong><strong>[Place]:<\/strong> When we use the Goto Statement we need a target. The Target or Place is defined by a Colon and a name (:HOME).<\/p>\n<p><strong>\u2022<\/strong><strong>Variables (or Var):<\/strong> Variables are small post-it notes that stores information (user input) for later use. In Batch Scripting we declare a variable with the SET command.<\/p>\n<p><strong>\u2022<\/strong><strong>ECHO:<\/strong> This Command is used to hide or show feedback to the user. Turning it OFF will make sure everything we do is invisible to the user.<\/p>\n<p><strong>\u2022<\/strong><strong>CLS:<\/strong> Clear Screen, empties the CMD-window<\/p>\n<p><strong>\u2022<\/strong><strong>Pause:<\/strong> Inserting the PAUSE command will pause the script from running until the user press a key.<\/p>\n<p><strong>\u2022<\/strong><strong>START or CALL:<\/strong> Commands used to trigger an event (a batch file, website etc)<\/p>\n<p><strong>\u2022<\/strong><strong>Exit:<\/strong> This command ends the script from running<\/p>\n<p><strong><a href=\"http:\/\/mintywhite.com\/software-reviews\/productivity-software\/create-multiple-choice-menu-batchfile\/\" target=\"_blank\">Article continued here<\/a><\/strong><\/p>\n<p>This excerpt appears with the permission of Windows Guides.<\/p>\n","protected":false},"excerpt":{"rendered":"<p><img decoding=\"async\" src=\"http:\/\/techtalk.pcpitstop.com\/wp-content\/uploads\/batch.jpg\" alt=\"batch\" width=\"150\" height=\"150\" class=\"alignleft size-full wp-image-42246\" srcset=\"https:\/\/www.pcmatic.com\/blog\/wp-content\/uploads\/batch.jpg 150w, https:\/\/www.pcmatic.com\/blog\/wp-content\/uploads\/batch-120x120.jpg 120w\" sizes=\"(max-width: 150px) 100vw, 150px\" \/><\/p>\n<p>How to create a multiple choice menu in a batch-file that can trigger files, website and functions.<\/p>\n","protected":false},"author":35,"featured_media":66012,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"site-sidebar-layout":"default","site-content-layout":"","ast-site-content-layout":"default","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"categories":[3883],"tags":[4432],"class_list":["post-42240","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-windows-guides","tag-batch-file"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Create a multiple choice menu in a batch-file<\/title>\n<meta name=\"description\" content=\"How to create a multiple choice menu in a batch-file that can trigger files, website and functions.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.pcmatic.com\/blog\/create-a-multiple-choice-menu-in-a-batch-file\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Create a multiple choice menu in a batch-file\" \/>\n<meta property=\"og:description\" content=\"How to create a multiple choice menu in a batch-file that can trigger files, website and functions.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.pcmatic.com\/blog\/create-a-multiple-choice-menu-in-a-batch-file\/\" \/>\n<meta property=\"og:site_name\" content=\"PC Matic Blog\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/pcmatic\" \/>\n<meta property=\"article:published_time\" content=\"2013-03-18T19:40:12+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.pcmatic.com\/blog\/wp-content\/uploads\/pcmatic-fallback.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1920\" \/>\n\t<meta property=\"og:image:height\" content=\"1080\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"windowsguides\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@pcmatic\" \/>\n<meta name=\"twitter:site\" content=\"@pcmatic\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"windowsguides\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/www.pcmatic.com\\\/blog\\\/create-a-multiple-choice-menu-in-a-batch-file\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.pcmatic.com\\\/blog\\\/create-a-multiple-choice-menu-in-a-batch-file\\\/\"},\"author\":{\"name\":\"windowsguides\",\"@id\":\"https:\\\/\\\/www.pcmatic.com\\\/blog\\\/#\\\/schema\\\/person\\\/1accfb01fb897209fdc472e4c3e011ec\"},\"headline\":\"Create a multiple choice menu in a batch-file\",\"datePublished\":\"2013-03-18T19:40:12+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.pcmatic.com\\\/blog\\\/create-a-multiple-choice-menu-in-a-batch-file\\\/\"},\"wordCount\":291,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\\\/\\\/www.pcmatic.com\\\/blog\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/www.pcmatic.com\\\/blog\\\/create-a-multiple-choice-menu-in-a-batch-file\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.pcmatic.com\\\/blog\\\/wp-content\\\/uploads\\\/pcmatic-fallback.png\",\"keywords\":[\"batch-file\"],\"articleSection\":[\"Windows Guides\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/www.pcmatic.com\\\/blog\\\/create-a-multiple-choice-menu-in-a-batch-file\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.pcmatic.com\\\/blog\\\/create-a-multiple-choice-menu-in-a-batch-file\\\/\",\"url\":\"https:\\\/\\\/www.pcmatic.com\\\/blog\\\/create-a-multiple-choice-menu-in-a-batch-file\\\/\",\"name\":\"Create a multiple choice menu in a batch-file\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.pcmatic.com\\\/blog\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/www.pcmatic.com\\\/blog\\\/create-a-multiple-choice-menu-in-a-batch-file\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/www.pcmatic.com\\\/blog\\\/create-a-multiple-choice-menu-in-a-batch-file\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.pcmatic.com\\\/blog\\\/wp-content\\\/uploads\\\/pcmatic-fallback.png\",\"datePublished\":\"2013-03-18T19:40:12+00:00\",\"description\":\"How to create a multiple choice menu in a batch-file that can trigger files, website and functions.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.pcmatic.com\\\/blog\\\/create-a-multiple-choice-menu-in-a-batch-file\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.pcmatic.com\\\/blog\\\/create-a-multiple-choice-menu-in-a-batch-file\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.pcmatic.com\\\/blog\\\/create-a-multiple-choice-menu-in-a-batch-file\\\/#primaryimage\",\"url\":\"https:\\\/\\\/www.pcmatic.com\\\/blog\\\/wp-content\\\/uploads\\\/pcmatic-fallback.png\",\"contentUrl\":\"https:\\\/\\\/www.pcmatic.com\\\/blog\\\/wp-content\\\/uploads\\\/pcmatic-fallback.png\",\"width\":1920,\"height\":1080},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.pcmatic.com\\\/blog\\\/create-a-multiple-choice-menu-in-a-batch-file\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.pcmatic.com\\\/blog\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Create a multiple choice menu in a batch-file\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.pcmatic.com\\\/blog\\\/#website\",\"url\":\"https:\\\/\\\/www.pcmatic.com\\\/blog\\\/\",\"name\":\"PC Matic Blog\",\"description\":\"Tech Tips and Tricks\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.pcmatic.com\\\/blog\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.pcmatic.com\\\/blog\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/www.pcmatic.com\\\/blog\\\/#organization\",\"name\":\"PC Matic - Top Antivirus Company in the USA.\",\"url\":\"https:\\\/\\\/www.pcmatic.com\\\/blog\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.pcmatic.com\\\/blog\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/techtalk.pcmatic.com\\\/wp-content\\\/uploads\\\/PC-MaticLogo-e1472689639222.png\",\"contentUrl\":\"https:\\\/\\\/techtalk.pcmatic.com\\\/wp-content\\\/uploads\\\/PC-MaticLogo-e1472689639222.png\",\"width\":1535,\"height\":483,\"caption\":\"PC Matic - Top Antivirus Company in the USA.\"},\"image\":{\"@id\":\"https:\\\/\\\/www.pcmatic.com\\\/blog\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/pcmatic\",\"https:\\\/\\\/x.com\\\/pcmatic\",\"https:\\\/\\\/www.instagram.com\\\/pcmaticusa\\\/\",\"https:\\\/\\\/www.linkedin.com\\\/company\\\/pcmatic\",\"https:\\\/\\\/www.youtube.com\\\/c\\\/PCMaticVideo\"]},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/www.pcmatic.com\\\/blog\\\/#\\\/schema\\\/person\\\/1accfb01fb897209fdc472e4c3e011ec\",\"name\":\"windowsguides\",\"description\":\"Founded in 2008, Windows Guides is a place for PC users, of all skill levels, to come and top up their Windows skills by learning the ins and outs of the world's most popular operating system. Windows Guides helps you be more productive by fine tuning your PC to meet your every day computer needs. Users can sign up for the regular newsletter filled with how-to guides and join the community of PC enthusiasts who want to take their understanding to the next level. Even the most knowledgeable PC geeks are sure to learn a thing or two at Windows Guides.\",\"sameAs\":[\"http:\\\/\\\/mintywhite.com\\\/\"],\"url\":\"https:\\\/\\\/www.pcmatic.com\\\/blog\\\/author\\\/windowsguides\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Create a multiple choice menu in a batch-file","description":"How to create a multiple choice menu in a batch-file that can trigger files, website and functions.","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:\/\/www.pcmatic.com\/blog\/create-a-multiple-choice-menu-in-a-batch-file\/","og_locale":"en_US","og_type":"article","og_title":"Create a multiple choice menu in a batch-file","og_description":"How to create a multiple choice menu in a batch-file that can trigger files, website and functions.","og_url":"https:\/\/www.pcmatic.com\/blog\/create-a-multiple-choice-menu-in-a-batch-file\/","og_site_name":"PC Matic Blog","article_publisher":"https:\/\/www.facebook.com\/pcmatic","article_published_time":"2013-03-18T19:40:12+00:00","og_image":[{"width":1920,"height":1080,"url":"https:\/\/www.pcmatic.com\/blog\/wp-content\/uploads\/pcmatic-fallback.png","type":"image\/png"}],"author":"windowsguides","twitter_card":"summary_large_image","twitter_creator":"@pcmatic","twitter_site":"@pcmatic","twitter_misc":{"Written by":"windowsguides","Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.pcmatic.com\/blog\/create-a-multiple-choice-menu-in-a-batch-file\/#article","isPartOf":{"@id":"https:\/\/www.pcmatic.com\/blog\/create-a-multiple-choice-menu-in-a-batch-file\/"},"author":{"name":"windowsguides","@id":"https:\/\/www.pcmatic.com\/blog\/#\/schema\/person\/1accfb01fb897209fdc472e4c3e011ec"},"headline":"Create a multiple choice menu in a batch-file","datePublished":"2013-03-18T19:40:12+00:00","mainEntityOfPage":{"@id":"https:\/\/www.pcmatic.com\/blog\/create-a-multiple-choice-menu-in-a-batch-file\/"},"wordCount":291,"commentCount":0,"publisher":{"@id":"https:\/\/www.pcmatic.com\/blog\/#organization"},"image":{"@id":"https:\/\/www.pcmatic.com\/blog\/create-a-multiple-choice-menu-in-a-batch-file\/#primaryimage"},"thumbnailUrl":"https:\/\/www.pcmatic.com\/blog\/wp-content\/uploads\/pcmatic-fallback.png","keywords":["batch-file"],"articleSection":["Windows Guides"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.pcmatic.com\/blog\/create-a-multiple-choice-menu-in-a-batch-file\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.pcmatic.com\/blog\/create-a-multiple-choice-menu-in-a-batch-file\/","url":"https:\/\/www.pcmatic.com\/blog\/create-a-multiple-choice-menu-in-a-batch-file\/","name":"Create a multiple choice menu in a batch-file","isPartOf":{"@id":"https:\/\/www.pcmatic.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.pcmatic.com\/blog\/create-a-multiple-choice-menu-in-a-batch-file\/#primaryimage"},"image":{"@id":"https:\/\/www.pcmatic.com\/blog\/create-a-multiple-choice-menu-in-a-batch-file\/#primaryimage"},"thumbnailUrl":"https:\/\/www.pcmatic.com\/blog\/wp-content\/uploads\/pcmatic-fallback.png","datePublished":"2013-03-18T19:40:12+00:00","description":"How to create a multiple choice menu in a batch-file that can trigger files, website and functions.","breadcrumb":{"@id":"https:\/\/www.pcmatic.com\/blog\/create-a-multiple-choice-menu-in-a-batch-file\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.pcmatic.com\/blog\/create-a-multiple-choice-menu-in-a-batch-file\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.pcmatic.com\/blog\/create-a-multiple-choice-menu-in-a-batch-file\/#primaryimage","url":"https:\/\/www.pcmatic.com\/blog\/wp-content\/uploads\/pcmatic-fallback.png","contentUrl":"https:\/\/www.pcmatic.com\/blog\/wp-content\/uploads\/pcmatic-fallback.png","width":1920,"height":1080},{"@type":"BreadcrumbList","@id":"https:\/\/www.pcmatic.com\/blog\/create-a-multiple-choice-menu-in-a-batch-file\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.pcmatic.com\/blog\/"},{"@type":"ListItem","position":2,"name":"Create a multiple choice menu in a batch-file"}]},{"@type":"WebSite","@id":"https:\/\/www.pcmatic.com\/blog\/#website","url":"https:\/\/www.pcmatic.com\/blog\/","name":"PC Matic Blog","description":"Tech Tips and Tricks","publisher":{"@id":"https:\/\/www.pcmatic.com\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.pcmatic.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.pcmatic.com\/blog\/#organization","name":"PC Matic - Top Antivirus Company in the USA.","url":"https:\/\/www.pcmatic.com\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.pcmatic.com\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/techtalk.pcmatic.com\/wp-content\/uploads\/PC-MaticLogo-e1472689639222.png","contentUrl":"https:\/\/techtalk.pcmatic.com\/wp-content\/uploads\/PC-MaticLogo-e1472689639222.png","width":1535,"height":483,"caption":"PC Matic - Top Antivirus Company in the USA."},"image":{"@id":"https:\/\/www.pcmatic.com\/blog\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/pcmatic","https:\/\/x.com\/pcmatic","https:\/\/www.instagram.com\/pcmaticusa\/","https:\/\/www.linkedin.com\/company\/pcmatic","https:\/\/www.youtube.com\/c\/PCMaticVideo"]},{"@type":"Person","@id":"https:\/\/www.pcmatic.com\/blog\/#\/schema\/person\/1accfb01fb897209fdc472e4c3e011ec","name":"windowsguides","description":"Founded in 2008, Windows Guides is a place for PC users, of all skill levels, to come and top up their Windows skills by learning the ins and outs of the world's most popular operating system. Windows Guides helps you be more productive by fine tuning your PC to meet your every day computer needs. Users can sign up for the regular newsletter filled with how-to guides and join the community of PC enthusiasts who want to take their understanding to the next level. Even the most knowledgeable PC geeks are sure to learn a thing or two at Windows Guides.","sameAs":["http:\/\/mintywhite.com\/"],"url":"https:\/\/www.pcmatic.com\/blog\/author\/windowsguides\/"}]}},"_links":{"self":[{"href":"https:\/\/www.pcmatic.com\/blog\/wp-json\/wp\/v2\/posts\/42240","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.pcmatic.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.pcmatic.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.pcmatic.com\/blog\/wp-json\/wp\/v2\/users\/35"}],"replies":[{"embeddable":true,"href":"https:\/\/www.pcmatic.com\/blog\/wp-json\/wp\/v2\/comments?post=42240"}],"version-history":[{"count":0,"href":"https:\/\/www.pcmatic.com\/blog\/wp-json\/wp\/v2\/posts\/42240\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.pcmatic.com\/blog\/wp-json\/wp\/v2\/media\/66012"}],"wp:attachment":[{"href":"https:\/\/www.pcmatic.com\/blog\/wp-json\/wp\/v2\/media?parent=42240"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.pcmatic.com\/blog\/wp-json\/wp\/v2\/categories?post=42240"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.pcmatic.com\/blog\/wp-json\/wp\/v2\/tags?post=42240"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}