When I run this batch file on w2000 it works perfectly.
When I run it on w98 I get the error Bad name or command and it hangs. Any ideas why?
rem this batch file copies all the necessary dll's and ocx files to make crystal viewer work properly on a computer
if exist %systemroot%\system32 copy u:\needed\*.dll %SystemRoot%\system32
if exist %systemroot%\system32 copy u:\needed\*.ocx %SystemRoot%\system32
regsvr32 %systemroot%\system32\craxdrt.dll /s
regsvr32 %systemroot%\system32\crviewer.dll /s
regsvr32 %systemroot%\system32\ExportModeller.dll /s
regsvr32 %systemroot%\system32\crtslv.dll /s
regsvr32 %systemroot%\system32\comdlg32.ocx /s
thanks
Michael
When I run it on w98 I get the error Bad name or command and it hangs. Any ideas why?
rem this batch file copies all the necessary dll's and ocx files to make crystal viewer work properly on a computer
if exist %systemroot%\system32 copy u:\needed\*.dll %SystemRoot%\system32
if exist %systemroot%\system32 copy u:\needed\*.ocx %SystemRoot%\system32
regsvr32 %systemroot%\system32\craxdrt.dll /s
regsvr32 %systemroot%\system32\crviewer.dll /s
regsvr32 %systemroot%\system32\ExportModeller.dll /s
regsvr32 %systemroot%\system32\crtslv.dll /s
regsvr32 %systemroot%\system32\comdlg32.ocx /s
thanks
Michael