batch file - .PIF With ? Allowed for a Variable Request -


up until have been using .pif shortcut "?" call variable used in batch file produce specific results. have on project 10,000 folders, , jobfind.pif tool satisfied quick search. moving or floating shortcut.lnk 1 folder in larger directory.

program line call inside jobfind.pif

s:\yourstruly\jobfind\jobfind.bat ?  jobfind.bat contents %1 = ? explorer "p:\sdit_l~1\projects\000030%1" 

is there simple replacement olde fashion jobfind.pif tool?

thank you, gpb

you replace either command-line or gui vbscript. here's example:

strjob = inputbox("enter job number:")  createobject("wscript.shell")     .run "explorer.exe p:\sdit_l~1\projects\000030" & strjob end 

Comments

Popular posts from this blog

c++ - OpenCV Error: Assertion failed <scn == 3 ::scn == 4> in unknown function, -

php - render data via PDO::FETCH_FUNC vs loop -

The canvas has been tainted by cross-origin data in chrome only -