Page 1 of 1
tab("new", $drive:) is opening windows explorer
Posted: 03 May 2013 03:47
by kotlmg
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.
Re: tab("new", $drive:) is opening windows explorer
Posted: 03 May 2013 06:28
by highend
Can't reproduce with latest beta...
Re: tab("new", $drive:) is opening windows explorer
Posted: 03 May 2013 11:12
by kotlmg
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.