Quantcast
Channel: AutoIt v3 - General Help and Support
Viewing all articles
Browse latest Browse all 12506

Unable to create the folders in windows xp system PFA code

$
0
0
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

Viewing all articles
Browse latest Browse all 12506

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>