I am having an odd problem where some code exected through a script with a "start script.bat" works perfectly well on Vista but fails on XP. Actually, sometimes it works on XP if I prepend some code to my script like:
myscript.bat
----------------
pushd C:\WINDOWS\system32
dir
popd
*do the real stuff*
----------------
I say "sometimes" because it appears to be linked to processor speed/number.
I understand this question is very difficult to process, but I am just trying to provide a flavor right now while I figure out which forum is best to use to pursue this problem. Any suggestions?
Thanks!
pax
Gabe