{"id":4054,"date":"2018-08-29T11:38:24","date_gmt":"2018-08-29T10:38:24","guid":{"rendered":"https:\/\/www.threesl.com\/blog\/?p=4054"},"modified":"2023-04-20T15:59:17","modified_gmt":"2023-04-20T14:59:17","slug":"batch-file-startups-shortcuts","status":"publish","type":"post","link":"https:\/\/www.threesl.com\/blog\/batch-file-startups-shortcuts\/","title":{"rendered":"Batch File Startups &#038; Shortcuts"},"content":{"rendered":"<p>There are a number of options that you can use when starting tools. WorkBench for example can be started connecting to a specific CDS. Sometimes, specific environment variables must be set. This is where using a Windows batch file startup is useful.<\/p>\n<h2>Windows Batch Files<\/h2>\n<p>A <em>batch file<\/em> is a short script, a list of commands that are run as if you had executed them from the command line. It could be that you want to connect to a company driver, run <em>WorkBench<\/em> and then exit. You may want to run a specific query on a specific project with the UI in a particular language.<\/p>\n<figure id=\"attachment_4055\" aria-describedby=\"caption-attachment-4055\" style=\"width: 824px\" class=\"wp-caption alignnone\"><img loading=\"lazy\" decoding=\"async\" class=\"size-full wp-image-4055\" src=\"https:\/\/www.threesl.com\/blog\/wp-content\/uploads\/2018\/08\/commad_batch_files.png\" alt=\"batch file content \" width=\"824\" height=\"568\" srcset=\"https:\/\/www.threesl.com\/blog\/wp-content\/uploads\/2018\/08\/commad_batch_files.png 824w, https:\/\/www.threesl.com\/blog\/wp-content\/uploads\/2018\/08\/commad_batch_files-300x207.png 300w, https:\/\/www.threesl.com\/blog\/wp-content\/uploads\/2018\/08\/commad_batch_files-768x529.png 768w\" sizes=\"auto, (max-width: 767px) 89vw, (max-width: 1000px) 54vw, (max-width: 1071px) 543px, 580px\" \/><figcaption id=\"caption-attachment-4055\" class=\"wp-caption-text\">Command Batch Files<\/figcaption><\/figure>\n<h3>Examples<\/h3>\n<p>Run <em>WorkBench<\/em> in English connecting to a particular server.<\/p>\n<p><code>@rem starting Cradle WorkBench in English on UK_3SL_07 server<br \/>\nset CRADLE_UI_LANG=en_gb<br \/>\nstart \"Cradle WorkBench\" \"%CRADLEHOME%\\bin\\exe\\windows\\work.exe\" -cds UK_3SL_07<\/code><\/p>\n<p>Or you can run <em>WorkBench<\/em>, with the company documents drive connected.<\/p>\n<p><code>rem starting Cradle WorkBench with documents drive<br \/>\necho Mapping network drive...<br \/>\nnet use z: \\\\UK_3SL_07\\company<br \/>\nif errorlevel 1 (<br \/>\necho Unable to use shared folder \\\\UK_3SL_07\\company<br \/>\necho Quitting!<br \/>\nexit \/b<br \/>\n)<br \/>\n\"%CRADLEHOME%\\bin\\exe\\windows\\work.exe\"<br \/>\nnet use z: \/delete<\/code><\/p>\n<p>You can even, run <em>WorkBench<\/em>, logging in and showing a query with a French UI.<\/p>\n<p><code>@rem starting Cradle WorkBench in French and run query<br \/>\nset CRADLE_UI_LANG=fr<br \/>\nstart \"Cradle WorkBench\" \"%CRADLEHOME%\\bin\\exe\\windows\\work.exe\" -action queryrun -query \"Design - linked Test\" -qloc project -login NISHMA,nishma,WOSY<\/code><\/p>\n<p>Once you save the batch file, you can execute it from the File Manager, or a Shortcut, or as we&#8217;ve illustrated by double clicking the icons on the desktop.<\/p>\n<h2>Shortcuts<\/h2>\n<p>Windows desktop shortcuts can be created to directly run WorkBench. You&#8217;ll be able to set all the command line options, but won&#8217;t be able to do anything like connecting a drive.<\/p>\n<p>Simply drag the <em>WorkBench<\/em> icon from the <em>Windows<\/em> &#8216;<em>Start menu<\/em>&#8216; onto your desktop. <em>Right click<\/em> and select <strong>Properties <\/strong> then add any options to the <em>command line<\/em> in the <strong>Target<\/strong> field. This example shows how we log into the <em>DEMO<\/em> <em>project<\/em> really quickly.<\/p>\n<figure id=\"attachment_4056\" aria-describedby=\"caption-attachment-4056\" style=\"width: 363px\" class=\"wp-caption alignnone\"><img loading=\"lazy\" decoding=\"async\" class=\"size-full wp-image-4056\" src=\"https:\/\/www.threesl.com\/blog\/wp-content\/uploads\/2018\/08\/shortcut.png\" alt=\"running WorkBench from a shortcut\" width=\"363\" height=\"527\" srcset=\"https:\/\/www.threesl.com\/blog\/wp-content\/uploads\/2018\/08\/shortcut.png 363w, https:\/\/www.threesl.com\/blog\/wp-content\/uploads\/2018\/08\/shortcut-207x300.png 207w\" sizes=\"auto, (max-width: 363px) 100vw, 363px\" \/><figcaption id=\"caption-attachment-4056\" class=\"wp-caption-text\">WorkBench shortcut<\/figcaption><\/figure>\n<h3>Command Line Options for WorkBench<\/h3>\n<p>If you run<em> WorkBench<\/em> from the command line with a <strong>-help<\/strong> option,<\/p>\n<p><samp>C:\\&#8221;%CRADLEHOME%\\bin\\exe\\windows\\work.exe&#8221; -help<\/samp><\/p>\n<p>you&#8217;ll be shown all the values that can be entered into a command line call.<\/p>\n<figure id=\"attachment_4057\" aria-describedby=\"caption-attachment-4057\" style=\"width: 394px\" class=\"wp-caption alignnone\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-4057 size-full\" src=\"https:\/\/www.threesl.com\/blog\/wp-content\/uploads\/2018\/08\/WorkBench_commandline_opts.png\" alt=\"list of command line options for WorkBench \" width=\"394\" height=\"380\" srcset=\"https:\/\/www.threesl.com\/blog\/wp-content\/uploads\/2018\/08\/WorkBench_commandline_opts.png 394w, https:\/\/www.threesl.com\/blog\/wp-content\/uploads\/2018\/08\/WorkBench_commandline_opts-300x289.png 300w\" sizes=\"auto, (max-width: 394px) 100vw, 394px\" \/><figcaption id=\"caption-attachment-4057\" class=\"wp-caption-text\">WorkBench Command Line Options<\/figcaption><\/figure>\n<pre><span style=\"font-size: x-small;\">usage: work.exe [options]\r\noptions are:\r\n   [-cds]\r\n   [-display ]\r\n   [-login ,,]\r\n   [-noldap]\r\n   [-nobanner]\r\n   [-ro]\r\n   [-action {itemview | queryrun}]\r\n   for itemview:\r\n      -pduid [-version ] [-draft ]\r\n      [-form -floc ]\r\n   for queryrun:\r\n      -query -qloc\r\n      [-view -vloc ]\r\n   where loc is one of:\r\n      system automatic project usertype team user personal\r\n   [-errorstack]\r\n   [-ver]\r\n   [-help]\r\n<\/span><\/pre>\n<p>These values can be used in a direct shortcut , or in the command entered into he batch file.<\/p>\n<aside class=\"mashsb-container mashsb-main mashsb-stretched\"><div class=\"mashsb-box\"><div class=\"mashsb-buttons\"><a class=\"mashicon-twitter mash-small mash-center mashsb-noshadow\" href=\"https:\/\/twitter.com\/intent\/tweet?text=&amp;url=https:\/\/www.threesl.com\/blog\/batch-file-startups-shortcuts\/&amp;via=threesl\" target=\"_top\" rel=\"nofollow\"><span class=\"icon\"><\/span><span class=\"text\">Tweet<\/span><\/a><a class=\"mashicon-facebook mash-small mash-center mashsb-noshadow\" href=\"https:\/\/www.facebook.com\/sharer.php?u=https%3A%2F%2Fwww.threesl.com%2Fblog%2Fbatch-file-startups-shortcuts%2F\" target=\"_top\" rel=\"nofollow\"><span class=\"icon\"><\/span><span class=\"text\">Share<\/span><\/a><a class=\"mashicon-subscribe mash-small mash-center mashsb-noshadow\" href=\"#\" target=\"_top\" rel=\"nofollow\"><span class=\"icon\"><\/span><span class=\"text\">Newsletter<\/span><\/a><div class=\"onoffswitch2 mash-small mashsb-noshadow\" style=\"display:none\"><\/div><\/div>\n            <\/div>\n                <div style=\"clear:both\"><\/div><\/aside>\n            <!-- Share buttons by mashshare.net - Version: 4.0.47-->","protected":false},"excerpt":{"rendered":"<p>There are a number of options that you can use when starting tools. WorkBench for example can be started connecting to a specific CDS. Sometimes, specific environment variables must be set. This is where using a Windows batch file startup is useful. Windows Batch Files A batch file is a short script, a list of &hellip; <\/p>\n<p class=\"link-more\"><a href=\"https:\/\/www.threesl.com\/blog\/batch-file-startups-shortcuts\/\" class=\"more-link\">Continue reading<span class=\"screen-reader-text\"> &#8220;Batch File Startups &#038; Shortcuts&#8221;<\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_lmt_disableupdate":"no","_lmt_disable":"no","footnotes":""},"categories":[6],"tags":[28],"class_list":["post-4054","post","type-post","status-publish","format-standard","hentry","category-tips","tag-workbench"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.3 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Batch File Startups &amp; Shortcuts - 3SL Blog<\/title>\n<meta name=\"description\" content=\"Batch File Startups &amp; Shortcuts Hints and tips on making your Cradle WorkBench use simpler for regular operations and logins\" \/>\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.threesl.com\/blog\/batch-file-startups-shortcuts\/\" \/>\n<meta property=\"og:locale\" content=\"en_GB\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Batch File Startups &amp; Shortcuts - 3SL Blog\" \/>\n<meta property=\"og:description\" content=\"Batch File Startups &amp; Shortcuts Hints and tips on making your Cradle WorkBench use simpler for regular operations and logins\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.threesl.com\/blog\/batch-file-startups-shortcuts\/\" \/>\n<meta property=\"og:site_name\" content=\"3SL Blog\" \/>\n<meta property=\"article:publisher\" content=\"http:\/\/facebook.com\/3SLCradle\" \/>\n<meta property=\"article:published_time\" content=\"2018-08-29T10:38:24+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2023-04-20T14:59:17+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.threesl.com\/blog\/wp-content\/uploads\/2018\/08\/commad_batch_files.png\" \/>\n<meta name=\"author\" content=\"3SL\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@threesl\" \/>\n<meta name=\"twitter:site\" content=\"@threesl\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"3SL\" \/>\n\t<meta name=\"twitter:label2\" content=\"Estimated reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/www.threesl.com\\\/blog\\\/batch-file-startups-shortcuts\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.threesl.com\\\/blog\\\/batch-file-startups-shortcuts\\\/\"},\"author\":{\"name\":\"3SL\",\"@id\":\"https:\\\/\\\/www.threesl.com\\\/blog\\\/#\\\/schema\\\/person\\\/749ccd9b2d74303fa8927e06c2af8b0b\"},\"headline\":\"Batch File Startups &#038; Shortcuts\",\"datePublished\":\"2018-08-29T10:38:24+00:00\",\"dateModified\":\"2023-04-20T14:59:17+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.threesl.com\\\/blog\\\/batch-file-startups-shortcuts\\\/\"},\"wordCount\":336,\"publisher\":{\"@id\":\"https:\\\/\\\/www.threesl.com\\\/blog\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/www.threesl.com\\\/blog\\\/batch-file-startups-shortcuts\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.threesl.com\\\/blog\\\/wp-content\\\/uploads\\\/2018\\\/08\\\/commad_batch_files.png\",\"keywords\":[\"WorkBench\"],\"articleSection\":[\"Hints &amp; Tips\"],\"inLanguage\":\"en-GB\"},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.threesl.com\\\/blog\\\/batch-file-startups-shortcuts\\\/\",\"url\":\"https:\\\/\\\/www.threesl.com\\\/blog\\\/batch-file-startups-shortcuts\\\/\",\"name\":\"Batch File Startups & Shortcuts - 3SL Blog\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.threesl.com\\\/blog\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/www.threesl.com\\\/blog\\\/batch-file-startups-shortcuts\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/www.threesl.com\\\/blog\\\/batch-file-startups-shortcuts\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.threesl.com\\\/blog\\\/wp-content\\\/uploads\\\/2018\\\/08\\\/commad_batch_files.png\",\"datePublished\":\"2018-08-29T10:38:24+00:00\",\"dateModified\":\"2023-04-20T14:59:17+00:00\",\"description\":\"Batch File Startups & Shortcuts Hints and tips on making your Cradle WorkBench use simpler for regular operations and logins\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.threesl.com\\\/blog\\\/batch-file-startups-shortcuts\\\/#breadcrumb\"},\"inLanguage\":\"en-GB\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.threesl.com\\\/blog\\\/batch-file-startups-shortcuts\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-GB\",\"@id\":\"https:\\\/\\\/www.threesl.com\\\/blog\\\/batch-file-startups-shortcuts\\\/#primaryimage\",\"url\":\"https:\\\/\\\/www.threesl.com\\\/blog\\\/wp-content\\\/uploads\\\/2018\\\/08\\\/commad_batch_files.png\",\"contentUrl\":\"https:\\\/\\\/www.threesl.com\\\/blog\\\/wp-content\\\/uploads\\\/2018\\\/08\\\/commad_batch_files.png\",\"width\":824,\"height\":568,\"caption\":\"Command Batch Files\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.threesl.com\\\/blog\\\/batch-file-startups-shortcuts\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.threesl.com\\\/blog\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Batch File Startups &#038; Shortcuts\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.threesl.com\\\/blog\\\/#website\",\"url\":\"https:\\\/\\\/www.threesl.com\\\/blog\\\/\",\"name\":\"3SL Blog\",\"description\":\"From concept to creation\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.threesl.com\\\/blog\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.threesl.com\\\/blog\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-GB\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/www.threesl.com\\\/blog\\\/#organization\",\"name\":\"3SL\",\"url\":\"https:\\\/\\\/www.threesl.com\\\/blog\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-GB\",\"@id\":\"https:\\\/\\\/www.threesl.com\\\/blog\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/www.threesl.com\\\/blog\\\/wp-content\\\/uploads\\\/2017\\\/02\\\/3SL_Logo_Medium.png\",\"contentUrl\":\"https:\\\/\\\/www.threesl.com\\\/blog\\\/wp-content\\\/uploads\\\/2017\\\/02\\\/3SL_Logo_Medium.png\",\"width\":152,\"height\":80,\"caption\":\"3SL\"},\"image\":{\"@id\":\"https:\\\/\\\/www.threesl.com\\\/blog\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"http:\\\/\\\/facebook.com\\\/3SLCradle\",\"https:\\\/\\\/x.com\\\/threesl\"]},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/www.threesl.com\\\/blog\\\/#\\\/schema\\\/person\\\/749ccd9b2d74303fa8927e06c2af8b0b\",\"name\":\"3SL\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-GB\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/cee8089745b3e7d79c57d621cc634da71def3561fcf40d4932a3e38743e23af0?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/cee8089745b3e7d79c57d621cc634da71def3561fcf40d4932a3e38743e23af0?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/cee8089745b3e7d79c57d621cc634da71def3561fcf40d4932a3e38743e23af0?s=96&d=mm&r=g\",\"caption\":\"3SL\"},\"sameAs\":[\"http:\\\/\\\/www.threesl.com\\\/\",\"https:\\\/\\\/x.com\\\/threesl\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Batch File Startups & Shortcuts - 3SL Blog","description":"Batch File Startups & Shortcuts Hints and tips on making your Cradle WorkBench use simpler for regular operations and logins","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.threesl.com\/blog\/batch-file-startups-shortcuts\/","og_locale":"en_GB","og_type":"article","og_title":"Batch File Startups & Shortcuts - 3SL Blog","og_description":"Batch File Startups & Shortcuts Hints and tips on making your Cradle WorkBench use simpler for regular operations and logins","og_url":"https:\/\/www.threesl.com\/blog\/batch-file-startups-shortcuts\/","og_site_name":"3SL Blog","article_publisher":"http:\/\/facebook.com\/3SLCradle","article_published_time":"2018-08-29T10:38:24+00:00","article_modified_time":"2023-04-20T14:59:17+00:00","og_image":[{"url":"https:\/\/www.threesl.com\/blog\/wp-content\/uploads\/2018\/08\/commad_batch_files.png","type":"","width":"","height":""}],"author":"3SL","twitter_card":"summary_large_image","twitter_creator":"@threesl","twitter_site":"@threesl","twitter_misc":{"Written by":"3SL","Estimated reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.threesl.com\/blog\/batch-file-startups-shortcuts\/#article","isPartOf":{"@id":"https:\/\/www.threesl.com\/blog\/batch-file-startups-shortcuts\/"},"author":{"name":"3SL","@id":"https:\/\/www.threesl.com\/blog\/#\/schema\/person\/749ccd9b2d74303fa8927e06c2af8b0b"},"headline":"Batch File Startups &#038; Shortcuts","datePublished":"2018-08-29T10:38:24+00:00","dateModified":"2023-04-20T14:59:17+00:00","mainEntityOfPage":{"@id":"https:\/\/www.threesl.com\/blog\/batch-file-startups-shortcuts\/"},"wordCount":336,"publisher":{"@id":"https:\/\/www.threesl.com\/blog\/#organization"},"image":{"@id":"https:\/\/www.threesl.com\/blog\/batch-file-startups-shortcuts\/#primaryimage"},"thumbnailUrl":"https:\/\/www.threesl.com\/blog\/wp-content\/uploads\/2018\/08\/commad_batch_files.png","keywords":["WorkBench"],"articleSection":["Hints &amp; Tips"],"inLanguage":"en-GB"},{"@type":"WebPage","@id":"https:\/\/www.threesl.com\/blog\/batch-file-startups-shortcuts\/","url":"https:\/\/www.threesl.com\/blog\/batch-file-startups-shortcuts\/","name":"Batch File Startups & Shortcuts - 3SL Blog","isPartOf":{"@id":"https:\/\/www.threesl.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.threesl.com\/blog\/batch-file-startups-shortcuts\/#primaryimage"},"image":{"@id":"https:\/\/www.threesl.com\/blog\/batch-file-startups-shortcuts\/#primaryimage"},"thumbnailUrl":"https:\/\/www.threesl.com\/blog\/wp-content\/uploads\/2018\/08\/commad_batch_files.png","datePublished":"2018-08-29T10:38:24+00:00","dateModified":"2023-04-20T14:59:17+00:00","description":"Batch File Startups & Shortcuts Hints and tips on making your Cradle WorkBench use simpler for regular operations and logins","breadcrumb":{"@id":"https:\/\/www.threesl.com\/blog\/batch-file-startups-shortcuts\/#breadcrumb"},"inLanguage":"en-GB","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.threesl.com\/blog\/batch-file-startups-shortcuts\/"]}]},{"@type":"ImageObject","inLanguage":"en-GB","@id":"https:\/\/www.threesl.com\/blog\/batch-file-startups-shortcuts\/#primaryimage","url":"https:\/\/www.threesl.com\/blog\/wp-content\/uploads\/2018\/08\/commad_batch_files.png","contentUrl":"https:\/\/www.threesl.com\/blog\/wp-content\/uploads\/2018\/08\/commad_batch_files.png","width":824,"height":568,"caption":"Command Batch Files"},{"@type":"BreadcrumbList","@id":"https:\/\/www.threesl.com\/blog\/batch-file-startups-shortcuts\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.threesl.com\/blog\/"},{"@type":"ListItem","position":2,"name":"Batch File Startups &#038; Shortcuts"}]},{"@type":"WebSite","@id":"https:\/\/www.threesl.com\/blog\/#website","url":"https:\/\/www.threesl.com\/blog\/","name":"3SL Blog","description":"From concept to creation","publisher":{"@id":"https:\/\/www.threesl.com\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.threesl.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-GB"},{"@type":"Organization","@id":"https:\/\/www.threesl.com\/blog\/#organization","name":"3SL","url":"https:\/\/www.threesl.com\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-GB","@id":"https:\/\/www.threesl.com\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/www.threesl.com\/blog\/wp-content\/uploads\/2017\/02\/3SL_Logo_Medium.png","contentUrl":"https:\/\/www.threesl.com\/blog\/wp-content\/uploads\/2017\/02\/3SL_Logo_Medium.png","width":152,"height":80,"caption":"3SL"},"image":{"@id":"https:\/\/www.threesl.com\/blog\/#\/schema\/logo\/image\/"},"sameAs":["http:\/\/facebook.com\/3SLCradle","https:\/\/x.com\/threesl"]},{"@type":"Person","@id":"https:\/\/www.threesl.com\/blog\/#\/schema\/person\/749ccd9b2d74303fa8927e06c2af8b0b","name":"3SL","image":{"@type":"ImageObject","inLanguage":"en-GB","@id":"https:\/\/secure.gravatar.com\/avatar\/cee8089745b3e7d79c57d621cc634da71def3561fcf40d4932a3e38743e23af0?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/cee8089745b3e7d79c57d621cc634da71def3561fcf40d4932a3e38743e23af0?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/cee8089745b3e7d79c57d621cc634da71def3561fcf40d4932a3e38743e23af0?s=96&d=mm&r=g","caption":"3SL"},"sameAs":["http:\/\/www.threesl.com\/","https:\/\/x.com\/threesl"]}]}},"modified_by":"Jan Lamb","_links":{"self":[{"href":"https:\/\/www.threesl.com\/blog\/wp-json\/wp\/v2\/posts\/4054","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.threesl.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.threesl.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.threesl.com\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.threesl.com\/blog\/wp-json\/wp\/v2\/comments?post=4054"}],"version-history":[{"count":10,"href":"https:\/\/www.threesl.com\/blog\/wp-json\/wp\/v2\/posts\/4054\/revisions"}],"predecessor-version":[{"id":8647,"href":"https:\/\/www.threesl.com\/blog\/wp-json\/wp\/v2\/posts\/4054\/revisions\/8647"}],"wp:attachment":[{"href":"https:\/\/www.threesl.com\/blog\/wp-json\/wp\/v2\/media?parent=4054"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.threesl.com\/blog\/wp-json\/wp\/v2\/categories?post=4054"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.threesl.com\/blog\/wp-json\/wp\/v2\/tags?post=4054"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}