Author Topic: exe problem  (Read 409 times)

Highlander

  • Wayfarer
  • *
  • Posts: 3
    • View Profile
exe problem
« on: July 10, 2003, 03:27:24 am »
I downloaded everything, put it all in one folder, ran the .bat program, but no exe was created. Here\'s what the .bat thing said once it finished:

C:\\Program Files\\Planeshift>copy /b PSV0.2.010.Part1 + PSV0.2.010.Part2 + PSV0.2
.010.Part3 + PSV0.2.010.Part4 + PSV0.2.010.Part5 PlaneShiftV0.2.010.exe
        0 file(s) copied

Any ideas?


Highlander

  • Wayfarer
  • *
  • Posts: 3
    • View Profile
(No subject)
« Reply #1 on: July 10, 2003, 03:44:44 am »
I also made sure that everything is the correct size.

Highlander

  • Wayfarer
  • *
  • Posts: 3
    • View Profile
(No subject)
« Reply #2 on: July 10, 2003, 03:55:12 am »
Fixed it. I noticed that at the end of all of my files was an extra..Part1/2/3/4/5, so I right-clicked the .bat file, clicked edit, and changed it on there. Your .bat file, when you click edit, should look like this: copy /b PSV0.2.010.Part1..Part1 + PSV0.2.010.Part2..Part2 + PSV0.2.010.Part3..Part3 + PSV0.2.010.Part4..Part4 + PSV0.2.010.Part5..Part5 PlaneShiftV0.2.010.exe

When you run the file, this is what it should do:

C:\\Program Files\\Planeshift>copy /b PSV0.2.010.Part1..Part1 + PSV0.2.010.Part2..
Part2 + PSV0.2.010.Part3..Part3 + PSV0.2.010.Part4..Part4 + PSV0.2.010.Part5..Pa
rt5 PlaneShiftV0.2.010.exe
PSV0.2.010.Part1..Part1
PSV0.2.010.Part2..Part2
PSV0.2.010.Part3..Part3
PSV0.2.010.Part4..Part4
PSV0.2.010.Part5..Part5
        1 file(s) copied

Maybe you should add this on an FAQ or something, because I noticed a lot of people were having the same problem.