On Mon, 15 Oct 2007 15:05:40 -0500, Bob I <(E-Mail Removed)> wrote:
>What are the contents of the bat file? Sounds like the programer messed up.
I'll post the contents, but again, if I remove the dot/period, it works
fine.
The program is this--
http://sirisoft.cloud.prohosting.com.../software.html
File Splitter
blah.jpg.bat Doesn't work
blahjpg.bat Works
It'a not about a jpg, it's about the batch file name.
Tolly.pdf.bat Doesn't work
Tollypdf.bat Works
This file - Tolly.pdf.bat (I split the file into four parts.)
REM Splitter Software by SiriSoft
REM
http://sirisoft.cloud.prohosting.com
copy /b Tolly.000+Tolly.001+Tolly.002+Tolly.003 "Tolly.pdf"
Again, if I changer the name to Tollpdf.bat It works great.
Thanks
>WaIIy wrote:
>
>> Hi,
>>
>> I tried a file splitter and it creates a bat file to rejoin the
>> sections.
>>
>> If I split blah.jpg and split it into 4 sections, it creates a bat file
>> named
>>
>> blah.jpg.bat
>>
>> If I click on the bat file, I get an error message "Cannot access the
>> specified device, path or file. You may not have the appropriate
>> permissions to access the file".
>>
>> This is a standalone XP machine with only myself on the machine.
>>
>> Oddly enough, if I rename it blahjpg.bat, it works fine.
>>
>> What is the "dot" between the blah and jpg doing to prevent the batch
>> file from working?
>>
>> Thanks