Moving casperjs.bat to its own dir, like rubybin
Showing
1 changed file
with
1 additions
and
1 deletions
1 | @ECHO OFF | 1 | @ECHO OFF |
2 | set CASPER_BIN=%~dp0 | ||
3 | set CASPER_PATH=%~dp0..\ | 2 | set CASPER_PATH=%~dp0..\ |
3 | set CASPER_BIN=%CASPER_PATH%bin\ | ||
4 | 4 | ||
5 | set PHANTOMJS_NATIVE_ARGS=(--cookies-file --config --debug --disk-cache --ignore-ssl-errors --load-images --load-plugins --local-storage-path --local-storage-quota --local-to-remote-url-access --max-disk-cache-size --output-encoding --proxy --proxy-auth --proxy-type --remote-debugger-port --remote-debugger-autorun --script-encoding --web-security) | 5 | set PHANTOMJS_NATIVE_ARGS=(--cookies-file --config --debug --disk-cache --ignore-ssl-errors --load-images --load-plugins --local-storage-path --local-storage-quota --local-to-remote-url-access --max-disk-cache-size --output-encoding --proxy --proxy-auth --proxy-type --remote-debugger-port --remote-debugger-autorun --script-encoding --web-security) |
6 | 6 | ... | ... |
-
Please register or sign in to post a comment