Hi,

I'm working on a script that users can use to choose a printer or open a printer queue. I'm having problem to open a view to a queue. When i try to use
code:
Shell '%ComSpec% /c start $queue'

it doesn't do anything. When doing the same on a command line it works.

Some background info on why writing this tool: some of our apps still needs LPT1 mapped to the queue. Thats why of write this, when choosing a default queue the LPT1 is automatically mapped to the same queue.
_________________________
Kind regards,