On 11 September 2008, 10:23, Simon wrote:

> When I run my converter, it creates a couple of temp files and folders in
> the system temp folder. When run manually I can see these being created and
> removed as the program executes and ends. I also tried this with TB!
> executing the .exe and TB! is executing it because the temp files and
> folders are appearing and disappearing. However, the exe isn't running in
> the voicemail folder, and I know that for certain because the exe unpacks 4
> files into the folder it is run in, runs the script then clears up
> afterwards. You can see these files appear when run manually, but they do
> not appear in my voicemail folder.
~~~

I suspect that you might need to map \\[obfuscated] to a network drive
and change to that early in your script. Assuming that you don't use
Z: for anything (if you do, use an alternative drive letter) you can
do this with:

  net use Z: \\[obfuscated]
  Z:
  cd \Voicemail

Then clean up at the end with:

  C:
  net use Z: /delete

Alternatively, you can permanently map the drive so that you don't
need to create and destroy the mapping each time you run the filter.

HTH,

-- 
Geoff Lane
Cornwall, UK
--
Using The Bat! v1.62r on Windows XP 5.1 Build 2600 Service Pack 3
Insanity is hereditary ... you get it from your kids!


________________________________________________
Current version is 4.0.24.0 | 'Using TBUDL' information:
http://www.silverstones.com/thebat/TBUDLInfo.html

Reply via email to