rejetto forum
Software => HFS ~ HTTP File Server => Topic started 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!!!
-
menu -> save file system
-
Yes , but it shows me window where I can choose , what programm will open this file , but i want that HFS open it automatically... :)
-
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
-
Thanks ;)
-
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 ???
-
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.
-
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 !
-
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
-
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)
-
enter the full path
hfs E:\path\zombie.vfs
Is this is sufficient, rejetto ?
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 .....
-
i tested it and it was enough.