Community forum

Please note that VisualCron support is not actively monitoring this community forum. Please use our contact page for contacting the VisualCron support directly.


Guest
2012-04-11T11:06:36Z
hi,
I have a job that triggers on the last day of the month and i want it to create a folder in E:Archive with that days date as its name.

How do i do this?
Sponsor
Forum information
Support
2012-04-11T11:25:50Z
Open the Variables browser and browse to the date Variables. You can customize the date anyway you like but remember that you can only used allowed character for the current file system.
Henrik
Support
http://www.visualcron.com 
Please like  VisualCron on facebook!
Guest
2012-04-11T11:48:01Z
Ahh i see, that's why it gives me an error.




but if i use E:Archive{DATE(Month.Name)} it creates a folder called ArchiveApril in E:

but i want a folder called April in E:Archive

which would have a path E:Archive/April not E:ArchiveApril


ErikC
2012-04-11T11:52:27Z
Hi afruish,

You are almost there, you need the \ character to do this, so:

E:\Archive\{DATE(Month.Name)}

Regards,
Erik
Uses Visualcron since 2006.
Support
2012-04-11T11:52:47Z
Path should be something like:

E:\Archive\{DATE(Month.Name)}
Henrik
Support
http://www.visualcron.com 
Please like  VisualCron on facebook!
Support
2012-04-11T11:53:21Z
Originally Posted by: ErikC 

Hi afruish,

You are almost there, you need the \ character to do this, so:

E:\Archive\{DATE(Month.Name)}

Regards,
Erik



Your answer was a little bit better with the coloring 🙂 Thanks
Henrik
Support
http://www.visualcron.com 
Please like  VisualCron on facebook!
ErikC
2012-04-11T11:55:26Z
a little is enough..
Uses Visualcron since 2006.
Guest
2012-04-11T11:57:38Z
ahhh thanks guys!

i used a slash before for something but was admonished for doing so, i suppose it depends where you are slashing!

:-)
Scroll to Top