Recent content by scampc

  1. S

    Calling Batch files

    All good, sorted it out with: @if exist %CD%\docume~1 dir "%CD%\documents and settings" /o:n /a:d /b > g:\customer\%input%\Users.txt @if exist %CD%\Docume~1 set UserOS=XP @if exist %CD%\users dir "%CD%\users" /o:n /a:d /b > g:\customer\%input%\Users.txt @if exist %CD%\users set UserOS=Vista...
  2. S

    Calling Batch files

    Hi, I am wanting to make a batch file that copies another batch file to all folders inside a directory and then runs them (copying to unknown user folders on my customer's hard drives to delete temp files and copy e-mail files and address books etc., so the username variables are not available)...