I want to use the zsh-git-prompt, from this repo https://github.com/olivierverdier/zsh-git-prompt, I\'ve been using it on linux for a while and I haven\'t have any problems with it, now I\'m trying to
I am using the following command to dump the complete file listings recursively from a directory. dir /b /s c:\\myfolder > c:\\mylist.txt
I am trying to create a string method in java where it prompts someone to enter a string longer than three characters. Once entered, I want to display the middle three characters of that string. Somet
I have a process that is launched from command prompt - file.bat, although its parent cmd.exe needs to be terminated as well. The only problem is there are other instances of cmd.exe is there any way
I am currently working on a webapp for iPhone with PhoneGap. I am creating a game where players have to remember their vocabulary. In a part of my code, the iPhone is displaying a prompt in js and the
Scenario: I have a CaseEdit.aspx page in which on have 3 buttons: AddImage FinalPage QuestionAns and one web user controls that CaseContentList.ascx.
I am creating a Windows Service app that I would like to have programmatically tell the user that an error has occurred and give hints to the user to correct the error. I 开发者_运维知识库was wonderin
I have a dropdownlist of \"Select an employee\" which is optional. I need it to have \"No one\" at the top so that user can change back to NoOne if he\' ve already chosen \"John Someone\".
Is there any way to test the user location service is enabled or not without asking user? What I want to do is to use the user location information if the service is
From my understanding of findstr, it looks for text within files.What, then, is making it search for a pattern in the filename itself?