rejetto forum

Software => HFS ~ HTTP File Server => Topic started by: Lo6idZe on September 01, 2008, 08:08:14 PM

Title: Please , add this !
Post by: Lo6idZe on September 01, 2008, 08:08:14 PM
Can you add one thing in this programm ?
For example I saved new.vfs file and if I click on it , HFS programm opens it and files that are saved there...  ;) I would be very happy!!!
Title: Re: Please , add this !
Post by: rejetto on September 01, 2008, 10:35:44 PM
menu -> save file system
Title: Re: Please , add this !
Post by: Lo6idZe on September 02, 2008, 12:14:43 PM
Yes , but it shows me window where I can choose , what programm will open this file , but i want that HFS open it automatically...  :)
Title: Re: Please , add this !
Post by: rejetto on September 02, 2008, 12:43:58 PM
you can select HFS and tell to always use it to open that kind of file,
OR, if you prefer: menu -> other options -> integrate in shell context menu
Title: Re: Please , add this !
Post by: Lo6idZe on September 02, 2008, 05:25:42 PM
Thanks  ;)
Title: Re: Please , add this !
Post by: Lo6idZe on September 10, 2008, 02:06:37 PM
I want to open hfs.exe and vfs file throw cmd file...
I create file load.cmd and edit it: 
start zombie/addons/FastDownload/hfs.exe zombiefiles.vfs
But it adds file zombiefiles.vfs to list of the download files , but I want to open it...
How can I do that ???
Title: Re: Please , add this !
Post by: rejetto on September 11, 2008, 04:37:13 PM
which version are you using?

it is supposed to work.
i noticed a problem, but a different one, it doesn't add the file to the list.
Title: Re: Please , add this !
Post by: Lo6idZe on September 14, 2008, 04:06:36 PM
I use 2.2d .
Yes , but I want to open it throw cmd file !!! And I don't know how ! Not add it to files list , but open it as vfs file !
Title: Re: Please , add this !
Post by: rejetto on September 15, 2008, 08:10:40 AM
I just tried with 2.2d and it works perfectly here, in cmd line.
It never adds, BUT it doesn't work sometimes when the path is not full. And this is a bug to be fixed.
Until the bug is fixed, instead of specifying zombie.vfs
enter the full path
hfs E:\path\zombie.vfs
Title: Re: Please , add this !
Post by: Lo6idZe on September 25, 2008, 05:50:14 PM
It doesn't work...  :(  :( It adds the file zombeifiles.vfs in download files list , not opens...  ???

(http://s45.radikal.ru/i108/0809/c5/3f8d4be25094t.jpg) (http://radikal.ru/F/s45.radikal.ru/i108/0809/c5/3f8d4be25094.gif.html)
Title: Re: Please , add this !
Post by: Mars on September 25, 2008, 10:18:00 PM
Quote
enter the full path
hfs E:\path\zombie.vfs

Is this is sufficient, rejetto ?
Quote
    case params[2] of
      'q': quitASAP:=TRUE;
      'u': uninstall();
      'i': cfgPath:=IncludeTrailingPathDelimiter(getSinglePar());
      'b': userIcsBuffer:=strToIntDef(getSinglePar(), 0);
      'B': userSocketBuffer:=strToIntDef(getSinglePar(), 0);
      'f': if isExtension(getSinglePar(), '.vfs') then lastfileopen:=getSinglePar();
     'd': // delay .....
Title: Re: Please , add this !
Post by: rejetto on September 26, 2008, 07:57:53 AM
i tested it and it was enough.