powershell - How to install test command line -


i'm trying use test command, not exists in system (windows 8).

test -d $(build) 

how can install it?

@echo off if exist mydirname ( echo mydirname exists ) else ( mkdir mydirname && echo mydirname created) 

source => here


Comments

Popular posts from this blog

python - matpltolib navigation toolbar edit curves and parameters line color automatically changes issue -

node.js - Nodejs javascript implementation of PBEWithMD5AndTripleDES/CBC/PKCS5Padding -