Jump to content

How can I set this to get a file and move it to dif places?


Recommended Posts

#include <GUIConstants.au3>

#Region ### START Koda GUI section ### Form=

$Form1 = GUICreate("select stores", 633, 447, 193, 115)

$Input1 = GUICtrlCreateInput("Location of File", 96, 88, 417, 21)

$Label1 = GUICtrlCreateLabel("Select the locaztion of the File to send ", 120, 64, 187, 17)

$Label2 = GUICtrlCreateLabel("Select Stores", 8, 120, 67, 17)

$Button1 = GUICtrlCreateButton("Browse", 368, 56, 75, 25, 0)

GUICtrlSetCursor ($Button1, 0)

$Checkbox1 = GUICtrlCreateCheckbox("ACheckbox1", 0, 144, 97, 17)

$Checkbox2 = GUICtrlCreateCheckbox("ACheckbox2", 0, 168, 97, 17)

$Checkbox3 = GUICtrlCreateCheckbox("ACheckbox3", 0, 192, 97, 17)

$Checkbox4 = GUICtrlCreateCheckbox("ACheckbox4", 0, 216, 97, 17)

$Checkbox5 = GUICtrlCreateCheckbox("ACheckbox5", 0, 240, 97, 17)

$Checkbox6 = GUICtrlCreateCheckbox("ACheckbox6", 0, 264, 97, 17)

$Checkbox7 = GUICtrlCreateCheckbox("ACheckbox7", 0, 280, 97, 17)

$Checkbox8 = GUICtrlCreateCheckbox("ACheckbox8", 0, 304, 97, 17)

$Checkbox9 = GUICtrlCreateCheckbox("ACheckbox9", 0, 328, 97, 17)

$Checkbox10 = GUICtrlCreateCheckbox("ACheckbox10", 0, 352, 97, 17)

$Checkbox11 = GUICtrlCreateCheckbox("ACheckbox11", 120, 144, 97, 17)

$Checkbox12 = GUICtrlCreateCheckbox("ACheckbox12", 120, 168, 97, 17)

$Checkbox13 = GUICtrlCreateCheckbox("ACheckbox13", 120, 192, 97, 17)

$Checkbox14 = GUICtrlCreateCheckbox("ACheckbox14", 120, 216, 97, 17)

$Checkbox15 = GUICtrlCreateCheckbox("ACheckbox15", 120, 240, 97, 17)

$Checkbox16 = GUICtrlCreateCheckbox("ACheckbox16", 120, 264, 97, 17)

$Checkbox17 = GUICtrlCreateCheckbox("ACheckbox17", 120, 288, 97, 17)

$Checkbox18 = GUICtrlCreateCheckbox("ACheckbox18", 120, 312, 97, 17)

$Checkbox19 = GUICtrlCreateCheckbox("ACheckbox19", 120, 336, 97, 17)

$Checkbox20 = GUICtrlCreateCheckbox("ACheckbox20", 120, 360, 97, 17)

$Checkbox21 = GUICtrlCreateCheckbox("ACheckbox21", 240, 144, 97, 17)

$Checkbox22 = GUICtrlCreateCheckbox("ACheckbox22", 240, 168, 97, 17)

$Checkbox23 = GUICtrlCreateCheckbox("ACheckbox23", 240, 192, 97, 17)

$Checkbox24 = GUICtrlCreateCheckbox("ACheckbox24", 240, 216, 97, 17)

$Checkbox25 = GUICtrlCreateCheckbox("ACheckbox25", 240, 240, 97, 17)

$Checkbox26 = GUICtrlCreateCheckbox("ACheckbox26", 240, 264, 97, 17)

$Checkbox27 = GUICtrlCreateCheckbox("ACheckbox27", 240, 288, 97, 17)

$Button2 = GUICtrlCreateButton("AButton2", 256, 416, 75, 25, 0)

$Checkbox28 = GUICtrlCreateCheckbox("ACheckbox28", 240, 312, 97, 17)

$Checkbox29 = GUICtrlCreateCheckbox("ACheckbox29", 240, 336, 97, 17)

$Checkbox30 = GUICtrlCreateCheckbox("ACheckbox30", 240, 360, 97, 17)

$Checkbox31 = GUICtrlCreateCheckbox("ACheckbox31", 360, 152, 97, 17)

$Checkbox32 = GUICtrlCreateCheckbox("ACheckbox32", 360, 176, 97, 17)

$Checkbox33 = GUICtrlCreateCheckbox("ACheckbox33", 360, 200, 97, 17)

$Checkbox34 = GUICtrlCreateCheckbox("ACheckbox34", 360, 224, 97, 17)

$Checkbox35 = GUICtrlCreateCheckbox("ACheckbox35", 360, 248, 97, 17)

$Checkbox36 = GUICtrlCreateCheckbox("ACheckbox36", 360, 272, 97, 17)

$Checkbox37 = GUICtrlCreateCheckbox("ACheckbox37", 360, 296, 97, 17)

$Checkbox38 = GUICtrlCreateCheckbox("ACheckbox38", 360, 320, 97, 17)

$Checkbox39 = GUICtrlCreateCheckbox("ACheckbox39", 360, 336, 97, 17)

$Checkbox41 = GUICtrlCreateCheckbox("ACheckbox41", 360, 368, 97, 17)

$Checkbox40 = GUICtrlCreateCheckbox("ACheckbox40", 360, 352, 97, 17)

$Checkbox42 = GUICtrlCreateCheckbox("ACheckbox42", 504, 152, 97, 17)

$Checkbox43 = GUICtrlCreateCheckbox("ACheckbox43", 504, 176, 97, 17)

$Checkbox44 = GUICtrlCreateCheckbox("ACheckbox44", 504, 200, 97, 17)

$Checkbox45 = GUICtrlCreateCheckbox("ACheckbox45", 504, 224, 97, 17)

$Checkbox46 = GUICtrlCreateCheckbox("ACheckbox46", 504, 248, 97, 17)

$Checkbox47 = GUICtrlCreateCheckbox("ACheckbox47", 504, 272, 97, 17)

$Checkbox48 = GUICtrlCreateCheckbox("ACheckbox48", 504, 296, 97, 17)

$Checkbox49 = GUICtrlCreateCheckbox("ACheckbox49", 504, 320, 97, 17)

$Checkbox50 = GUICtrlCreateCheckbox("ACheckbox50", 504, 344, 97, 17)

$Checkbox51 = GUICtrlCreateCheckbox("ACheckbox51", 504, 360, 97, 17)

$Checkbox52 = GUICtrlCreateCheckbox("ACheckbox52", 504, 384, 97, 17)

$Pic1 = GUICtrlCreatePic("", 520, 8, 100, 100, BitOR($SS_NOTIFY,$WS_GROUP))

GUISetState(@SW_SHOW)

#EndRegion ### END Koda GUI section ###

While 1

$nMsg = GUIGetMsg()

Switch $nMsg

Case $GUI_EVENT_CLOSE

Exit

Case $Button1

EndSwitch

WEnd

I want to be able to take a file off my computer and put it in another file that is in my checklist. I want that file to go to all the folders that I check.

Thanks

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...