Latest posts

copy files and create directories

I needed to come up with a solution to copy a directory/file to a specific location but I also needed to account for the fact that it might not be created so I needed it to also create the necessary folder structure and if the file existed I needed it to overwrite it.

This is the batch script I came up with

if not exist %appdata%\PROGRAM\settings mkdir %appdata%\PROGRAM\settings
copy "\\SERVER\SHARED\source" %appdata%\PROGRAM\settings /y
Code language: JavaScript (javascript)

Basically what the script is doing is checking C:\Users\USERNAME\AppData\Roaming\PROGRAM\settings to see if it exists if it doesn’t then it will create it. Next the script is copying the contents from the UNC path into the folder.

The way the script is currently written anything in the folder named source will get dumped into the settings folder in Roaming. If you need to copy just a specific file just add the specific file in the copy command and run it. For this solution I just set the script to be a Logon script via a GPO.

The Babysitter of BULLSHIT!

Welcome back to another episode of the Mouthy and Keerious Podcast!

This week we are talking about the (according-to-Daniel) HORRIBLE New Netflix Original: The Babysitter. #PodMom tried her best to find a “horror” movie that #DadPod hadn’t seen but failed to realize that their definition of “horror” are VERY DIFFERENT. Unfortunately for Daniel, The Babysitter is a horror comedy – his least favourite subgenre so Jill is in for an education of a lifetime after this mistake.

Bad writing & story concept, poor overall acting, ridiculous effects, and being a little bit too self aware dooms The Babysitter to being very forgettable. #PodMom tries to pitch for great “Horror Comedy” movies like Evil Dead and Cabin in the Woods, and explains her definiton of Horror vs Scary movies. #DadPod explains the difference according to him and we all come to the conclusion that Joss Whedon can really do no wrong (STAY TUNED!)

What’s your favourite Scary/Horror Movie? How do you define horror vs scary movies? Was Jill a bit too aggressive in her claim of “Everyone likes to suck Joss Whedon’s dick”?

Join us next week for our Season Finale (and explanation as to why we are doing the podcast as a seasonal release for now)

Thanks for listening! Make sure to Rate/Review/Subscribe on your favourite Podcast Platform!

Subscribe on iTunes or Google Play

Spider-Man: Homecoming

Welcome to another episode of the Mouthy & Keerious podcast! This week we are talking about the best of the worst – Spider-Man: Homecoming!

We’re talking favourite moments, who was the best Spider-Man, and comic movies in general.

Do you have a favourite for best Peter Parker? What did you think of the newest reboot? High hopes for the future of the franchise? Let us know by hitting up the Soc Meds as seen below!

Thanks for listening! Be sure to Rate/Review/Subscribe on your favourite podcast platform!

Subscribe on iTunes or Google Play