If requested by the user, the icon layout with date and time format can be saved on all MS Desktop and Server OS!
If you want to save your icon layout to a file as a file name using an autostart batch file, but want to use the name as with manual saving!
Please do not forget in DesktopOK from the version 6.99!
PS: The old DesktopOK parameters for saving the icon layout continue to work!
Please do not forget in DesktopOK from the version 6.99!
Content:
1.) ... The procedure how to use it!
2.) ... The source code for the procedure in DesktopOK for this action!
1.) The procedure how to use it!
Use _date_time_res_ or _date_time_ as the program argument to make use of this function!for example D:\desktopok.exe C:\save_dok\_date_time_res_.dok
then the following file is created and the desktop icon layout is saved ;-):
C:\save_dok\2020-04-18_10-23-58_1920x1080.dok
(Image-1) Use the command line to save the icon layout with the date and time format! |
2.) The source code for the procedure in DesktopOK for this action!
Here is the explanation of how the name comes about!CString Path =GetFilePath(FileName);
CString Name =GetFileName(FileName);
Name.Replace(CString("_date_time_res_"),Date+"_"+Time+"_"+Res);
Name.Replace(CString("_date_time_"),Date+"_"+Time);
FileName=Path+Name;
Still save problems with icons layout with date and time format.
What can I do if I still have problems with the icon layout saving the date and time format is a frequently asked question. Restart the Windows operating system, please carry out a correct Windows restart . If the problem with saving the icon layout with the date and time format persists, please check whether you are using the latest version of DesktopOK !
What can I do if I still have problems with the icon layout saving the date and time format is a frequently asked question. Restart the Windows operating system, please carry out a correct Windows restart . If the problem with saving the icon layout with the date and time format persists, please check whether you are using the latest version of DesktopOK !