Sunday, 17 February 2019
How to Change Sleep Mode of System
February 17, 2019
No comments
Set wshShell=WScript.CreateObject("WScript.Shell")
Do
WScript.Sleep 60000
wshShell.SendKeys "{NUMLOCK}"
wshShell.SendKeys "{NUMLOCK}"
loo...
How to Unhide Sheet all tab from Excel
February 17, 2019
No comments
On Error Resume Next
'vMasterFilePath=WScript.Arguments(0)
'vLogPath=WScript.Arguments(1)
vMasterFilePath="C:\Users\admin\Desktop\Operation\Data.xlsx"
vLogPath="C:\Users\admin\Desktop\Operation\Log.txt"
'For write the log'
Set objFS = CreateObject("Scripting.FileSystemObject")
Set FSO_Handle = objFS.OpenTextFile(vLogPath,8,True)
Set objExcel = CreateObject("Excel.Application")
objExcel.DisplayAlerts = False
objExcel.Visible = True
Set objW...
Saturday, 26 January 2019
What is RPA-Life cycle and team structure
January 26, 2019
No comments
What is RPA-Life cycle and team
structure
a.) Analysis Life
cycle in RPA begins with analysis phase. Business team and RPA
strategist/Architect work together to identify a business process for RPA
development. Most of the development follows an agile methodology that to is customized
(some modifications) agile. The core intent of this analysis is to identify
processes which are feasable for automation, as awell as can save manual effort
and...
Subscribe to:
Posts (Atom)