Old 01-04-2004, 08:17 PM   #1
Posse Member
Ultimate Scripter
ioFTPD Administrator
 
Join Date: Dec 2002
Posts: 2,022
Default Test RAR command

Allows users to tests rar archives from site commands...
Might be useful for some nukers or group admin...

Syntax:
Code:
SITE TESTRAR <filename.rar>
ioFTPD.ini:
Code:
[FTP_Custom_Commands]
TESTRAR = ..\scripts\testRAR.bat

[FTP_SITE_Permissions]
testrar         = 1GMN
testRAR.bat:
Code:
@echo off
echo !buffer off
CD %path%
D:\ioFTPD\scripts\unrar.exe t %1
echo !buffer on
exit 0
Mouton is offline   Reply With Quote
Reply
Create a free account to browse our forums without ads



Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off



All times are GMT -5. The time now is 03:23 AM.