There is no exact replacement for adding the batch file to the system path, however using Arc in powershell is straightforward. All you have to do is add this function to your powershell profile. This has the benefit of not requiring the arc install directory be in the system path.
function arc { php -f "PATH_TO_INSTALL\scripts\arcanist.php" -- $args }