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 […]
Archive for the ‘Technology’ Category
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.##}” + […]
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 […]




