o
k
q
u
e
s
t
i
o
n
s
.
c
o
m

Windows File Time -

How would i convert these "Windows File Time's"

[3:45:06 PM] System\Account Created = 29570387 4107055400
[3:45:06 PM] System\Last Logon = 29634090 1836275344
[3:45:06 PM] System\Last Logoff = 29634090 1258313992
[3:45:06 PM] System\Time Logged = 1166974

Into something like this:

[5:09:22 PM] Account Created: 6/18/2003, 04:38:34
[5:09:22 PM] Last Logon: 4/29/2004, 22:06:20
[5:09:22 PM] Last Logoff: 4/29/2004, 20:41:58
[5:09:22 PM] Time Logged: 154 days, 0 hours, 56 minutes and 21 seconds

Thanks

 

FTP Problem. Don't bother replying because you don't know the answer! :) -
When a file is copied from one dir to another using windows explorer, all the file attributes of the new file remain the same as those of the original file. BUT If I FTP a file from one dir to another, the new file has the current time as a time stamp. My question which you ca


Possible to capture windows logoff and logon time -
Dear Friend, i want to capture the system logoff time and i have to store the time in .txt file. when ever the user logging in and logging off i have to capture the time and store the time in .txt file. is this possible to do? if means please show me some sample to do this please.


Play Windows AVI Stored file -
Greeting and Salutations OK... I downloaded a sample app from someplace a short time ago but cannot find it now. The sample showed how you can use an AVI that was stored in a windows file. The windows file had all of the avi files they use such as... deleting files. search


line up text -
14/12/2006 11:28:38 AM 0 Kb <DIR> C:\WINDOWS\Tasks 13/12/2006 1:06:42 AM 0 Kb <DIR> C:\WINDOWS\Temp 24/10/2006 10:59:35 AM 0 Kb <DIR> C:\WINDOWS\twain_32 28/03/2006 10:54:06 PM 0 Kb <DIR> C:\WINDOWS\Web 15/11/2006 9:26:47 PM


RunTime error 75 -
Hello guys, I am having a runtime error 75, file/path access. It happens in the following line of command: Shell App.Path & "\updater.exe -atualizar" The weird thing is that: In windows XP develop time (From VB) no error happens In Windows XP run time (Fro


Run-time error '53', file not found -
Recently upgraded to Windows 2000. I want to be able to run my program from within the developer. My program requires MGWSNMP.DLL. In Windows 98 I placed this file in the Windows\System directory. I have placed the file in the WinNT\System and WinNT\System32 directories, but it st


File accessed on login[resolved] -
i was just wonder if there is a file that is only accessed when a user logs into windows and no other time.. the file must also be universal to most windows machines (with regards to its file path) Rob


windows scripting host and time synchronization -
Hi is there anybody that can help me find a solition to replace this code in windows scripting vbs file. i want to replace all the batch file that are presently running on any of my server by replacing them with .vbs file windows scripting. here is the code that im not able


How to backup a file & copy in another location using Backup ! Help Needed -
Hi , I want to backup 1 of my file and store in a place in my hard disk daily 1 time, so i click the Accessories-System Tools-Backup and i follow the wizard by clicking the advanced mode as specified in Windows Help. I choose the file name and scheduled the time in the wizard.


Windows is slow when Linux is on another disk -
It wasnt like this before when I had to boot up, but now whenever I run windows it takes 10 mins to load if the other disk, containing redhat7.2, is there. I made a file of the mbr and wrote over the windows one, then rewrote the windows one (this worked before) but this time it doe


How To Use Time And Year Controls Used In Windows Xp In Vb6 -
I want to use controls to change time and year which is used in date and time properties window of windows xp in my vb6 application can i download ocx file for these controls or is any other way ? please help me thanks in advance


windows start up program, (workin with text files) -
i have a program which at Windows start up, prompts the user to enter their name! this is then saved to a text file along with the time and date etc, the problem i'm having is saving more than one record to the text file, at the moment it only shows the last person to enter their na


Running an VB app automatically -
By monitoring this bulletin board I have noticed that it is possible to have a application as soon as windows launches by adding settings to the run section of the registry. I have an application that needs to run at a certain time every day and it would be nice to automate it by havi


Run Javascript in Windows -
Hey, I have a clock thing that follows the mouse cursor on a webpage. I want run the script when windows boots so it will follow the cursor all the time in windows (not just on a certain webpage. Can I save the code as a *.js file and write a vbprogram to shellexecute the file with &qu


Showing random information in windows application -
Another problem surprise surprise! This time I want to get information from a text file and have it displayed in a windows application. I want to have a different piece of info on each line in the text file and the information shown will be chosen randomly each time the program is r


Date Time control like in Windows Date and Time properties -
Hi I want a datetime control just like the Date and Time properties being used by the windows. The key points are: A time field containing hours, minutes and seconds where in the values can be changed using the upper and down arrow links attached to the field. the control s


Accessing Windows Timer -
Does anyone know anything about the Windows Timer?... The one that sits in the taskbar and shows you the time... and you can check the date and whatnot?... Can be found in the control panel under "Date and Time" also is a file in the windows/system32 directory as "time


INI files and Win 98 - Am I missing something here -
I have a program that uses ini file to store state information. It will need to be deployed on (among others) a windows 98 machine. It seems the WritePrivateProfileString API works about half the time. Many of the errors seem to be caused when a bunch of info is written out to the f


vb Compilation: -
I compiled my vb application (.exe) in Windows 2000. The users are using Windows 98. When I run .exe in Windows 98, the run –time error occurred as “msmask32.ocx or one of its dependencies not currently registered: a file is missing or invalid”. So I found 2 files from Wi


Getting values from Windows Services to normal Windows application -
Hi everybody I've made a Windows Service that has a lot of configurable settings. And I've made a normal Windows application (a WinForm executable) to start, stop, pause etc. the specific Windows Service. My problem is that I would like my Windows application to be able to retri


W2K Boot -
If a file is being used by windows at the time of my setup procedure, I tell the user to reboot. In windows 2000 however, I have to use the runonce registry key as opposed to the runservicesonce key like in 98. The runonce key doesn't fire until windows is running. Any thoug


Moron in distress! -
Here's a simple question! My application uses the Command statement. It returns a filename like "C:\Windows\file.txt". I just want C:\Windows\file.txt without the expressions. I don't get it... I knew how to do this a week ago... maybe time for some sleep? Thanks.


[2005] How to determine if file is in use -
Hi, I was wondering, how would I be able to determine if a file is in use or not. My objective is to retrieve a PDF file from a PDF server (PDF stored in MS SQL Server, existed prior to this project) and open it on the client. Here's some other things I guess would be helpful.


remove Windows -
from time,the only time i remove the windows OS is when i want to re-format my HDD or when there is a crash or virus. i ran into a minor problem few days,i wanted remove windows without formatting but i just couldn't know how to un-install windows like any other program i run a win98


Operating System -
Ok im sure this question was asked over 1000 times but anywayz: What OS are you using and which one are you using to code with?? Me?? I use Windows 2000 Pro and Windows ME and i use Windows 2000 all the time, i can't even remember when i last booted up to Windows ME hehe maybe that'


Windows start time -
Hi again =0 Is there any API to check if Windows has finished to boot. I know that the GetTickcount function return the elapsed time in mseconds since Windows is running. But i'd like to know when all the driver, servies, and so on are loaded... Thanks.


Using config file for windows service -
I've created a config file containing variable data, that my windows service reads. I want to the config file to be in the same directory as the myservice.exe file. The problem is when I use system.Environment.CurrentDirectory I get "C:\winnt\system32" and my app is in a fo


Save File Changes For Restart Before Changing -
I am creating a program that can mod vista to look like windows 7 and other tweaks. I have an explorer.exe file that when it replaces the windows vista explorer it changes the boot up / log off screen to that of windows 7 but you cant edit this file because its already running (windows


Access PC from Remote site -
Hello I need help here, I tried to access remote PC using FreeSShd and VNC posted here in this General topic on this website. I did same as written here using instruction but still does not work. when Click on Putty file open it, it opens the dos windows but after some time it says &q


Explorer.exe is ****ed -
Hey, I keep having alot of problems with explorer.exe lately... I'm getting sick of it. I have no idea what's causing it or what I could have done to **** it up... Basically, nearly everytime I try to do something along the lines of copying, moving, deleting, rightclicking, watch


Windows 2K Crashing -
I was having problems with Norton Antivirus...it ran LiveUpdate almost every three minutes, downloaded the same size file, but always said NA was out-of-date. I couldn't do anything with Norton, because it said it was corrupt or something. So today, I uninstalled Norton (and was goi


Opening File Ftp Server & Reading -
I posted a question on this matter a while ago, and wrongly thought i had solved the question!!! I need to Open a File on an FTP Server (Windows 98, Running FTP Serv_u, as the ftp server), eg \xxx\abc.txt and look at the first and second line of the file., before deciding to do


Whats the best way to put a file to windows startup -
hi im trying this for the first time, does any1 knw how to put a file on windows startup? thx


Daylight Time Changes by Windows -
An app that I've written checks that the correct versions of certain files exist on a clients pc. As part of this process I compare the modified date/time of files to a set of expected date/times which are stored within my app. This normally works fine, however I've just found out


MSCOMM32.OCX Help Please VB 6 -
Hi, I have an old version of visual basick 6.0. I never used VB very much, but over time I have created a small, program that uses the serial port. Several of my friends want to use it, and I do not wish to rewrite the code (I do not have the time). My problem is this.... The code w


Log on to Windows -
Can Any body pls help me with Running a Windows login prompt at windows startup using a vb prog.......? 'Cause ever since I reinstalled windows on my pc.....I have to log off using 'Log off <user>' & logon to windows every time i boot my pc (windos does'nt give me


windows boot time -
is there a way to get the time windows started or do i work this out from current time - gettickcount?


file attribute:ACCESSED TIME -
hi all, I am facing a problem, I want to store the date and time a particular file was last accessed( as is shown in properties in windows on right click:ACCESSED ). How should I do that? If anyone could please guide me, I will be grateful to you. Please help. Regards Prasad


Windows File Time -
How would i convert these "Windows File Time's" [3:45:06 PM] System\Account Created = 29570387 4107055400 [3:45:06 PM] System\Last Logon = 29634090 1836275344 [3:45:06 PM] System\Last Logoff = 29634090 1258313992 [3:45:06 PM] System\Time Logged = 1166974 Into somethi


Loading a large file -
Hi all! I am running a program that loads from a CSV file info into a an array of UDT's The UDT has 15 diffrent data types, and the legnth of the CSV file is about 124,000 records long. When I start to load the file it runs pretty quick. But when it hits about the 10,000 record it sl