Is it possible to maximize a window to the left side of the screen (Win + Left Arrow) using a batch script?
Thanks,
Max
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I don’t think this is possible with batch alone, but you might be able to use a vbscript with SendKeys. Then you can run the vb in batch with cscript.exe.
List of key strokes
I’m not sure how you can do the Windows key, or if its possible with the codes in the link above. For that you may need something more powerful, like C#.