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
Post a Comment