Author Topic: Open Dir after download  (Read 1912 times)

Offline dacaid

  • Contributor
  • ***
  • Posts: 246
Open Dir after download
« on: December 29, 2010, 01:47:18 pm »
Hi there,

my request is about checking myself if my .avi vacation file has been well downloaded and unRARed.
Because i often download .avi that can't be joined back (*.00x) by alt.binz itself (not blaming you RDL, those damn posters should learn the right way....), i often need to go to each of my downloaded dirs check by myself.

If there was an option (auto open download dir default on/off) and a case to tick / untick in the "enter name" askbox, that should do the trick, at least for me.
Unless someone else has a better idea about that point? I'd be glad to discuss about it.

Trying to illustrate it my idea:



Offline Rdl

  • Administrator
  • *****
  • Posts: 4050
Re: Open Dir after download
« Reply #1 on: December 29, 2010, 02:00:15 pm »
Why not do it via execute command

Code: [Select]
cd $u
start .

Offline dacaid

  • Contributor
  • ***
  • Posts: 246
Re: Open Dir after download
« Reply #2 on: December 29, 2010, 02:04:11 pm »
Because it is a little out of my reach.
But now that you brought that to me, i'll try to see what i can do with that :)
Thx for your quickness.

Offline dacaid

  • Contributor
  • ***
  • Posts: 246
Re: Open Dir after download
« Reply #3 on: December 29, 2010, 02:25:06 pm »
tried to find by myself but wiki does not help me much.

I created a autopendir.bat, with the code you told me into it, placed the .bat in an altbinz\script folder and set "C:\Program Files (x86)\altbinz\scripts\autopendir.bat" in NZB#2 options

If i try to download anything, after completion it opens the script folder, not the "thing i downloaded" folder.

I'll try to find out by myself again more with the different posts there ware about scripting. Thx again for showing me the way, and occupying my afternoon with that ^^