![]() |
|
|
|
#1 |
|
Hi all,
I need to create a script to find which shotcuts have the path pointing to "\\server\share\brasil.lnk" I figured out that the cmd below does it perfectly. findstr /s /i /m "\<*brasil*\>" *.lnk When I find those shortcuts, I'd like to move them to c:\temp , but could not match the FINDSTR with the IF command. Any suggestion? Thanks a lot. =?Utf-8?B?Zm1zbWNzZQ==?= |
|
|
|
|
#2 |
|
Posts: n/a
|
You might find some better help in the microsoft.public.scripting
newsgroups. -- Bob Christian II http://bobchristian.blogspot.com - Blog "fmsmcse" <> wrote in message news:447AB052-8BAA-4FDC-A7EB-... > Hi all, > > I need to create a script to find which shotcuts have the path pointing to > "\\server\share\brasil.lnk" > > I figured out that the cmd below does it perfectly. > > findstr /s /i /m "\<*brasil*\>" *.lnk > > When I find those shortcuts, I'd like to move them to c:\temp , but could > not match the FINDSTR with the IF command. > > Any suggestion? > > Thanks a lot. Bob Christian |
|
|
|
#3 |
|
Posts: n/a
|
Bob Christian <> said something like
> You might find some better help in the > microsoft.public.scripting newsgroups. Boy is that ever an understatement! kpg |
|
![]() |
| Thread Tools | Search this Thread |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Will someone help with Popup Calendar scripting | inthedark | The Lounge | 0 | 12-25-2008 09:08 PM |
| Will someone help with Popup Calendar scripting | inthedark | The Lounge | 0 | 12-25-2008 08:57 PM |
| Learning Scripting Program | Kleenex | Software | 3 | 07-28-2006 09:30 PM |
| Picture DVD scripting | Danny | DVD Video | 0 | 01-23-2006 10:52 PM |