Just Cos I Love This Devt Project ... Some Scripts To Share
Just Cos I Love This Devt Project ...
I keep these THREE (3) scripts in the same installation folder as my PortableApps (ie. E:\PortableApps). This allows me to do quick, consistent, repeatable application installs on the various PCs around the house, at work or otherwise (just in the slim chance I do not have my USB drive with me).
===== Make.bat
@echo off
SET CPATH="c:\AddProg\PortableApps"
SET DPATH="d:\Downloads"
SET XPATH=%CPATH%
SET DESKTOP="c:\Documents and Settings\All Users\Desktop\PortableApps"
REM del all old directories
rmdir /s /q %XPATH%
REM mkdir

