Skip to content

Instantly share code, notes, and snippets.

@Haraguroicha
Created February 29, 2016 01:34
Show Gist options
  • Save Haraguroicha/8ea0e051d9ff175299bf to your computer and use it in GitHub Desktop.
Save Haraguroicha/8ea0e051d9ff175299bf to your computer and use it in GitHub Desktop.
@echo off
for /f "delims=^" %%a in ('dir /a-d /b /s "C:\Program Files\ospp.vbs" "C:\Program Files (x86)\ospp.vbs" 2^> nul ^| findstr /i vbs') do set ospp=cscript "%%a"
%ospp% %*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment