Grated Posted September 28, 2007 Posted September 28, 2007 Hi, I'm looking for a way to create a briefcase in AutoIT v3. I want a briefcase called files in my C:\ . Is this possible to create this? How? Thanks
PsaltyDS Posted September 28, 2007 Posted September 28, 2007 (edited) This works for me: $sPath = "C:\My Brand Spanking New Briefcase" RunWait("rundll32.exe " & @SystemDir & "\syncui.dll,Briefcase_Create 262442 " & $sPath, @SystemDir) Edit: There are smarter people on this forum than me. They could probably make that call to syncui.dll more directly and get status returned from it. Edited September 28, 2007 by PsaltyDS Valuater's AutoIt 1-2-3, Class... Is now in Session!For those who want somebody to write the script for them: RentACoder"Any technology distinguishable from magic is insufficiently advanced." -- Geek's corollary to Clarke's law
AlmarM Posted September 28, 2007 Posted September 28, 2007 This works for me: $sPath = "C:\My Brand Spanking New Briefcase" RunWait("rundll32.exe " & @SystemDir & "\syncui.dll,Briefcase_Create 262442 " & $sPath, @SystemDir) Edit: There are smarter people on this forum than me. They could probably make that call to syncui.dll more directly and get status returned from it. Works for me too ^^ But im Dutch and i wanne know... What can u do with briefcase ? Minesweeper A minesweeper game created in autoit, source available. _Mouse_UDF An UDF for registering functions to mouse events, made in pure autoit. 2D Hitbox Editor A 2D hitbox editor for quick creation of 2D sphere and rectangle hitboxes.
ssubirias3 Posted September 28, 2007 Posted September 28, 2007 ... What can u do with briefcase ?http://support.microsoft.com/kb/307885
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now