Open command prompt at a specified screen coordinates?

D

deostroll

Is it possible to open a command window at a specified location on
screen?
--deostroll
 
P

Pegasus \(MVP\)

deostroll said:
Is it possible to open a command window at a specified location on
screen?
--deostroll

Yes - create a shortcut to "cmd.exe", then tweak the
many properties of this shortcut.
 
D

deostroll

Yes - create a shortcut to "cmd.exe", then tweak the
many properties of this shortcut.

I want to programatically do this using wsh. Any ideas?
--deostroll
 
D

deostroll


I know that we are able to use a wscript shortcut object to do the job
(of creating a shortcut), but I don't see a property where we can
assign screen co-ordinates.

However, thorough the GUI, i.e when you right click and select
properties from the context menu, I can assign screen coordinates...I
just don't see a way I can programatically do this, yet.

--deostroll
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top