I think it's time they started a Powershell forum :)
melwyn
Posts
-
Powershell question: How to print only the current folder name -
Powershell question: How to print only the current folder name?Hi, Sorry for asking a powershell question. This should be easy for an expert. Suppose I'm in the folder C:\Windows\System32 . I want to print out only "System32". I have found commands that give the entire path, but I want only the last bit. Thanks, Mel
-
Powershell question: How to print only the current folder nameHi, Sorry for asking a powershell question. This should be easy for an expert. Suppose I'm in the folder C:\Windows\System32 . I want to print out only "System32". I have found commands that give the entire path, but I want only the last bit Thanks, Mel
-
Powershell question: How to print only the current folder nameHi, This should be easy for an expert. Suppose I'm in the folder C:\Windows\System32 . I want to print out only "System32". I have found commands that give the entire path, but I want only the last bit :) Thanks, Mel
-
How to print only the current folder name in powershellHi, Sorry for asking a powershell question. This should be easy for an expert. Suppose I'm in the folder C:\Windows\System32 . I want to print out only "System32". I have found commands that give the entire path, but I want only the last bit :) Thanks, Mel
-
How to check if the machine I'm connected to is a virtual one or notThanks for replying. I don't need to do this programmatically. I was given a machine at work and I was just curious to know if it was real or virtual. Obviously I don't have physical access to the machine (to see for myself) as it's in another part of the world. So there are some devices that would not be installed on a virtual machine? Something like keyboard and mouse? Thanks, Melwyn
-
How to check if the machine I'm connected to is a virtual one or notWhen I connect to a machine (through RDC, VNC, PCAnywhere or any other such remoting application) is there any system setting I can check to know if the machine I'm connected to is a virtual machine or an actual physical one? Thanks, Melwyn
-
God damn it .... I'm so mad right now!!you must be in Limerick :) I live in Galway. Folks aren't too bad out here.
-
How do you Strengthen Your Knowledge?Christian Graus wrote:
I typically read something tech in bed at night,
to help you sleep? :)
-
Cubicle noiseTell her to ditch the guy and give her my number ;)
-
Its the festival of lights.....Have a happy, fun-filled and safe Diwali
-
It's paydaydon't spend it all on 1 place or 1 face :)
-
It's paydaystill have 10 days to go....i get paid monthly :(
-
New "Reply" Option in Orkutsame here...somebody please put us out of our misery :)
-
Free Hugs anyone?It's the Pitt Street Mall, the pedestrianised section of Pitt Street in the CBD of Sydney, Australia. It is one block long between Market Street and King Street and is one of Australia's busiest and most cosmopolitan shopping precincts....according to it's wikipedia page :)
-
Free Hugs anyone? -
Free Hugs anyone? -
No, I'm not a cheerleader!Ashley van Gerven wrote:
So before anyone asks - I am *not* a busty blonde cheerleader!
Why don't you post a pic of yourself and we'll decide that ;) Cheers.
-
COM compiler errorsIncluding atlbase.h took care of CComQIPtr. However I don't have shobjidl.h anywhere on my machine. Is that something that would come only with VC 7, looks that way atleast. (On a different note, I don't have "comdefsp.h" either...i think these are VC 7 files). I tried including shlobj.h but didn't help.
-
COM compiler errorsThanks for your reply. Found IShellFolder in that file, but now it can't find CComQIPtr and IFolderFilter. (By the way, nowhere in the project is atlbase.h explicitly included, probably comes indirectly through some other header file. So, I included comdef.h in Stdafx.h) Yes I have Feb 2003 PSDK installed. Does that have some issue? Thanks, Mel