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
Post a Comment