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

c# - How to get the current UAC mode -

postgresql - Lazarus + Postgres: incomplete startup packet -

javascript - Ajax jqXHR.status==0 fix error -