bofhrevenge2
MIS
I want an exe proram to run at logon and then wait a couple of seconds.
\\server\utils\con2prt /f
How do i call it.
Cheers.
\\server\utils\con2prt /f
How do i call it.
Cheers.
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
set wshshell=createobject("wscript.shell")
wshshell.run "\\server\utils\con2prt /f",,true
set wshshell=nothing
That put this series of utility into perspective.The rundll32 command provides greater control than older supplemental utilities such as Con2prt.exe, which allowed only for the addition and deletion of networked printer.