Advertisement

Check out our new and improved Advanced Search! We have added additional search options and the ability to save your searches.
 
Enter Keywords:
 
1 - 10 of 19(0.005 seconds)
[x]
The Solution Rating System

With so many solutions, how can you tell which solutions are most likely to help you and which ones are not? To provide you with a tool to use, we rate our solutions based on various elements that most accurately determine if a solution is a quality solution. To explain what factors affect the solution rating, here are the elements we take into consideration when formulating our solution rating.

  • The Grade of the Solution
  • The Zone Rank of the Expert Providing the Solution
  • The Number of Author and Expert Comments
  • The Number of Experts Contributing
  • The Feedback of the Community

Your Input Matters
Because of the way the system is set up, the most important variable in this equation is you. As a member of Experts Exchange, you are able to cast your vote on the quality of the solutions in regard to how complete, accurate, helpful and easy to understand each solution is. When you provide your feedback, each rating is adjusted accordingly. So, if you see a solution that has a poor rating that you think is a good solution, let us know by rating it. As you do, the rating will be adjusted and will become more accurate for other members of our site.

If you have any suggestions that you would like to make for our rating system, please ask a question in the Suggestions Zone of Community Support.

Thank you!

8.8
Hello I have text file which contains the following text line 29/12/08  11:00               255 CLG1003.DAT I want to make a date and time from 29/12/08  11:00 portion of the text line in a batc...
Zones: Windows BatchDate Answered: 01/01/2009 Views: 0
Hi everyone.. When I open a dos window and go to the directory C:\documents and settings\username\local settings\temporary internet files, I get three directories one of them being content.IE5 (...
Zones: Windows BatchDate Answered: 11/07/2008 Views: 0
Is there a way of passing 2 separate variables to a batch file?  I want to automate a routine . I want to be able to act on variable 1 and 2.  I would like the batch file to  prompt the user for th...
Zones: MS DOS, Microsoft OSDate Answered: 03/02/2009 Views: 23
Hi, May i know how to convert the following MSDOS Batch File to linux BASH Script ? @echo off for /F "skip=3 usebackq tokens=*" %%i in (`cmd /c "vzlist -ao veid"`) do (cmd /c "vzbackup "%%i ...
Zones: bash, Linux Dev, Windows BatchDate Answered: 05/24/2009 Views: 15
Hello, Can someone please help me with find and replace strings in a file. This is what am trying to do: FOR /F "tokens=1" %%G IN (host.txt) DO For /F "tokens=1,2" %%A IN ('type %%G.txt') do ...
Zones: Windows Batch, MS DOS, bashDate Answered: 09/15/2008 Views: 8
I am new to DOS batch files...This should be easy..But I have not been able to get it... I need to write some text to a new file, then append the IP address of the computer running the batch.. the...
Zones: Windows NTDate Answered: 05/18/2000 Views: 0
Hi there, I want to make a batch file so that I could copy one folder at a certain time from one hard drive to another hard drive.  I have started like: At 17:34 "xcopy /yesv c:\back01 d:\back01"...
Zones: MS DOSDate Answered: 03/09/2004 Views: 0
Hi all, I'm new to Linux, and I've got one little problem. I have a batch file in Windows that I wrote to compile and run some Java files. However, I also need to do that in Linux. I know tha...
Zones: Linux DevDate Answered: 05/09/2005 Views: 0
How do I get my computer to automatically boot to Windows 98's "MS-DOS" mode every time I start my computer, and have it run a batch file immediately?
Zones: MS DOS, Windows 98, Windows OSDate Answered: 07/18/2007 Views: 0
Hello Experts,I need a quick help with ftp rmdir command. I am doing ftp through file ftp -s:ftp.file>>ftp.log inside ftp.file, I have commands to transfer files , create directories etc. Now , ...
Zones: FTP Servers, MS DOS, Windows BatchDate Answered: 11/01/2008 Views: 0