Tec(h)tonic

Insights into building a solid I.T. foundation in the mid-size business world.

Author: Christopher Scott

  • Search for and delete directory in MS Windows

    for /f “delims=” %%d in (‘dir <directoryPath> /s /b /ad ^| sort /r’) do rd “%%d” Note: remove one of the two percentage signs when running from command line.

  • Cloud-based file storage services: a quick overview

    A user recently asked me for a suggestion on an FTP service so he can deliver large video files to clients. This sent me on a quick research jag into the major cloud-based file service players. Keep in mind that the target audience here is an individual user, servicing external clients… Box DropBox SkyDrive Storage…

  • Psych 101 re. customer satisfaction

    Keep users confident in in the services you provide by always providing them with feedback. Remember: Good information is better than bad information and bad information is better than no information.