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 2.7 - Chat Solution for Mobile App -

jquery - Detect current Section with javascript -