How to register BSplayer 1.02 Pro silently?
#1
Posted 08 October 2004 - 06:58 AM
new version of BSPlayer got out - 1.02 Pro, i found a thread with correct silent
install switch, but was unable to find how to register silently during / after / before
the installation.. anyone know how to?
Thanks.
#3
Posted 08 October 2004 - 08:58 AM
heho66
#4
Posted 08 October 2004 - 09:19 AM
#6
Posted 09 October 2004 - 02:52 PM
Here's my simplistic way of doing it with AutoIt 3:
BSPlayer.au3
Run("C:\Program Files\Webteh\BSplayerPro\bsplayer.exe")
WinWaitActive("BSplayer")
Send("{F1}r")
Send("YourName{TAB}1234567890ABCDEF1234567890ABCDEF12345{TAB}{ENTER 2}")
Replace YourName with your user name and 1234567890ABCDEF1234567890ABCDEF12345 with your actual serial no (of course). It's never failed so far.
#7
Posted 10 October 2004 - 01:31 PM
Run("%programfiles%\Webteh\BSplayerPro\bsplayer.exe")
?
#9
Posted 10 October 2004 - 02:23 PM
after you sillent install bsplayer
Quote
'To Simulate Keystrokes
WshShell.Run app & "C:\Progra~1\Webteh\BSplayerPro\bsplayer.exe"
WScript.Sleep 3000
WshShell.SendKeys "{F1}"
WScript.Sleep 100
WshShell.SendKeys "{R}"
WScript.Sleep 500
WshShell.SendKeys "name"
WScript.Sleep 500
WshShell.SendKeys "{TAB}"
WScript.Sleep 700
WshShell.SendKeys "serial"
WScript.Sleep 600
WshShell.SendKeys "{TAB}"
WScript.Sleep 500
WshShell.SendKeys "{ENTER}"
WScript.Sleep 500
WshShell.SendKeys "{ENTER}"
WScript.quit
#10
Posted 11 October 2004 - 09:34 AM
#11
Posted 11 October 2004 - 10:06 AM
#12
Posted 12 October 2004 - 04:26 AM
However if i launch just the .au3 it works perfectly!?
just not when i make it an exe
#13
Posted 18 April 2005 - 12:11 PM
It gave error message
Send(& #34;MyName{TAB}1234567890ABCDEF1234567890ABCDEF1234{TAB}{ENTER 2}")
Send(& ^ERROR
Error: Unable to parse line.
TNX for yr help
coucou
#14
Posted 19 April 2005 - 07:36 AM
In fact, & #34; is the ascii code of ". It generated by the MSFN editor text.
I tested on 2 PC's... working
coucou
#15
Posted 07 August 2006 - 05:31 PM
coucou, on Apr 19 2005, 02:36 PM, said:
In fact, & #34; is the ascii code of ". It generated by the MSFN editor text.
I tested on 2 PC's... working
coucou
Thanks
For other people to be clearer:
Run("C:\Progra~1\Webteh\BSplayerPro\bsplayer.exe")
WinWaitActive("BSplayer")
Send("{F1}r")
Send("YOURNAME{TAB}SERIAL{TAB}{ENTER 2}")
#16
Posted 07 August 2006 - 08:31 PM
#17
#18
Posted 13 February 2007 - 10:30 PM
#19
Posted 15 February 2007 - 09:24 PM
PS: sorry my english i speak spanish
#20
Posted 16 February 2007 - 08:26 AM
;Close Bsplayer
ProcessWait("Bsplayer.exe")
Sleep(5000)
ProcessClose("Bsplayer.exe")
Exit
Sleep(5000) to Sleep(10000)
whats your computer specification (CPU,RAM)
This post has been edited by --=ddSHADOW=--: 16 February 2007 - 08:26 AM



Help


Back to top









