|
I am Bulk creating AD users from the commandline (dsadd) and whilst doing so am setting the homedir and homedrv to a DFS location. I observe when I create the user with all these settings via the GUI (dsa.msc) that the homedrv gets created on the DFS ...
Started by Neil on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at serverfault):
For folder creation I've quite successfully used xcacls.
One thing about the Home Folder Redirection with Group Policies instead .
The web for user creation, but have a look here to get started.
|
|
Is there anyway of getting the creation date of an entry in an SQL Server table? The reason I want to know the creation time of an entry is for debugging purposes.
Started by seanlinmt on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
There is no supported way.
With a default value of GETDATE() to retain the creation date of a record.
|
|
I need to get a file creation date&time using python. I tried:
os.stat(r"path")[ST_CTIME]
But it is returning:
1263538277
This is not the creation date time. Is there a way to do it?
Started by Vicky on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
Are you sure it isn't? Using unixtimestamp.com it converts.
Looks like a valid creation time to me.
|
Ask your Facebook Friends
|
How do I sort a directory by file creation, latest first in PHP 5.2?
I am on Windows 2000.
Answer Snippets (Read the full thread at stackoverflow):
Code :
Note: Note also that in some Unix texts the ... .
You can't for creation date on Unix system, but for change date, but see edit below for Windows.
File creation time does not exist on most operating systems.
Have a look at this tip.
|
|
Are there any good logo creation applications available for Ubuntu? Something other than Gimp.
Started by Roland on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at superuser):
I believe that a new Photoshop and maybe other adobe products are now avalaible for ... .
If you have a Windows program that you like, you might try to run it in Ubuntu using Wine ("Wine Is Not an Emulator") .
If you don't like Gimp, you can use InkScape.
|
|
Suggest me a link to learn Java GUI creation.
Started by rover12 on
, 8 posts
by 8 people.
Answer Snippets (Read the full thread at stackoverflow):
But now and then a....
Btw: I admit there are times when an imperative is good .
But you should probably start with some basics as others already pointed out .
I like MIGLayout to layout (duh) my apps.
The Java Tutorials are a quite good resource to learn .
|
|
Hello, i have a file with documents.
i wrote a applikation with asp.net.
i need to read the creation date and the date of the last change (and title, etc.) for that i used the API filesysteminfo.
in the file are documents, that are a copy of a vss server...
Started by Tyzak on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
If the file has been overwritten, you will not be able to get the creation date that is stored.
|
|
I have a script that needs to do some stuff based on file creation & modification dates but has to run on Linux & Windows.
What's the best cross-platform way to get file creation & modification date/times in Python?
Started by Mark Biek on
, 7 posts
by 7 people.
Answer Snippets (Read the full thread at stackoverflow):
I'm not aware....
Recent metadata change on Unix, or the time of creation on Windows)*:
>>> import os > is st_mtime on both platforms; unfortunately, on Windows, ctime means "creation time", whereas on POSIX it means "change time".
|
|
Exact Duplicate: C# driver development?
I was wondering whether C# can be used for Windows driver creation?
Started by Mahatma on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Please see: C# driver development?.
I doubt it -- managed code requires the .NET runtime to execute .
|
|
Is there a tool that would allow me to change the file creation time and file modified time on a list of files?
Must be able to work in the NTFS and FAT32 file systems.
Started by Mark Tomlin on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at superuser):
Select one or more files extension (added to the context menu of files) that allows you to change creation, access.
Total Commander enables you to change creation date and time for a file.
|