I am trying to setup the arj archiver on Windows 10 but I am running accross a issue that it's telling me that the file can not be viewed.
Can you please tell me what I have to fix here to fix it. I am using arj.exe and not arj32.exe
Mystic Arj orginal Archive settings
Û
Û Active ³ Yes
Û Extension ³ ARJ
Û OS ³ All
Û Description ³ ARJ32 ARJ Utilities
Û Pack Cmd ³ arj a -e -y "%1" "%2"
Û Unpack Cmd ³ arj e -e -y -w "%3" "%1" "%2"
Û View Cmd ³
this: 7z l -y "%1" >> "%3$2"
On 24 Feb 2026, Phil Taylor said the following...
I am trying to setup the arj archiver on Windows 10 but I am running accross a issue that it's telling me that the file can not be viewed.
Can you please tell me what I have to fix here to fix it. I am using arj.exe and not arj32.exe
Mystic Arj orginal Archive settings
Û
Û Active ³ Yes
Û Extension ³ ARJ
Û OS ³ All
Û Description ³ ARJ32 ARJ Utilities
Û Pack Cmd ³ arj a -e -y "%1" "%2"
Û Unpack Cmd ³ arj e -e -y -w "%3" "%1" "%2"
Û View Cmd ³
it's probably something like
arj l "%1"
in the view command section.
it looks like;
%1 - archive filename
%2 - file to pack, file to extract, etc
%3 - destination dir (probably \mystic\temp<node>\)
~~~but~~~ the one example we do have for the view command looks like this:
Û Pack Cmd ³ arj a -e -y "%1" "%2"
Û Unpack Cmd ³ arj e -e -y -w "%3" "%1" "%2"
Û View Cmd ³
Should this go in the view or in unpack?
Should this go in the view or in unpack?
it's probably something like
arj l "%1"
in the view command section.
Should this go in the view or in unpack?
On 24 Feb 2026, Phil Taylor said the following...
I am trying to setup the arj archiver on Windows 10 but I am running accross a issue that it's telling me that the file can not be viewed.
Can you please tell me what I have to fix here to fix it. I am using arj.exe and not arj32.exe
Mystic Arj orginal Archive settings
Û
Û Active ³ Yes
Û Extension ³ ARJ
Û OS ³ All
Û Description ³ ARJ32 ARJ Utilities
Û Pack Cmd ³ arj a -e -y "%1" "%2"
Û Unpack Cmd ³ arj e -e -y -w "%3" "%1" "%2"
Û View Cmd ³
it's probably something like
arj l "%1"
in the view command section.
it looks like;
%1 - archive filename
%2 - file to pack, file to extract, etc
%3 - destination dir (probably \mystic\temp<node>\)
~~~but~~~ the one example we do have for the view command looks like this: 7z l -y "%1" >> "%3$2"
which looks an awful lot like it redirects 7z output to: \mystic\temp<node>\_filename it knows to display_
so perhaps:
arj l -y "%1" >> "%3%2"
will also work. give it a shot?
Mystic Arj orginal Archive settings
â–ˆ
█ Active │ Yes
█ Extension │ ARJ
█ OS │ All
█ Description │ ARJ32 ARJ Utilities
█ Pack Cmd │ arj a -e -y "%1" "%2"
█ Unpack Cmd │ arj e -e -y -w "%3" "%1" "%2"
█ View Cmd │
Is that to unarchive the file or to view the files? If not, can you
please provide both commands lines?
| Sysop: | Scott Styles |
|---|---|
| Location: | Oshawa, ON |
| Users: | 5 |
| Nodes: | 4 (0 / 4) |
| Uptime: | 41:53:11 |
| Calls: | 250 |
| Calls today: | 1 |
| Files: | 371 |
| Messages: | 82,955 |