Search found 1125 matches

by yusef88
22 Aug 2014 00:07
Forum: Tips & Tricks, Questions & Answers
Topic: portable xy and files accessibility
Replies: 9
Views: 1085

Re: portable xy and files accessibility

many thanks :D .. what about favorites files?
by yusef88
21 Aug 2014 23:32
Forum: Tips & Tricks, Questions & Answers
Topic: portable xy and files accessibility
Replies: 9
Views: 1085

Re: portable xy and files accessibility

Code: Select all

open inputselect("Recent Files", get("list_recentlyopenedfiles"), <crlf>, 5);
by yusef88
21 Aug 2014 23:09
Forum: Tips & Tricks, Questions & Answers
Topic: portable xy and files accessibility
Replies: 9
Views: 1085

Re: portable xy and files accessibility

with favorites it's ok,i wish if i could open recent files just by double click
by yusef88
21 Aug 2014 22:50
Forum: Tips & Tricks, Questions & Answers
Topic: automatically override collisions with command copyas
Replies: 0
Views: 516

automatically override collisions with command copyas

i use xy for switching between windows hosts file..why copyas hasn't the ability to override existing file without asking?

Code: Select all

copyas "hosts", "%winsysnative%\drivers\etc\", "%winsysnative%\drivers\etc\hosts.adbolck";
by yusef88
21 Aug 2014 22:34
Forum: Tips & Tricks, Questions & Answers
Topic: portable xy and files accessibility
Replies: 9
Views: 1085

portable xy and files accessibility

hi i use a portable version of xyplorer on a usb, my problem everytime i attach this usb to different computers its drive letter changed so my recent and favourite files and folders become unreachable (folders and file at the same usb) example: "K:\NewText.text" in first computer change to...
by yusef88
20 Jul 2014 06:28
Forum: Other Software
Topic: reset ntfs partition permissions
Replies: 28
Views: 9871

Re: reset ntfs partition permissions

You did read the comments in the script? // Edit this list if you want to add / remove commands to process // Ofc you need to add additional variables right over this comment... Not the script failed, ICACLS failed. <- On vacation for a week Of course, the script is flawless ،i'm also going on a lo...
by yusef88
19 Jul 2014 22:37
Forum: Other Software
Topic: reset ntfs partition permissions
Replies: 28
Views: 9871

Re: reset ntfs partition permissions

sorry to tell you it failed to unlock inaccessible file in win7 but Take ownership can
http://www.askvg.com/add-take-ownership ... ows-vista/
by yusef88
19 Jul 2014 20:52
Forum: Bug Reports
Topic: Permanent Variables: "Rememberance" needs two cycles to work
Replies: 6
Views: 1485

Re: Permanent Variables: "Rememberance" needs two cycles to

Help: If a variable did not exist before the perm command initializes it to "" (empty string). Therefore you should put the perm statement first , and your script should look like this: "Create test variable" perm $p_myName; $p_myName = "Filehero"; "Check test var...
by yusef88
18 Jul 2014 22:45
Forum: Script Exchange
Topic: create vhd disk file
Replies: 9
Views: 1764

Re: create vhd disk file

highend :oops: very sorry i did some mistakes>>> works fine now..many thanks.
by yusef88
18 Jul 2014 22:08
Forum: Script Exchange
Topic: create vhd disk file
Replies: 9
Views: 1764

Re: create vhd disk file

OK i tested the script again, doesn't work for me
by yusef88
18 Jul 2014 01:44
Forum: Script Exchange
Topic: create vhd disk file
Replies: 9
Views: 1764

Re: create vhd disk file

doesn't work, it create a bat file in temp folder but no cmd window pops up, even running it manually does nothing
by yusef88
17 Jul 2014 01:06
Forum: Script Exchange
Topic: create vhd disk file
Replies: 9
Views: 1764

Re: create vhd disk file

i didn't test it yet...many thanks Mr highend
by yusef88
16 Jul 2014 23:56
Forum: Script Exchange
Topic: create vhd disk file
Replies: 9
Views: 1764

Re: create vhd disk file

thanks but how? :mrgreen:
i can use it for one variable..what about multi variables

Code: Select all

$a = input("ShutDown Timer", "1h=3600);run "cmd /k ""Shutdown -r -f -t $a&exit"""
by yusef88
16 Jul 2014 23:40
Forum: Script Exchange
Topic: create vhd disk file
Replies: 9
Views: 1764

create vhd disk file

DiskPart
create vdisk file="C:\vdisks\disk1.vhd" maximum=16000
attach vdisk
create partition primary
assign letter=g
format
===========
can xy scripts ask me to choose these colored values?
by yusef88
16 Jul 2014 06:47
Forum: Wishes
Topic: show custom copy options
Replies: 0
Views: 547

show custom copy options

I wish the custom copy options like "overwrite,overwrite if newer" appear in the button like external copiers