I want to begin my application with the console MS-DOS in Full screen using SendKeys"%{enter}": simulation of ALT+ENTER but it dosen't work for me
Set variable=CreateObject("WScript.Shell")
variable.Run("cmd /C %windir%\system32\cmd.exe")
wscript.sleep 10
variable.SendKeys ("@echo off")
wscript.sleep 100
variable.appactivate "cmd.exe"
wscript.sleep 100
variable.SendKeys "%{enter}",True
'simulation of ALT+ENTER but this dosen't work
Set variable=CreateObject("WScript.Shell")
variable.Run("cmd /C %windir%\system32\cmd.exe")
wscript.sleep 10
variable.SendKeys ("@echo off")
wscript.sleep 100
variable.appactivate "cmd.exe"
wscript.sleep 100
variable.SendKeys "%{enter}",True
'simulation of ALT+ENTER but this dosen't work