tab("new", $drive:) is opening windows explorer

Discuss and share scripts and script files...

tab("new", $drive:) is opening windows explorer

Postby kotlmg » 03 May 2013 03:47

the following command
tab("new", $drive:); is always opening windows explorer rather than the xyplorer. this is with the latest version i have checked.
am i missing something.
kotlmg
 
Posts: 166
Joined: 30 Jun 2010 17:14

Re: tab("new", $drive:) is opening windows explorer

Postby highend » 03 May 2013 06:28

Code: Select all
$drive="D"; tab("new", $drive:);


Can't reproduce with latest beta...
highend
 
Posts: 1039
Joined: 06 Feb 2011 01:33

Re: tab("new", $drive:) is opening windows explorer

Postby kotlmg » 03 May 2013 11:12

i have the following code. i am using win 7 64 bit os. latest xyplorer version.

$drive = inputselect("Currently selected item:<crlf><curitem>", $AllDrive,,2,,650,450, "Select drive letter for new Virtual Drive");
end(strlen($drive) > 1), "Please select only one check box, script ends.";
OpenWith """$Winmount"" -m <items> -drv:$drive:";
wait(2000); // wait 2 seconds
tab("new", $drive:);

it is opening windows explorer.
kotlmg
 
Posts: 166
Joined: 30 Jun 2010 17:14


Return to Script Exchange



Who is online

Users browsing this forum: No registered users and 2 guests