I just completed the installing workfusion and it’s not starting for me. It’s opening a document in notepad titled rpaxwin.vbs. The notepad document contains:
Set WshShell = CreateObject(“WScript.Shell”)
Set ofso = CreateObject(“Scripting.FileSystemObject”)
WshShell.CurrentDirectory = oFSO.GetParentFolderName(Wscript.ScriptFullName)
WshShell.RUN “rpaxwin.bat”, 0
This occurs when I select the short cut on desktop or the program in the all programs list.
I also tried to double click on the rpaxwin.bat file and command prompt opens and eventually says access denied.
I’d love to get started, but am getting a snag out of the gate. Can someone help me resolve this issue?