|
|
|
#1
|
|||
|
|||
|
Downsampling AFS Files (XENA or anyone)
ok, i followed xena's guide on this, and got to where i use Afslnk.exe. I do exactly as the guide says, but when i run (for example):
Afslnk adxtxt.txt Newyk.afs it leaves me with a 0 byte Nweyk.afs file. I have created the txt file as in the guide, too. I open it up, and it has all the files i need listed in it, but always leaves me with a 0 byte file. Pleae help me here... |
| Sponsored Links |
|
#2
|
|||
|
|||
|
Move afslnk to c:\tmp
afslnk not work if the program locate in the directory which hv long name . Now work : c:\selfboot\downsample\adx\ work c:\selfboot work c:\adx Sorry for my bad english |
|
#3
|
|||
|
|||
|
ok, i found out the problem. if i stay in the same dir that the adx file are in (if my adx files ar in c:\adx and my dos prompt is in the same dir.) then instead of doing:
dir /b /o /s *.adx > adx.txt you should do dir /b *.adx > adx.txt this will prevent the command from puttting the path in front of the filename. |
![]() |
|
|