Final Fantasy VII (Steam) convertFF7_GameConverter_0.11.bat

Questions about Wine on Linux
Locked
thekrimzonghost
Level 2
Level 2
Posts: 16
Joined: Sat May 03, 2014 12:45 pm

Final Fantasy VII (Steam) convertFF7_GameConverter_0.11.bat

Post by thekrimzonghost »

Can anyone convert this FF7_GameConverter_0.11.bat file:
https://drive.google.com/file/d/0B0aJ_7 ... sp=sharing
to run without ADMIN rights? Aslo I think that there is some MSDOS unhandled exception that occurs...

The Admin query is located between line 27 and 38 inside the .bat (Ive tried just erasing 27-38 and the file runs under CMD but it fails to find some directory{""})
https://drive.google.com/file/d/0B0aJ_7 ... sp=sharing

Also there appears to be some MSDOS Commands that arent processing correctly such as (Can't recognize 'CHCP' as an internal or external command, or batch script. seams to be line 40 or 41)

REG QUERY "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion" /V ProductName


returns

! REG.EXE VERSION 3.0

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion
ProductName REG_SZ Microsoft Windows XP


Maybe need to write

REG QUERY "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion" /V ProductName


Does anyone know to use NSIS for the script?

Is the issue maybe how the .bat is accessing the Reg?

Can someone write a script that runs in the install dir and converts it to 98?

-TKG
Locked