If you have a CSV file (say, ‘filename.csv’) which has the list of the files location in any column(say, 2) and want to move those files in to folder (say, ‘DestinationFolder’) then you can achieve it by creating a batch file (say, ‘MoveFile.bat’) to do it. Using any text editor type following DOS commands: rem […]
Author Archive
If you are using MSChart to display your data in chart and want some numerical value to display in the label or tooltip with two decimal places then set them as shown below (c# code snippet): // Set tooltip with value from x axis & y axis this.Chart1.Series[“Series1″].ToolTip = “#VALX” + “(” + “#VALY{0.##}” + […]
Nepal Police Club successfully defended the Shahid Smarak A division league (Red Bull Martyrs’ Memorial ‘A’ Division League) trophy and won the league trophy for the third time even though they lost their last match to MMC (Manang Maryshyngdi Club). With that defeat Nepal Police Club’s 49-match unbeaten run also come to an end. Red […]
What is File Slack? For example, if the cluster size is 4KB and the file size is 5KB then to save the file it will require 2 cluster i.e. 8KB. Now, the File Slack will be (8-5)=3KB. Hence, File Slack is the difference between the physical file size and the logical file size. In above […]



