How can I assigning URL on closing of batch file
I want when batch file is closed .. browser should assigned URL
I know opening URL within the batch file
Printable View
How can I assigning URL on closing of batch file
I want when batch file is closed .. browser should assigned URL
I know opening URL within the batch file
what "batch file"? where is it being run? what do you mean by "assigned URL"?
Your question is unclear.
Please provide more information, and be as specific as possible.
- What do you want to accomplish?
- What have you already tried?
- What problems did you encounter?
Please be sure that you have included all relevant code and/or a link to the page in question.
You might also consider making a reduced test case using an online tool like codepen or jsfiddle
You could addstart /max http://example.comto the end of the batch file (though that wouldn't "wait" until you actually closed the window).
I don't know how you might trigger it on the window closing. Someone else might be able to help, though. You might let everyone know what version of windows you're using.