Jump to content

Problem with Make__rewrite_work2 on the Rewrite download (SOLVED)


Recommended Posts

When I activate the Make_rewrite_work2 file, it comes up with an error that says "cannot import rewrite_modif.reg: Error opening the file. There may be a disk or file system error."

So I used the magic of google and several threads have already been made about this problem. I can't quite figure out how to fix it, as when I clicked "Edit" on that file, the notepad said this:

---------------------------------------------------------------

@echo off

set MATCH=_PATH_

set REPLACE=%CD%

set regfile=rewrite.reg

IF NOT EXIST C:\Windows\SysWOW64 set regfile=rewrite32.reg

set REPLACE=%REPLACE:\=\\%

if exist rewrite_modif.reg del rewrite_modif.reg

for /f "tokens=1,* delims=]" %%A in ('"type %regfile%|find /n /v """') do (

set line=%%B

if defined line (

call set "line=%%line:%MATCH%=%REPLACE%%%"

call echo %%line%% >> rewrite_modif.reg

)

)

regedit rewrite_modif.reg

if exist rewrite_modif.reg del rewrite_modif.reg

SiglusEngine.exe

exit

---------------------------------------------------------------------------

Which doesn't match any other problems anyone was having, to my knowledge. Can someone help me out? I have no idea how script like this works, so I need step by step instructions on how to fix this, if they can be givien.

My system is 64-bit, and is a Toshiba Satellite Laptop. I do not think the hardware itself is the problem.

Thanks.

Link to comment
Share on other sites

:l

Part of me wants to worship you, and the other part wants to punch you for making it look so easy.

I mean seriously, I just read your post, downloaded that file, and within 30 seconds of seeing your response, Rewrite was on the title screen.

Thanks a lot. You get my gratitude.

Link to comment
Share on other sites

:l

Part of me wants to worship you, and the other part wants to punch you for making it look so easy.

I mean seriously, I just read your post, downloaded that file, and within 30 seconds of seeing your response, Rewrite was on the title screen.

Thanks a lot. You get my gratitude.

I think it was Luch that wrote the first bat?

Link to comment
Share on other sites

I think it was Luch that wrote the first bat?

The one shipped with Rewrite is written by darkpheonix (no idea what is causing the problem as it works fine for me).

I did write the other one though it was originally aimed for windows 8 users.

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...