Closed. This question needs debugging details. It is not currently accepting answers.
Edit the question to include desired behavior, a specific problem or error, and the shortest code necessary to reproduce the problem. This will help others answer the question.
Closed 5 years ago.
Improve this question
I have a program for zipping files , but I don't know how to make it to zip automatically in certain time (for example every Friday at 5 pm). It has to be like the link in description LINK
You can schedule it as a Task
https://technet.microsoft.com/en-us/library/cc748993(v=ws.11).aspx
Related
Closed. This question needs debugging details. It is not currently accepting answers.
Edit the question to include desired behavior, a specific problem or error, and the shortest code necessary to reproduce the problem. This will help others answer the question.
Closed 7 days ago.
Improve this question
multiline screen
A user cannot copy these lines and paste them in the same order. all it allows them is copy a line at a time. Please advise a way to achieve this
I am not a web person - i'm looking out for a solution/any advise on how this can be achieved.
Closed. This question needs debugging details. It is not currently accepting answers.
Edit the question to include desired behavior, a specific problem or error, and the shortest code necessary to reproduce the problem. This will help others answer the question.
Closed 3 days ago.
Improve this question
[enter image description here][1]Some Fileds of a workitem are being updated every 5 minutes via API. Now it stopped because the revision limit of 10000 has been reached.
So i decided to delete the Workitem history in order to reset the revision number. But i found out that the Workitem-history is Read-Only(not editable).
[1]: https://i.stack.imgur.com/rgRcH.png - History of a Workitem with 10000 revisions
Closed. This question needs debugging details. It is not currently accepting answers.
Edit the question to include desired behavior, a specific problem or error, and the shortest code necessary to reproduce the problem. This will help others answer the question.
Closed 5 years ago.
Improve this question
got stuck in here every time i try to click the EditTool
Click-Me
Looks like BossSnNumUD Has Minimum And Maximum Values so when you do
you are setting the value to 0 ,and ArgumentOutOfRangeExeption is thrown .
Because it's out of the range.
Closed. This question needs debugging details. It is not currently accepting answers.
Edit the question to include desired behavior, a specific problem or error, and the shortest code necessary to reproduce the problem. This will help others answer the question.
Closed 7 years ago.
Improve this question
I'm working on a game project in Unity. My issue is that I want to take a number and decrease it by a specific percentage. Can I could be pointed to a good resource or provided with a good answer.
What's unity?
float results = OriginalValue - (OriginalValue * Percent / 100);
Closed. This question needs debugging details. It is not currently accepting answers.
Edit the question to include desired behavior, a specific problem or error, and the shortest code necessary to reproduce the problem. This will help others answer the question.
Closed 8 years ago.
Improve this question
I can't figure out how to get it. I googled a lot since yesterday and I do not found any answer.
Any Ideas?
Loop through NetworkInterface.GetAllNetworkInterfaces() until you find the one you want, then look at GetIPProperties().GatewayAddresses.