News

I'm working on a login script for a group of desktops on XP Pro. It's a very simple batch file that copies the latest application launcher, and executes the exe. <BR><BR>We would like to have this run ...
You can wrap an executable file around a PowerShell script (PS1) so that you can distribute the script as an .exe file rather than distributing a “raw” script file. This eliminates the need of ...