{"id":2330,"date":"2010-07-28T12:03:22","date_gmt":"2010-07-28T20:03:22","guid":{"rendered":"http:\/\/www.sapien.com\/blog\/2010\/07\/28\/moving-to-64-bit-running-vbscript-files-in-64-bit-mode-from-primalscript-2009\/"},"modified":"2010-07-28T12:03:22","modified_gmt":"2010-07-28T20:03:22","slug":"moving-to-64-bit-running-vbscript-files-in-64-bit-mode-from-primalscript-2009","status":"publish","type":"post","link":"https:\/\/dev.sapien.com\/blog\/2010\/07\/28\/moving-to-64-bit-running-vbscript-files-in-64-bit-mode-from-primalscript-2009\/","title":{"rendered":"Moving to 64 bit: Running VBScript files in 64 bit mode from PrimalScript 2009"},"content":{"rendered":"<p>PrimalScript 2009 usually uses CScript.exe to run VBScript files and captures its output and directs it to the IDE&#8217;s output windows.<\/p>\n<p>Since PrimalScript 2009 is a 32 bit application the host used is also of the 32 bit variety, residing in the System32 folder of your Windows directory.<\/p>\n<p>If you are working on a 64 bit operating system and you have to use 64 bit COM objects you need to be able to run your scripts in 64 bit mode.<\/p>\n<p>In order to do that you can simply change what specific version of CScript.exe is used by specifying the full path:<\/p>\n<p><a href=\"http:\/\/www.sapien.com\/blog\/wp-content\/uploads\/2010\/07\/VBScript64-1.png\" target=\"_blank\"><img loading=\"lazy\" decoding=\"async\" style=\"border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px\" height=\"484\" alt=\"VBScript64-1\" src=\"http:\/\/www.sapien.com\/blog\/wp-content\/uploads\/2010\/07\/VBScript64-1_thumb.png\" width=\"615\" border=\"0\"><\/a> <\/p>\n<p>Go to Tools &#8211; Options &#8211; Environment &#8211; Languages and select VBScript. The default entry for the script engine just states &#8220;CScript.exe&#8221;. If you change that to C:\\Windows\\Sysnative\\cscript.exe you get PrimalScipt to execute the 64 bit version. The &#8220;sysnative&#8221; substitute for system32 works on Vista, Windows 7 and Server 2008 operating system flavors.<\/p>\n<p>If you don&#8217;t want to change the default behavior and just occasionally execute scripts in 64 bit mode, you can just leave the above mentioned setting alone and add the 64 bit engine to your Tools browser:<\/p>\n<p><a href=\"http:\/\/www.sapien.com\/blog\/wp-content\/uploads\/2010\/07\/VBScript64-2.png\" target=\"_blank\"><img loading=\"lazy\" decoding=\"async\" style=\"border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px\" height=\"243\" alt=\"VBScript64-2\" src=\"http:\/\/www.sapien.com\/blog\/wp-content\/uploads\/2010\/07\/VBScript64-2_thumb.png\" width=\"644\" border=\"0\"><\/a> <\/p>\n<p>Right click anywhere in the tools browser and select &#8220;Customize&#8230;&#8221; and add a new tool in a group of your choice and add the settings as shown above. In order to run the current script in 64 bit mode you only have to click on the icon.<\/p>\n<p>All these things work just as well for JScript if that is your language of choice, but don&#8217;t try this for PowerShell. PowerShell does not like to get its input and output streams redirected and will just hang if you try to do that. We will talk about 64 bit PowerShell in the next installment.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>PrimalScript 2009 usually uses CScript.exe to run VBScript files and captures its output and directs it to the IDE&#8217;s output windows. Since PrimalScript 2009 is a 32 bit application the host used is also of the 32 bit variety, residing in the System32 folder of your Windows directory. If you are working on a 64 [&hellip;]<\/p>\n","protected":false},"author":5,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"om_disable_all_campaigns":false,"_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"footnotes":""},"categories":[283,410,21,24,25],"tags":[589,487,28,37,214,588,996,583,439],"class_list":["post-2330","post","type-post","status-publish","format-standard","hentry","category-howto","category-primalscript-software-news","category-software-news","category-vbscript","category-windows-powershell","tag-64bit","tag-jscript","tag-powershell","tag-primalscript","tag-server-2008","tag-sysnative","tag-vbscript","tag-vista","tag-windows-7"],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO 5.0.1 - aioseo.com -->\n\t<meta name=\"description\" content=\"PrimalScript 2009 usually uses CScript.exe to run VBScript files and captures its output and directs it to the IDE&#039;s output windows. Since PrimalScript 2009 is a 32 bit application the host used is also of the 32 bit variety, residing in the System32 folder of your Windows directory. If you are working on a 64\" \/>\n\t<meta name=\"robots\" content=\"max-image-preview:large\" \/>\n\t<meta name=\"author\" content=\"Alex Riedel\"\/>\n\t<link rel=\"canonical\" href=\"https:\/\/dev.sapien.com\/blog\/2010\/07\/28\/moving-to-64-bit-running-vbscript-files-in-64-bit-mode-from-primalscript-2009\/\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO (AIOSEO) 5.0.1\" \/>\n\t\t<meta property=\"og:locale\" content=\"en_US\" \/>\n\t\t<meta property=\"og:site_name\" content=\"DEV SAPIEN Blog - Tools for IT Success\" \/>\n\t\t<meta property=\"og:type\" content=\"article\" \/>\n\t\t<meta property=\"og:title\" content=\"Moving to 64 bit: Running VBScript files in 64 bit mode from PrimalScript 2009 - DEV SAPIEN Blog\" \/>\n\t\t<meta property=\"og:description\" content=\"PrimalScript 2009 usually uses CScript.exe to run VBScript files and captures its output and directs it to the IDE&#039;s output windows. Since PrimalScript 2009 is a 32 bit application the host used is also of the 32 bit variety, residing in the System32 folder of your Windows directory. If you are working on a 64\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/dev.sapien.com\/blog\/2010\/07\/28\/moving-to-64-bit-running-vbscript-files-in-64-bit-mode-from-primalscript-2009\/\" \/>\n\t\t<meta property=\"article:published_time\" content=\"2010-07-28T20:03:22+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2010-07-28T20:03:22+00:00\" \/>\n\t\t<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n\t\t<meta name=\"twitter:title\" content=\"Moving to 64 bit: Running VBScript files in 64 bit mode from PrimalScript 2009 - DEV SAPIEN Blog\" \/>\n\t\t<meta name=\"twitter:description\" content=\"PrimalScript 2009 usually uses CScript.exe to run VBScript files and captures its output and directs it to the IDE&#039;s output windows. Since PrimalScript 2009 is a 32 bit application the host used is also of the 32 bit variety, residing in the System32 folder of your Windows directory. If you are working on a 64\" \/>\n\t\t<script type=\"application\/ld+json\" class=\"aioseo-schema\">\n\t\t\t{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"BlogPosting\",\"@id\":\"https:\\\/\\\/dev.sapien.com\\\/blog\\\/2010\\\/07\\\/28\\\/moving-to-64-bit-running-vbscript-files-in-64-bit-mode-from-primalscript-2009\\\/#blogposting\",\"name\":\"Moving to 64 bit: Running VBScript files in 64 bit mode from PrimalScript 2009 - DEV SAPIEN Blog\",\"headline\":\"Moving to 64 bit: Running VBScript files in 64 bit mode from PrimalScript 2009\",\"author\":{\"@id\":\"https:\\\/\\\/dev.sapien.com\\\/blog\\\/author\\\/alexander-riedel\\\/#author\"},\"publisher\":{\"@id\":\"https:\\\/\\\/dev.sapien.com\\\/blog\\\/#organization\"},\"image\":{\"@type\":\"ImageObject\",\"url\":\"http:\\\/\\\/www.sapien.com\\\/blog\\\/wp-content\\\/uploads\\\/2010\\\/07\\\/VBScript64-1_thumb.png\",\"@id\":\"https:\\\/\\\/dev.sapien.com\\\/blog\\\/2010\\\/07\\\/28\\\/moving-to-64-bit-running-vbscript-files-in-64-bit-mode-from-primalscript-2009\\\/#articleImage\"},\"datePublished\":\"2010-07-28T12:03:22-07:00\",\"dateModified\":\"2010-07-28T12:03:22-07:00\",\"inLanguage\":\"en-US\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/dev.sapien.com\\\/blog\\\/2010\\\/07\\\/28\\\/moving-to-64-bit-running-vbscript-files-in-64-bit-mode-from-primalscript-2009\\\/#webpage\"},\"isPartOf\":{\"@id\":\"https:\\\/\\\/dev.sapien.com\\\/blog\\\/2010\\\/07\\\/28\\\/moving-to-64-bit-running-vbscript-files-in-64-bit-mode-from-primalscript-2009\\\/#webpage\"},\"articleSection\":\"Howto, PrimalScript, Software News, VBScript, Windows PowerShell, 64bit, JScript, powershell, PrimalScript, Server 2008, Sysnative, VBScript, Vista, windows 7\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/dev.sapien.com\\\/blog\\\/2010\\\/07\\\/28\\\/moving-to-64-bit-running-vbscript-files-in-64-bit-mode-from-primalscript-2009\\\/#breadcrumblist\",\"itemListElement\":[{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/dev.sapien.com\\\/blog#listItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/dev.sapien.com\\\/blog\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/dev.sapien.com\\\/blog\\\/topics\\\/software-news\\\/#listItem\",\"name\":\"Software News\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/dev.sapien.com\\\/blog\\\/topics\\\/software-news\\\/#listItem\",\"position\":2,\"name\":\"Software News\",\"item\":\"https:\\\/\\\/dev.sapien.com\\\/blog\\\/topics\\\/software-news\\\/\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/dev.sapien.com\\\/blog\\\/topics\\\/software-news\\\/primalscript-software-news\\\/#listItem\",\"name\":\"PrimalScript\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/dev.sapien.com\\\/blog#listItem\",\"name\":\"Home\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/dev.sapien.com\\\/blog\\\/topics\\\/software-news\\\/primalscript-software-news\\\/#listItem\",\"position\":3,\"name\":\"PrimalScript\",\"item\":\"https:\\\/\\\/dev.sapien.com\\\/blog\\\/topics\\\/software-news\\\/primalscript-software-news\\\/\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/dev.sapien.com\\\/blog\\\/2010\\\/07\\\/28\\\/moving-to-64-bit-running-vbscript-files-in-64-bit-mode-from-primalscript-2009\\\/#listItem\",\"name\":\"Moving to 64 bit: Running VBScript files in 64 bit mode from PrimalScript 2009\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/dev.sapien.com\\\/blog\\\/topics\\\/software-news\\\/#listItem\",\"name\":\"Software News\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/dev.sapien.com\\\/blog\\\/2010\\\/07\\\/28\\\/moving-to-64-bit-running-vbscript-files-in-64-bit-mode-from-primalscript-2009\\\/#listItem\",\"position\":4,\"name\":\"Moving to 64 bit: Running VBScript files in 64 bit mode from PrimalScript 2009\",\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/dev.sapien.com\\\/blog\\\/topics\\\/software-news\\\/primalscript-software-news\\\/#listItem\",\"name\":\"PrimalScript\"}}]},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/dev.sapien.com\\\/blog\\\/#organization\",\"name\":\"DEV SAPIEN Blog\",\"description\":\"Tools for IT Success\",\"url\":\"https:\\\/\\\/dev.sapien.com\\\/blog\\\/\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/dev.sapien.com\\\/blog\\\/author\\\/alexander-riedel\\\/#author\",\"url\":\"https:\\\/\\\/dev.sapien.com\\\/blog\\\/author\\\/alexander-riedel\\\/\",\"name\":\"Alex Riedel\"},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/dev.sapien.com\\\/blog\\\/2010\\\/07\\\/28\\\/moving-to-64-bit-running-vbscript-files-in-64-bit-mode-from-primalscript-2009\\\/#webpage\",\"url\":\"https:\\\/\\\/dev.sapien.com\\\/blog\\\/2010\\\/07\\\/28\\\/moving-to-64-bit-running-vbscript-files-in-64-bit-mode-from-primalscript-2009\\\/\",\"name\":\"Moving to 64 bit: Running VBScript files in 64 bit mode from PrimalScript 2009 - DEV SAPIEN Blog\",\"description\":\"PrimalScript 2009 usually uses CScript.exe to run VBScript files and captures its output and directs it to the IDE's output windows. Since PrimalScript 2009 is a 32 bit application the host used is also of the 32 bit variety, residing in the System32 folder of your Windows directory. If you are working on a 64\",\"inLanguage\":\"en-US\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/dev.sapien.com\\\/blog\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/dev.sapien.com\\\/blog\\\/2010\\\/07\\\/28\\\/moving-to-64-bit-running-vbscript-files-in-64-bit-mode-from-primalscript-2009\\\/#breadcrumblist\"},\"author\":{\"@id\":\"https:\\\/\\\/dev.sapien.com\\\/blog\\\/author\\\/alexander-riedel\\\/#author\"},\"creator\":{\"@id\":\"https:\\\/\\\/dev.sapien.com\\\/blog\\\/author\\\/alexander-riedel\\\/#author\"},\"datePublished\":\"2010-07-28T12:03:22-07:00\",\"dateModified\":\"2010-07-28T12:03:22-07:00\"},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/dev.sapien.com\\\/blog\\\/#website\",\"url\":\"https:\\\/\\\/dev.sapien.com\\\/blog\\\/\",\"name\":\"DEV SAPIEN Blog\",\"description\":\"Tools for IT Success\",\"inLanguage\":\"en-US\",\"publisher\":{\"@id\":\"https:\\\/\\\/dev.sapien.com\\\/blog\\\/#organization\"}}]}\n\t\t<\/script>\n\t\t<!-- All in One SEO -->\n\n","aioseo_head_json":{"title":"Moving to 64 bit: Running VBScript files in 64 bit mode from PrimalScript 2009 - DEV SAPIEN Blog","description":"PrimalScript 2009 usually uses CScript.exe to run VBScript files and captures its output and directs it to the IDE's output windows. Since PrimalScript 2009 is a 32 bit application the host used is also of the 32 bit variety, residing in the System32 folder of your Windows directory. If you are working on a 64","canonical_url":"https:\/\/dev.sapien.com\/blog\/2010\/07\/28\/moving-to-64-bit-running-vbscript-files-in-64-bit-mode-from-primalscript-2009\/","robots":"max-image-preview:large","keywords":"","webmasterTools":{"miscellaneous":""},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"BlogPosting","@id":"https:\/\/dev.sapien.com\/blog\/2010\/07\/28\/moving-to-64-bit-running-vbscript-files-in-64-bit-mode-from-primalscript-2009\/#blogposting","name":"Moving to 64 bit: Running VBScript files in 64 bit mode from PrimalScript 2009 - DEV SAPIEN Blog","headline":"Moving to 64 bit: Running VBScript files in 64 bit mode from PrimalScript 2009","author":{"@id":"https:\/\/dev.sapien.com\/blog\/author\/alexander-riedel\/#author"},"publisher":{"@id":"https:\/\/dev.sapien.com\/blog\/#organization"},"image":{"@type":"ImageObject","url":"http:\/\/www.sapien.com\/blog\/wp-content\/uploads\/2010\/07\/VBScript64-1_thumb.png","@id":"https:\/\/dev.sapien.com\/blog\/2010\/07\/28\/moving-to-64-bit-running-vbscript-files-in-64-bit-mode-from-primalscript-2009\/#articleImage"},"datePublished":"2010-07-28T12:03:22-07:00","dateModified":"2010-07-28T12:03:22-07:00","inLanguage":"en-US","mainEntityOfPage":{"@id":"https:\/\/dev.sapien.com\/blog\/2010\/07\/28\/moving-to-64-bit-running-vbscript-files-in-64-bit-mode-from-primalscript-2009\/#webpage"},"isPartOf":{"@id":"https:\/\/dev.sapien.com\/blog\/2010\/07\/28\/moving-to-64-bit-running-vbscript-files-in-64-bit-mode-from-primalscript-2009\/#webpage"},"articleSection":"Howto, PrimalScript, Software News, VBScript, Windows PowerShell, 64bit, JScript, powershell, PrimalScript, Server 2008, Sysnative, VBScript, Vista, windows 7"},{"@type":"BreadcrumbList","@id":"https:\/\/dev.sapien.com\/blog\/2010\/07\/28\/moving-to-64-bit-running-vbscript-files-in-64-bit-mode-from-primalscript-2009\/#breadcrumblist","itemListElement":[{"@type":"ListItem","@id":"https:\/\/dev.sapien.com\/blog#listItem","position":1,"name":"Home","item":"https:\/\/dev.sapien.com\/blog","nextItem":{"@type":"ListItem","@id":"https:\/\/dev.sapien.com\/blog\/topics\/software-news\/#listItem","name":"Software News"}},{"@type":"ListItem","@id":"https:\/\/dev.sapien.com\/blog\/topics\/software-news\/#listItem","position":2,"name":"Software News","item":"https:\/\/dev.sapien.com\/blog\/topics\/software-news\/","nextItem":{"@type":"ListItem","@id":"https:\/\/dev.sapien.com\/blog\/topics\/software-news\/primalscript-software-news\/#listItem","name":"PrimalScript"},"previousItem":{"@type":"ListItem","@id":"https:\/\/dev.sapien.com\/blog#listItem","name":"Home"}},{"@type":"ListItem","@id":"https:\/\/dev.sapien.com\/blog\/topics\/software-news\/primalscript-software-news\/#listItem","position":3,"name":"PrimalScript","item":"https:\/\/dev.sapien.com\/blog\/topics\/software-news\/primalscript-software-news\/","nextItem":{"@type":"ListItem","@id":"https:\/\/dev.sapien.com\/blog\/2010\/07\/28\/moving-to-64-bit-running-vbscript-files-in-64-bit-mode-from-primalscript-2009\/#listItem","name":"Moving to 64 bit: Running VBScript files in 64 bit mode from PrimalScript 2009"},"previousItem":{"@type":"ListItem","@id":"https:\/\/dev.sapien.com\/blog\/topics\/software-news\/#listItem","name":"Software News"}},{"@type":"ListItem","@id":"https:\/\/dev.sapien.com\/blog\/2010\/07\/28\/moving-to-64-bit-running-vbscript-files-in-64-bit-mode-from-primalscript-2009\/#listItem","position":4,"name":"Moving to 64 bit: Running VBScript files in 64 bit mode from PrimalScript 2009","previousItem":{"@type":"ListItem","@id":"https:\/\/dev.sapien.com\/blog\/topics\/software-news\/primalscript-software-news\/#listItem","name":"PrimalScript"}}]},{"@type":"Organization","@id":"https:\/\/dev.sapien.com\/blog\/#organization","name":"DEV SAPIEN Blog","description":"Tools for IT Success","url":"https:\/\/dev.sapien.com\/blog\/"},{"@type":"Person","@id":"https:\/\/dev.sapien.com\/blog\/author\/alexander-riedel\/#author","url":"https:\/\/dev.sapien.com\/blog\/author\/alexander-riedel\/","name":"Alex Riedel"},{"@type":"WebPage","@id":"https:\/\/dev.sapien.com\/blog\/2010\/07\/28\/moving-to-64-bit-running-vbscript-files-in-64-bit-mode-from-primalscript-2009\/#webpage","url":"https:\/\/dev.sapien.com\/blog\/2010\/07\/28\/moving-to-64-bit-running-vbscript-files-in-64-bit-mode-from-primalscript-2009\/","name":"Moving to 64 bit: Running VBScript files in 64 bit mode from PrimalScript 2009 - DEV SAPIEN Blog","description":"PrimalScript 2009 usually uses CScript.exe to run VBScript files and captures its output and directs it to the IDE's output windows. Since PrimalScript 2009 is a 32 bit application the host used is also of the 32 bit variety, residing in the System32 folder of your Windows directory. If you are working on a 64","inLanguage":"en-US","isPartOf":{"@id":"https:\/\/dev.sapien.com\/blog\/#website"},"breadcrumb":{"@id":"https:\/\/dev.sapien.com\/blog\/2010\/07\/28\/moving-to-64-bit-running-vbscript-files-in-64-bit-mode-from-primalscript-2009\/#breadcrumblist"},"author":{"@id":"https:\/\/dev.sapien.com\/blog\/author\/alexander-riedel\/#author"},"creator":{"@id":"https:\/\/dev.sapien.com\/blog\/author\/alexander-riedel\/#author"},"datePublished":"2010-07-28T12:03:22-07:00","dateModified":"2010-07-28T12:03:22-07:00"},{"@type":"WebSite","@id":"https:\/\/dev.sapien.com\/blog\/#website","url":"https:\/\/dev.sapien.com\/blog\/","name":"DEV SAPIEN Blog","description":"Tools for IT Success","inLanguage":"en-US","publisher":{"@id":"https:\/\/dev.sapien.com\/blog\/#organization"}}]},"og:locale":"en_US","og:site_name":"DEV SAPIEN Blog - Tools for IT Success","og:type":"article","og:title":"Moving to 64 bit: Running VBScript files in 64 bit mode from PrimalScript 2009 - DEV SAPIEN Blog","og:description":"PrimalScript 2009 usually uses CScript.exe to run VBScript files and captures its output and directs it to the IDE's output windows. Since PrimalScript 2009 is a 32 bit application the host used is also of the 32 bit variety, residing in the System32 folder of your Windows directory. If you are working on a 64","og:url":"https:\/\/dev.sapien.com\/blog\/2010\/07\/28\/moving-to-64-bit-running-vbscript-files-in-64-bit-mode-from-primalscript-2009\/","article:published_time":"2010-07-28T20:03:22+00:00","article:modified_time":"2010-07-28T20:03:22+00:00","twitter:card":"summary_large_image","twitter:title":"Moving to 64 bit: Running VBScript files in 64 bit mode from PrimalScript 2009 - DEV SAPIEN Blog","twitter:description":"PrimalScript 2009 usually uses CScript.exe to run VBScript files and captures its output and directs it to the IDE's output windows. Since PrimalScript 2009 is a 32 bit application the host used is also of the 32 bit variety, residing in the System32 folder of your Windows directory. If you are working on a 64"},"aioseo_meta_data":{"post_id":"2330","title":null,"description":null,"keywords":null,"keyphrases":null,"focus_keyword":null,"additional_keywords":null,"truseo_locale":null,"primary_term":null,"canonical_url":null,"og_title":null,"og_description":null,"og_object_type":"default","og_image_type":"default","og_image_custom_url":null,"og_image_custom_fields":null,"og_image_url":null,"og_image_width":null,"og_image_height":null,"og_video":null,"og_custom_url":null,"og_article_section":null,"og_article_tags":null,"twitter_use_og":false,"twitter_card":"default","twitter_image_type":"default","twitter_image_custom_url":null,"twitter_image_custom_fields":null,"twitter_image_url":null,"twitter_title":null,"twitter_description":null,"schema_type":"default","schema_type_options":null,"schema":{"blockGraphs":[],"customGraphs":[],"default":{"data":{"Article":[],"Course":[],"Dataset":[],"FAQPage":[],"Movie":[],"Person":[],"Product":[],"ProductReview":[],"Car":[],"Recipe":[],"Service":[],"SoftwareApplication":[],"WebPage":[]},"graphName":"","isEnabled":true},"graphs":[]},"pillar_content":false,"robots_default":true,"robots_noindex":false,"robots_noarchive":false,"robots_nosnippet":false,"robots_nofollow":false,"robots_noimageindex":false,"robots_noodp":false,"robots_notranslate":false,"robots_max_snippet":null,"robots_max_videopreview":null,"robots_max_imagepreview":"large","priority":null,"frequency":null,"local_seo":null,"limit_modified_date":false,"ai":null,"breadcrumb_settings":null,"seo_analyzer_scan_date":null,"created":"2026-08-28 14:59:46","updated":"2026-08-28 14:59:46"},"aioseo_breadcrumb":"<div class=\"aioseo-breadcrumbs\"><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/dev.sapien.com\/blog\" title=\"Home\">Home<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/dev.sapien.com\/blog\/topics\/software-news\/\" title=\"Software News\">Software News<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/dev.sapien.com\/blog\/topics\/software-news\/primalscript-software-news\/\" title=\"PrimalScript\">PrimalScript<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\tMoving to 64 bit: Running VBScript files in 64 bit mode from PrimalScript 2009\n\t\t<\/span><\/div>","aioseo_breadcrumb_json":[{"label":"Home","link":"https:\/\/dev.sapien.com\/blog"},{"label":"Software News","link":"https:\/\/dev.sapien.com\/blog\/topics\/software-news\/"},{"label":"PrimalScript","link":"https:\/\/dev.sapien.com\/blog\/topics\/software-news\/primalscript-software-news\/"},{"label":"Moving to 64 bit: Running VBScript files in 64 bit mode from PrimalScript 2009","link":"https:\/\/dev.sapien.com\/blog\/2010\/07\/28\/moving-to-64-bit-running-vbscript-files-in-64-bit-mode-from-primalscript-2009\/"}],"jetpack_featured_media_url":"","_links":{"self":[{"href":"https:\/\/dev.sapien.com\/blog\/wp-json\/wp\/v2\/posts\/2330","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/dev.sapien.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/dev.sapien.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/dev.sapien.com\/blog\/wp-json\/wp\/v2\/users\/5"}],"replies":[{"embeddable":true,"href":"https:\/\/dev.sapien.com\/blog\/wp-json\/wp\/v2\/comments?post=2330"}],"version-history":[{"count":0,"href":"https:\/\/dev.sapien.com\/blog\/wp-json\/wp\/v2\/posts\/2330\/revisions"}],"wp:attachment":[{"href":"https:\/\/dev.sapien.com\/blog\/wp-json\/wp\/v2\/media?parent=2330"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/dev.sapien.com\/blog\/wp-json\/wp\/v2\/categories?post=2330"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/dev.sapien.com\/blog\/wp-json\/wp\/v2\/tags?post=2330"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}