Yahoo Answers is shutting down on May 4th, 2021 (Eastern Time) and beginning April 20th, 2021 (Eastern Time) the Yahoo Answers website will be in read-only mode. There will be no changes to other Yahoo properties or services, or your Yahoo account. You can find more information about the Yahoo Answers shutdown and how to download your data on this help page.
Wildcard
Can your employer legally ask for a sample of your vomit?
I ve been sick this morning, so I called my employer to inform them. My employer called me back requesting a sample of the vomit. I asked why and she didn t really give a reason. Is she legally allowed to do this? Providing the sample won t be difficult but it feels a little invasive.
4 AnswersLaw & Ethics4 years agoIf 5221.23km uses 452.90ltrs of fuel, how much does 4134.48km use of fuel?
Help please, I don't have a clue how to work this out!
2 AnswersMathematics6 years agoCPU Fan Error?
I used my computer last night, nothing wrong. Turned it off, went to sleep. 8 hours later I try to turn on my computer and upon start up it comes with a "CPU Fan Error". The computer is only about 3 weeks old. I have no idea what to do or what to progress on with. I managed to get the computer working, but I have no idea how... I just pushed the wires in and span the fan with my finger until it magically started up and let me on.
I'm scared my computer will overheat, or that if I turn it off I won't be able to turn it back on.
What do I do if this error comes up again? I have an i7, 32gb RAM and my motherboard is an ASUS Z97-A. Please please help.
4 AnswersDesktops7 years agoHow do I stop a batch file from closing when an unknown command is typed in?
I'm making a text based RPG video game and I can't seem to find a command to prevent the batch file from closing on an unknown command from being entered... for example, let's say you have to typed in "yes" or "no" but you misspell a word or type in the wrong word, it will close the whole batch file, I do not want this to happen.
So I need to know if there is a command to either:
- A, Prevent closure of the batch file unless the cross is clicked or the "exit" command is input.
- B, Display a message on unknown command and allow another option to be input (e.g. Unknown command, try again) WITHOUT the batch file closing.
- C, Replay the previous scene and offer the same choice once more.
Not sure if this is phrased correctly, so let me try and explain with sample code:
@echo off
(menu stuff here)
:scene1
echo "You see a room with three doors, a door to the right, a door to the left and a door that leads straight ahead."
set /p choices=
if %choices% == left goto door1
if %choices% == right goto door2
if %choices% == forward goto door3
(command here maybe to stop it closing? Or replay choices on unknown command?)
goto scene1
----------------------------------------------------------------------------------------------------------------
Also not sure if it's possible but if anyone can also tell me how to display images and music within a batch file? I don't mean links to websites, files or folders, I mean have the image actually displayed within the batch file, or music to be played from the batch file.
Thanks.
2 AnswersProgramming & Design7 years agoIf 26mm in scale is 156 feet, what is 30mm?
Bit of a maths problem when dealing with scaled down models. Any help?
3 AnswersEngineering8 years ago