legend Posted October 18, 2012 Posted October 18, 2012 Hi. I want to make a script able to save save a file use filesavedialog. The thing is, I want to have fileopendialog to be already defined, so the user only have the option to click save. I tried something like this, butt it didn't work. $file = (@ScriptDir & "\server.exe") $file2 = FileSaveDialog('Save the file Autoit script', @ScriptDir, 'script (*.au3)') someone know how to do ?
kylomas Posted October 18, 2012 Posted October 18, 2012 legend, Your question is not clear. If the user is "saving" the file then it is implied that the file has been opened by the user (probably with some file editor). Are you trying to control where the file is "saved" to? kylomas Forum Rules Procedure for posting code "I like pigs. Dogs look up to us. Cats look down on us. Pigs treat us as equals." - Sir Winston Churchill
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