Hi all,
below code works in apart from winxp system ...
I am trying to create the folder in specified location Win xp i am unable to create the folde by using below code any suggessition please why its not creating folder in win xp..
This will work in Win 7 .
$OS=@OSVersion
if $OS ="Win_XP" Then
Run(@ComSpec & " /k cd %userprofile% & cd Local Settings & cd Application Data & MD Lotus\Notes\Data" ,"",@SW_HIDE)
Else
Run(@ComSpec & " /k cd %userprofile% & cd Appdata & cd Local & MD Lotus\Notes\Data" ,"",@SW_HIDE)
EndIf
below code works in apart from winxp system ...
I am trying to create the folder in specified location Win xp i am unable to create the folde by using below code any suggessition please why its not creating folder in win xp..
This will work in Win 7 .
$OS=@OSVersion
if $OS ="Win_XP" Then
Run(@ComSpec & " /k cd %userprofile% & cd Local Settings & cd Application Data & MD Lotus\Notes\Data" ,"",@SW_HIDE)
Else
Run(@ComSpec & " /k cd %userprofile% & cd Appdata & cd Local & MD Lotus\Notes\Data" ,"",@SW_HIDE)
EndIf