Computing.net: Question & Answers Forum Latest Questions

computing
  • 0
  • 0

I’ve downloaded a torrent from www.eztv.it using google chrome and it appeared on my desktop with the extension .torrent.crdownload. Now I can’t delete it or move it or change the extension, it just says it’s not possible to do it… ...

computing
  • 0
  • 0

I saw a comment on https://computing.net/answers/li… To bind sendmail to a specific ip address you need to edit the /etc/mail/sendmail.mc file. (editing sendmail.cf file is bad, unless you really know what you are doing). In the sendmail.mc file, ...

computing
  • 3
  • 3

I am working on a backup script to delete old folders from a folder.My backup folder looks like this (backup_mm_dd_year is a folder) C:\backups\backup_5_1_2014 C:\backups\backup_5_2_2014 C:\backups\backup_5_3_2014 C:\backups\backup_5_4_2014 C:\backups\backup_5_6_2014 C:\backups\backup_5_7_2014 C:\backups\backup_5_8_2014 C:\backups\backup_5_9_2014 C:\backups\backup_5_10_2014 C:\backups\backup_5_12_2014 I was looking at using robocopy to delete folders ...