rejetto forum

Please , add this !

Lo6idZe · 12 · 4097

0 Members and 1 Guest are viewing this topic.

Offline Lo6idZe

  • Occasional poster
  • *
    • Posts: 7
    • View Profile
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!!!


Offline rejetto

  • Administrator
  • Tireless poster
  • *****
    • Posts: 13510
    • View Profile

Offline Lo6idZe

  • Occasional poster
  • *
    • Posts: 7
    • View Profile
Yes , but it shows me window where I can choose , what programm will open this file , but i want that HFS open it automatically...  :)


Offline rejetto

  • Administrator
  • Tireless poster
  • *****
    • Posts: 13510
    • View Profile
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



Offline Lo6idZe

  • Occasional poster
  • *
    • Posts: 7
    • View Profile
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 ???


Offline rejetto

  • Administrator
  • Tireless poster
  • *****
    • Posts: 13510
    • View Profile
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.


Offline Lo6idZe

  • Occasional poster
  • *
    • Posts: 7
    • View Profile
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 !


Offline rejetto

  • Administrator
  • Tireless poster
  • *****
    • Posts: 13510
    • View Profile
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


Offline Lo6idZe

  • Occasional poster
  • *
    • Posts: 7
    • View Profile
It doesn't work...  :(  :( It adds the file zombeifiles.vfs in download files list , not opens...  ???


« Last Edit: September 25, 2008, 06:13:06 PM by Lo6idZe »


Offline Mars

  • Operator
  • Tireless poster
  • *****
    • Posts: 2059
    • View Profile
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 .....
« Last Edit: September 26, 2008, 08:28:18 AM by mars »


Offline rejetto

  • Administrator
  • Tireless poster
  • *****
    • Posts: 13510
    • View Profile