
Search found 181 matches
- 14 Jun 2012 09:12
- Forum: Tips & Tricks, Questions & Answers
- Topic: Scheduled Backup
- Replies: 8
- Views: 1246
Re: Scheduled Backup
Is this implausible? 

- 12 Jun 2012 11:08
- Forum: Tips & Tricks, Questions & Answers
- Topic: Scheduled Backup
- Replies: 8
- Views: 1246
Scheduled Backup
Hi.
Sorry if it sounds too simple, but how do I make a script that will automatically perform the backup of files/folders?
Let's say..
Thank you.
Sorry if it sounds too simple, but how do I make a script that will automatically perform the backup of files/folders?
Let's say..
Code: Select all
source folder: D:/source/
target folder: E:/target/
backup frequency: Daily
- 12 Jun 2012 10:10
- Forum: Bug Reports
- Topic: Sudden Crash (Run-time error '91')
- Replies: 35
- Views: 4236
Re: Sudden Crash
Oh yes...admin wrote:Are there any other Cancel buttons that cause a crash?
This is the example of the VB error of the Backup To..
When I hit the Cancel button of that Backup To.. it still gives me the error..
Thanks.
- 12 Jun 2012 09:57
- Forum: Bug Reports
- Topic: Sudden Crash (Run-time error '91')
- Replies: 35
- Views: 4236
Re: Sudden Crash
I'm really sorry, I just didnt get it. Could you rephrase the question please?admin wrote:This one button is the only Cancel button that crashes the app?
Thank you.
- 12 Jun 2012 09:51
- Forum: Bug Reports
- Topic: Sudden Crash (Run-time error '91')
- Replies: 35
- Views: 4236
Re: Sudden Crash
Hmm.. I've tried a fresh install to another folder, it's still the same.admin wrote:The error is mysterious.
After I open the Apply to selection, it would crash even with the Cancel button

- 12 Jun 2012 09:18
- Forum: Bug Reports
- Topic: Sudden Crash (Run-time error '91')
- Replies: 35
- Views: 4236
Re: Sudden Crash
Oh OK.admin wrote:I meant maybe one of the things in your titlebar causes the issue.
I dont think so coz they already exist long before the latest version of XYplorer i.e. the one with specific font settings.
Anyway, is there anything you could help with the VB error?

Thanks.
- 12 Jun 2012 08:38
- Forum: Bug Reports
- Topic: Sudden Crash (Run-time error '91')
- Replies: 35
- Views: 4236
Re: Sudden Crash
admin wrote:Thanks, no problems with the font.
Cannot explain your issues. Maybe one of the things that are visible in the titlebars in your screenshots?
- 12 Jun 2012 08:17
- Forum: Bug Reports
- Topic: Sudden Crash (Run-time error '91')
- Replies: 35
- Views: 4236
Re: Sudden Crash
Sure..admin wrote:Step by step. Can you send me this monofur font, please.
- 12 Jun 2012 08:08
- Forum: Bug Reports
- Topic: Sudden Crash (Run-time error '91')
- Replies: 35
- Views: 4236
Re: Sudden Crash
Your settings so far look non-suspicious to me. Could you also send your font settings (maybe a screenshot of Configuration / Fonts)? How do I make XYplorer save its settings within the program folder itself rather than the default Windows/Application Data? :? This is already the case in your setup...
- 12 Jun 2012 08:03
- Forum: Tips & Tricks, Questions & Answers
- Topic: Instant Extension
- Replies: 8
- Views: 1718
Re: Instant Extension
Don't use one of the last scripts. It's not a good idea to actually replace the extension with nothing. If a file name contains a dot everything after that dot will be renamed to "mp3" if you click the button a second time. Select all files manually (BE SURE TO REALLY SELECT ONLY .mp3 FILES) and us...
- 07 Jun 2012 08:56
- Forum: Tips & Tricks, Questions & Answers
- Topic: Instant Extension
- Replies: 8
- Views: 1718
Re: Instant Extension
wow.. thanks a lothighend wrote:Sure.
Code: Select all
// Cut long names foreach($Item, <get SelectedItemsNames |>) { if(strpos($Item, ".mp3") != -1) { rename e, ""; } else { rename e, "mp3"; } }

last one... can I assign a shortcut key to this button? huhu...
- 07 Jun 2012 08:20
- Forum: Bug Reports
- Topic: Sudden Crash (Run-time error '91')
- Replies: 35
- Views: 4236
Re: Sudden Crash
Please click menu Help / Various Information, and paste the contents here. XYplorer: 11.20.0000 (Pro Edition - Lifetime License Pro) Loaded in: 2,386 ms at 07-Jun-2012 02:05:11 PM Uptime: 14 mins, 27 secs Memory Usage: 16,924 KB, Virtual Memory Size: 17,076 KB OS: Windows XP Professional (Service P...
- 07 Jun 2012 08:16
- Forum: Tips & Tricks, Questions & Answers
- Topic: Instant Extension
- Replies: 8
- Views: 1718
Re: Instant Extension
// Cut long names foreach($Item, <get SelectedItemsNames |>) { rename e, "", p; } But try it with your files in a temp dir first. It seems rename e,... has issues with additional dots in the filename. Have to check that Thanks a lot. Seems to work fine without the preview and cater my objective. Bu...
- 07 Jun 2012 06:06
- Forum: Bug Reports
- Topic: Sudden Crash (Run-time error '91')
- Replies: 35
- Views: 4236
Sudden Crash (Run-time error '91')
I can't take it anymore. Since XYplorer introduce font customization for Main Content Fonts..Apply to... I cannot save my setting no matter what options I checked. After I check anything and click OK, Xyplorer would suddenly closed. And after XYplorer introduce this feature, I cannot use the backup ...
- 07 Jun 2012 05:59
- Forum: Tips & Tricks, Questions & Answers
- Topic: Instant Extension
- Replies: 8
- Views: 1718
Instant Extension
Hi all. It's pretty basic and straight forward. How do I made a script to instantly change the file extension? The idea is sometimes I want to hide certain songs folder from my car fm modulator. I've tried several hide folder software but it just didnt work. So I thought the only solution is to rena...