I make heavy use of the Elevation Powertoys that have been published on the Web. Shortcuts on the network leading to installers elsewhere on the network begin with Elevate.cmd. This works fine for .exe and .msi files, but it doesn't work with cmd or vbs scripts. Specifically, if ...
I've tried using the START command but it requires me to specify the location of executable file. Is it possible to skip specifying the location and just call the running executable in memory?
My LapTop came with 3 system disks. * How can I create a single bootable disk from these 3 disks ? * What DOS command do I have to use this single bootable disk Thanks.
is it posible to run "runas" command *without* having started the new cmd instance, i mean, in the same console window, inheriting previous cmd history and env vars? something like "su" command in unix/linux thnx!