mini pci to pci adapter -pcie -"pci-e" -"pci e" -"pci express"
%date:~6,4%-%date:~3,2%-%date:~0,2%
@echo off
echo ------ determine date
forfiles /P backup.logon /C "cmd /c DEL @path" /D -5
SET DT=%date:~6,4%.%date:~3,2%.%date:~0,2%
IF EXIST C:\Tools\backup.logon\%DT%.done GOTO DONE
...
:DONE
echo %DT% %TIME% >> C:\Tools\backup.logon\%DT%.done
echo ------ execution completed
echo %date:~6,4%-%date:~3,2%-%date:~0,2%|clip
В буфер обмена. <html>
<head>
<style type="text/css">
.xxx {
width: 500px;
height: 300px;
background-color: #fff;
color: #000;
border: 2px solid #336699;
padding: 20px;
position: relative;
}
.xxx::before {
content: "";
width: 0px;
height: 0px;
position: absolute;
border-left: 42px solid #336699;
border-right: 42px solid transparent;
border-top: 42px solid #336699;
border-bottom: 42px solid transparent;
left: -2px;
bottom: -85px;
}
.xxx::after {
content: "";
width: 0px;
height: 0px;
position: absolute;
border-left: 40px solid #fff;
border-right: 40px solid transparent;
border-top: 40px solid #fff;
border-bottom: 40px solid transparent;
left: 0px;
bottom: -80px;
}
</style>
</head>
<body>
<div class="xxx">xxx</div>
</body>
</html>