Windows Platform - changing directory of caller?

Actually, I forget what the @rem lines were for. :frowning: I think some kind
of environment may have put them in.
The set tmp_bat_file=
just clears out the environment variable that was set at the beginning
of the batch file so that the script doesn’t leave any garbage lying
around after it runs

···

-----Original Message-----
From: Shashank Date [mailto:sdate@everestkc.net]
Sent: Friday, March 28, 2003 12:36 AM
To: ruby-talk ML
Subject: Re: Windows Platform - changing directory of caller?

Patrick,
 
Very interesting ! 
In your script Test.bat, what do the following lines accomplish:
 
first line> @rem = '--Ruby--
line# 16> @rem ';
last line> set TMP_BAT_FILE= 
 
Thanks,
-- shanko