gvegayon / parallel

PARALLEL: Stata module for parallel computing
https://rawgit.com/gvegayon/parallel/master/ado/parallel.html
MIT License
118 stars 26 forks source link

support for network paths #14

Closed epkugelmass closed 9 years ago

epkugelmass commented 9 years ago

Modifies the batch file generation code to support operating in network directories Resolve issue #12

gvegayon commented 9 years ago

Before merging, is pushd included in most windows versions? Furthermore, are there any versions that don't include this??? I'm mostly worried about compatibility.

Thanks for the fix!

epkugelmass commented 9 years ago

Goes back to at least Windows XP.

https://www.microsoft.com/resources/documentation/windows/xp/all/proddocs/en-us/pushd.mspx?mfr=true

Windows is generally backward-compatible. Pushd/popd should be in all Windows versions since XP, at the very least