PPRuNe Forums - View Single Post - Program testing surprise
View Single Post
Old 9th February 2010 | 20:23
  #7 (permalink)  
Shunter
Upto The Buffers
15 Anniversary
 
Joined: Apr 2006
: CPL
Posts: 1,112
Likes: 0
From: Leeds/Bradford
The problem is not Windows. The problem is appalling standards of code and the use of static paths as opposed to the correct environment variables. Adobe were prime culprits for this until very recently.

You'd be surprised how many pieces of software still write to locations such as C:\Windows\Desktop as opposed to using logic along the lines of `IF OS=WIN9X use %WINDIR%\Desktop else if OS=WINNT use %USERPROFILE%\Desktop else ERROR`.

Snapshot-able virtual machines are highly recommended for such activities; Virtualbox (free), or VMware Workstation (not free).
Shunter is offline  
Reply