Babw_1 Posted January 24, 2023 Share Posted January 24, 2023 Hi guys ! im kinda new here and idk how everything works but yea... I need a script that : open a file (example.mp3) open another file(example.mp4) ctrl a ctrl c close example.mp4 create a note in a file ( exmplefile) ctrl v save it at a random name and finnally start a .bat file ik it will may take alot of time but i would appreciate the help alot Link to comment Share on other sites More sharing options...
Subz Posted January 24, 2023 Share Posted January 24, 2023 Look at the followiing functions in help file: ShellExecute - to open .mp3/.mp4 with associated program ControlSend or Send - for Ctrl+a and Ctrl+c FileOpen - Open new text file in write mode using @Year&@Mon&@MDay&@Hour&@Min&@Sec.txt FileWrite - Write to the new text file FileClose - Close the new text file Run - Run the batch script alternatively add the batch script into Autoit script. SkysLastChance 1 Link to comment Share on other sites More sharing options...
Babw_1 Posted January 24, 2023 Author Share Posted January 24, 2023 ok thanks. could you help me making it please? Link to comment Share on other sites More sharing options...
Subz Posted January 24, 2023 Share Posted January 24, 2023 If you create a script using the examples for the functions above from within the helpfile, we can help with any issues, that you may have. Link to comment Share on other sites More sharing options...
Babw_1 Posted January 24, 2023 Author Share Posted January 24, 2023 the thing is that i dont know how to create a script Link to comment Share on other sites More sharing options...
Developers Jos Posted January 24, 2023 Developers Share Posted January 24, 2023 49 minutes ago, Babw_1 said: the thing is that i dont know how to create a script The thing is that you need to learn some basics first then...which will take some time to learn, but such is life. SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past. Link to comment Share on other sites More sharing options...
Babw_1 Posted January 24, 2023 Author Share Posted January 24, 2023 yea i know and im already trying to learn some things. i just need help to tell me what to do and how Link to comment Share on other sites More sharing options...
Moderators JLogan3o13 Posted January 24, 2023 Moderators Share Posted January 24, 2023 4 hours ago, Babw_1 said: yea i know and im already trying to learn some things. i just need help to tell me what to do and how This forum is dedicated to helping folks with their own scripts, so there is an expectation that you put forth some actual effort to read the help file, search for answers, and try things out on your own. No one is going to spoon-feed it to you; if they did, you would never understand it. "Profanity is the last vestige of the feeble mind. For the man who cannot express himself forcibly through intellect must do so through shock and awe" - Spencer W. Kimball How to get your question answered on this forum! Link to comment Share on other sites More sharing options...
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