This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
## parse <template_attributes> | |
Example snippet: | |
<template_attributes> | |
<coding_schemes> | |
<coding_scheme name="RADLEX" designator="2.16.840.1.113883.6.256" /> | |
</coding_schemes> | |
<term type="modality"> | |
<code meaning="computed tomography" value="RID10321" scheme="RADLEX" /> | |
</term> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@echo off | |
setlocal ENABLEDELAYEDEXPANSION | |
set ssh_key_home=%HOME%\.ssh\ | |
set pageant_key_wildcard=*.ppk | |
echo start pageant and add keys matching %pageant_key_wildcard% from^ | |
%ssh_key_home% | |
rem Check if pageant is running |