comman being
get-psdrive | Where Free*
currently I can get to the powershell inside cmd using this
echo
title PC INFO SCRIPT
:prompt
color 1f
cls
echo PC INFO SCRIPT
echo.
cd\
cd\
powershell
but I have no idea how to make it run my command - get-psdrive | Where Free*
would appreciate a hand, thanks
