File name too long
#1
Posted 30 May 2005 - 10:18 AM
#2
Posted 30 May 2005 - 10:19 AM
#3
Posted 30 May 2005 - 11:30 AM
http://www.knopper.n...x/index-en.html
check also this extremely comprehensive list of Linux distros on bootable CDs:
http://www.frozentec...tent/livecd.php
Knoppix has an extensive database of network/modems/LAN/NIC/ethernet cards drivers, and most likely will pick up yours, so u should be on the internet in no time.
Linux kernel 2.0.34 and newer should have FAT16/FAT32 support built-in, so u can just open Koqueror file manager and try to rename/delete/whatever that pesky file, which sounds like it was originally named in Linux/UNIX/BSD environment.
This happens because MS Windows 9x environment does not support certain file naming conventions used as standard on UNIX + clone OSes and network/internet servers running UNIX/Linux/FreeBSD.
For example, try to name a file .htaccess in Windows.
Scratch all of the above:
I just realized... there is a way to do this in Windows:
install any Win32 FTP client [if u don't have 1 already], for example I use WS_FTP LE [freeware]:
http://www.vipmeiste...tp/ws_ftple.exe
and rename/delete the file from within its interface.
Hope this helps.
#4
Posted 30 May 2005 - 05:14 PM
It seems that, as of version 5.09, it is no longer a free program.
Fortunately, searching for "WS_FTP 5.08" produces a lot of links; e.g. http://www.polymtl.ca/si/logiciels/util_in.../WS_FTP%205.08/
On a different subject: MDGx, I haven't gotten far with WINFILE.exe. Fixing unresolved dependencies is easy, but getting the program to work is a different story
#6
Posted 31 May 2005 - 12:44 AM
#7
Posted 31 May 2005 - 11:26 AM
azagahl, on May 30 2005, 05:14 PM, said:
It seems that, as of version 5.09, it is no longer a free program.
Fortunately, searching for "WS_FTP 5.08" produces a lot of links; e.g. http://www.polymtl.ca/si/logiciels/util_in.../WS_FTP%205.08/
On a different subject: MDGx, I haven't gotten far with WINFILE.exe. Fixing unresolved dependencies is easy, but getting the program to work is a different story
Looks like Ipswitch recently removed all WSFTP LE files from their ftp servers, and replaced them with WSFTP Pro demos.
But I found another [fast] www server which still has 5.08:
http://www.vipmeiste...tp/ws_ftple.exe
The other matter:
Don't worry about it, I was just wondering if it's doable, I guess not.
Million thanks for spending time trying, nonetheless.
Tihiy:
WINFILE.EXE 32-bit exists only in NT 3.5, 3.51 + 4.0, last release was in NT4 SP6a:
http://www.mdgx.com/files/FMNT.ZIP
The problem is that the 32-bit 1 doesn't work in 9x, and the 9x 16-bit 1 can't be "converted" to 32-bit.
The good news is the 16-bit 1 supports LFNs with this "plug":
http://www.wincorner...ome/fmlfns.html
#8
Posted 05 June 2005 - 01:19 PM
Attention if you don't check it and decide to ignore the error or try to recover the data, you will never ever delete this file even after running scandisk again.
#9
Posted 23 July 2005 - 07:51 AM
Maybe is not the correct place,... but,..
I would like to make a silent install off wsftp le.
Can anybody help? - My iss files didnt work
thanks
snow
#10
Posted 23 July 2005 - 01:14 PM
edusnow, on Jul 23 2005, 07:51 AM, said:
I would like to make a silent install off wsftp le.
Can anybody help? - My iss files didnt work
thanks
snow
2. Create a batch file [example] and run it from within the directory where u installed the app:
@ECHO OFF IF NOT EXIST C:\WSFTPLE\NUL MD C:\WSFTPLE COPY * C:\WSFTPLE EXIT
3. Optional: zip it up using PKZIP or 7ZA [part of 7-zip] and make it self-extracting executable using for example PKware ZIP2EXE [part of PK(un)zip].
Or if u wish, create a self-installing executable using iexpress [free from MS]:
http://www.mdgx.com/add.htm#DEV
Iexpress requires a SED + an INF file [example = in this case all files must reside in C:\ root]:
WSFTP.SED :
[Version] Class=IEXPRESS SEDVersion=3 [Options] PackagePurpose=InstallApp ShowInstallProgramWindow=0 HideExtractAnimation=0 UseLongFileName=0 InsideCompressed=0 CAB_FixedSize=0 CAB_ResvCodeSigning=0 RebootMode=IS InstallPrompt=%InstallPrompt% DisplayLicense=%DisplayLicense% FinishMessage=%FinishMessage% TargetName=%TargetName% FriendlyName=%FriendlyName% AppLaunched=%AppLaunched% PostInstallCmd=%PostInstallCmd% AdminQuietInstCmd=%AdminQuietInstCmd% UserQuietInstCmd=%UserQuietInstCmd% SourceFiles=SourceFiles [Strings] InstallPrompt= DisplayLicense= FinishMessage= TargetName=C:\WSFTP.EXE FriendlyName= AppLaunched=WSFTP.INF PostInstallCmd=<None> AdminQuietInstCmd=WSFTP.INF UserQuietInstCmd=WSFTP.INF FILE0=WSFTP32.DLL FILE1=WS_FTP95.EXE FILE2=WS_FTP.HLP FILE3=WS_FTP.INI FILE4=WHATSNEW.TXT FILE5=COMPLETE.WAV FILE6=CONNECT.WAV FILE7=ERROR.WAV FILE8=WSFTP.INF [SourceFiles] SourceFiles0=C:\ [SourceFiles0] %FILE0%= %FILE1%= %FILE2%= %FILE3%= %FILE4%= %FILE5%= %FILE6%= %FILE7%= %FILE8%=
WSFTP.INF :
[Version] Signature="$CHICAGO$" AdvancedINF=2.0 [DefaultInstall] CopyFiles=CF [DestinationDirs] CF=30,WSFTPLE [CF] WSFTP32.DLL WS_FTP95.EXE WS_FTP.HLP WS_FTP.INI WHATSNEW.TXT COMPLETE.WAV CONNECT.WAV ERROR.WAV [SourceDisksNames] 1=,,0
WSFTP.BAT :
@ECHO OFF IEXPRESS.EXE /N C:\WSFTP.SED EXIT
Iexpress needs all these files in the same directory [C:\ root in example above]:
ADVPACK.DLL
W95INF16.DLL
W95INF32.DLL
IEXPRESS.EXE
MAKECAB.EXE
WEXTRACT.EXE
And in the end u just need to run WSFTP.EXE , which will be created in C:\ root in this example.
Hope this helps.
This post has been edited by MDGx: 23 July 2005 - 01:15 PM
#11
Posted 31 August 2006 - 04:49 PM
MDGx, on May 31 2005, 12:26 PM, said:
http://www.mdgx.com/files/FMNT.ZIP
The problem is that the 32-bit 1 doesn't work in 9x, and the 9x 16-bit 1 can't be "converted" to 32-bit.
The good news is the 16-bit 1 supports LFNs with this "plug":
http://www.wincorner...ome/fmlfns.html
BUT the FMLFNS plugin for Win9xME's WINFILE app is shareware and not freeware. the FULL edition of FMLFNS can be ordered here:
http://www.wincorner...ome/orders.html
does not cost much. pretty affordable.
the WS_FTP LE 5.08 app is now weak. I dont use it anymore. there are other FTP tools (both freeware and shareware) that are better and more reliable than the old WS_FTP 5 applet.
#12
Posted 31 August 2006 - 06:36 PM
If you can type the name or a wild card example of it, Deltree can delete it. Attributes not withstanding.
DOS can do what Windows 98 will NOT.
I quit using my Windows 98 boot disk when I found out how much more usefull a Windows ME boot disk could be. Now that's all I ever use.
I even put it on my Download Site
for ease of sharing with users and techs everywhere.
Download wnMEboot.exe to create a boot floppy.
Or, download ME-Boot CD.iso to create a boot CD.
This is a really great tech tool.
From a boot disk, like mine, you can run the Deltree command using wild cards to delete just about any file you can imagin from your HD. I've done it a gzillion times to get rid of viruses, spyware, trojans and corrupted files.
Here's an example of a command line entry to delete an I.E. Favorite.
A:\ deltree /y "C:\windows\favorites\MSNBC *.html"
After deltree is a space.....after /y is another space.
this will delete any favorite that starts with the letters "MSNBC".
Get the disk.....if you have any questions, then PM me.
The disk is menu driven so there shouldn't be too many questions.
Cheers!
Andromeda43
#13
Posted 31 August 2006 - 08:11 PM
Quote
That's possible using a utility thats free and that I've used for a very longtime. It's basically a property page replacement but doesn't actually replace the properties page. It adds 'Properties plus' under the properties selection. Allows easy bacth name/extention conversion, timestamp editing, and lets you even name those files with a '.' before it (like .htaccess).
SShot: http://mechresource....ad/propplus.png (6.15kb / PNG Image)
DLoad: http://mechresource.myvnc.com/upload/Prope...s_Plus_1.65.exe (225kb / Executable SFX Zip)
Perhaps try to rename it with this program even? It's a tiny little explorer extension even
edit: WOW this thread was raised from the dead - nice one erpdude
This post has been edited by Chozo4: 31 August 2006 - 08:15 PM
#14
Posted 31 August 2006 - 08:11 PM
#15
Posted 04 September 2006 - 04:36 PM
* PropertiesPlus v1.65 32-bit for Windows 9x/NT4/2000/ME/XP Windows Explorer
right-click menu add-on: modifies single/multiple file
attributes/extension/date/time, displays file size [226 KB, freeware]:
http://downloads.pcworld.com/pub/new/utili...nt/pplus165.exe
HTH
#16
Posted 05 September 2006 - 12:35 PM
LLXX, on Aug 31 2006, 09:11 PM, said:
that's none of your business, LLXX. just kidding!
just wanted to comment on the FMLFNS tool MDGx mentioned earlier, that's all
nice idea, Andromeda43 to use DELTREE but I would first run SMARTDRV and then DELTREE as SMARTDRV speeds up deletion of files when using DELTREE after SMARTDRV is loaded. Using DELTREE to delete a lot of files on a slow HD takes a long time and loading SMARTDRV makes DELTREE remove files a lot faster.
- ← using an IP address for NetMeeting
- Windows 95/98/98SE/ME
- Is there a way to compare folders in a batch file? →



Help
Back to top









