Jump to content

rcrrich

Member
  • Posts

    2
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United States

About rcrrich

Profile Information

  • OS
    Windows 10 x86

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

rcrrich's Achievements

0

Reputation

  1. Hi everyone, Thanks for the replies and help on this but for some reason I tried this : @echo off md c:\e4u_storm copy ocx\*.dll c:\e4u_storm IF "%PROCESSOR_ARCHITECTURE%"=="x86" ( SET Target_Path=c:\windows\syswow64\ ) ELSE ( SET Target_Path=c:\windows\system32 ) ECHO %PROCESSOR_ARCHITECTURE% %Target_Path%regsvr32 c:\e4u_storm\dbvxft.dll /s %Target_Path%regsvr32 c:\e4u_storm\dm.dll /s %Target_Path%regsvr32 c:\e4u_storm\envxrf.dll /s Well I just copied from above and it came out like above but that is not how it looks in the bat file. What I get is this Processor is AMD64 but it is not an AMD it is an Intel(R) Core(TM) i7-6820HK CPU @ 2,70GHz 64-bit Operating System. x64-based processor in Windows 10 home Also it still does not enter any dll to the reg it just stops at saying the ver ADM64. I guess this is alot harder than it seems to be Thanks for your help on this Richard
  2. I am trying to see why win 10 does not understand my bat file. I have been all over the web for days now and can't find one please that can fix this as when I run it it says that there is no such thing as echo 64 bit system: @echo off md c:\e4u_storm copy ocx\*.dll c:\e4u_storm if "%PROCESSOR_ARCHITECTURE%"=="x86" goto x86 echo 64 bit system c:\windows\syswow64\regsvr32 c:\e4u_storm\dbvxft.dll /s c:\windows\syswow64\regsvr32 c:\e4u_storm\dm.dll /s c:\windows\syswow64\regsvr32 c:\e4u_storm\envxrf.dll /s pause exit :x86 echo 32 bit system c:\windows\system32\regsvr32 c:\e4u_storm\dbvxft.dll /s c:\windows\system32\regsvr32 c:\e4u_storm\dm.dll /s c:\windows\system32\regsvr32 c:\e4u_storm\envxrf.dll /s pause exit
  3. Hi to all, I run a few websites and build sites for customers, I use to have a Store to fix vcr's and other electronic items. Now I don't do much as my eye's are not doing to well. But I keep on trying to do my best. Hope I can get a lot of info and maybe add some too. Not a programmer at all have tried to be but not good with math at all. Also I am almost 70 so it is hard to learn such great things, Hope to learn a lot here from this forum rcrrich
×
×
  • Create New...