Jaf
Posts: 70
Joined: 2/1/2006 Status: offline
|
I'm not sure what the problem might be here. The commonest problem is to not place filenames with spaces in them in quotes, but clearly you've done that here as the error message reproduces the name in full. The next commonest is to mistype the filename, but I'm assuming you've double checked that. AscToTab is quite old now, and isn't really under development anymore. Most if not all of it's functionality is now part of AscToHTM which has had more recent updates. There have been issues in the past with long filenames etc, so it's possible that a2tcons is so old as to still suffer from some of those problems. I can suggest a few things - try changing to the directory first, so that you can use a local file name in the command without including the full path i.e.
CD "D:\Download\"
C:\> a2tcons.exe "2008-05-31_11-12-57_ImportLog.txt" /TABBED
- try doing the above, but use a (shorter) wildcard to select the file
CD "D:\Download\"
C:\> a2tcons.exe *.txt /TABBED
- you could try downloading the trial version of the console version of AscToHTM (a2tcons) and see if it exhibits the same problem. (Note, in the above examples I removed the full path to a2tcons.exe for clarity) Hope this helps.
|