...of the screen.
Maybe that isnt so difficult, but the screen is resizeble.
Can anyone help me with this? i really dont know how to start.
Below the OnClick of the button:
void __fastcall TForm1::Bal_aanClick(TObject *Sender)
{
bal -> right bottom ( dont know the code )
}
greetz andre
yeah.
we use SUS for patchement. Software Update Service.
now i just downloaded DameWare NT Utilities. With that program i can do a software inventory.
its a huge program, with lots of tools. and it will be expenssive. i dont know how high the price can be here.
havent tried langguard yet, but i...
hello
im looking for a easy to use program that scans all PC's in a network, and makes an inventory of all software installed on the PC's.
anyone know a good program?
its a plus if i dont need to install client software on all PC's.
thnx
hi
i cant install office XP on my PC.
Probably because it has service pack 4 installed.
someone else knows this problem?
1 hour ago, i had office XP on it, and i needed to install Frontpage. The same problem there, couldnt install.
by Frontpage it said ' Fault 25003 '. does someone know that...
i know theres a way to add a scheduled task in DOS.
its possible with 'at'.
at /? gives me help, but i cant get it working :s
i want begin.bat to be run every day on 11 am
can someone help me with that?
...in the subdirs. how?
other thing, thise code gets the owner of a file. but is it also possible to get owner of a map?
here the code:
:: Show owner of specified files; display owner and file name
FOR /F "skip=5 tokens=4* delims= " %%A IN ('DIR/A-D/Q "%OwnedFile%" ^| FIND /V "(s)"') DO...
this is what i have, files older then 7 days will be moved to another directory.
forfiles -pc:\temp2 -s -m*.* -d-7 -c"CMD /C move @FILE C:\temp3
my question.
people make there own map in temp2, and place there own files in it.. the maps shouldnt be deleted, how can i make my script look in...
...GOTO Syntax
:: Does filespec contain wildcards?
ECHO.%OwnedFile% | FIND "?" >NUL
IF NOT ERRORLEVEL 1 GOTO Multiple
ECHO.%OwnedFile% | FIND "*" >NUL
IF NOT ERRORLEVEL 1 GOTO Multiple
:Multiple
:: Show owner of specified files; display owner and file name
FOR /F "skip=5 tokens=5* delims=\ "...
...have to be a variable. How do i do that?
ok, here is a piece of code that ECHO's the owner and writes it to c:\owner.txt
FOR /F "skip=5 tokens=5* delims=\ " %%A IN ('DIR/A-D/Q "%OwnedFile%" ^| FIND /V "(s)"') DO ECHO.%%A >> c:\owner.txt
i need the owner in a variable. ive tried the...
hello.
when i run a script to obtain the owner of a file, i get more then only the owner.
here an example of a output:
BUILTIN\Administrator
or
Domain\MyUsername
u must know, i only need the username offcourse, thats the owner. so let say all users will be obtained like 'Domain\Username' then...
hi ppl
i have to use forfiles, to copy files older then 7 days to another folder.
here is what i use
forfiles -pc:\temp -s -d-7 -c"cmd /c copy ""@FILE"" /Q /F c:\temp3":
in the directory c:\temp files older then 7 days copy to c:\temp3
doesnt work, it allways says: cant copy the file onto...
hello people
ive got the forfiles.exe now..
and i see andy uses this code to delete files:
forfiles -pe:\ftpdata -s -d-14 -c"cmd /c del ""@FILE"" /Q /F"
but i want the files to be copied to another folder.
how can i do that?
ive tried it many times. changed 'del' in 'copy' offcourse, but what...
can someone please tell me where i can find the forfile utility? i need it very much..
i have a Resource kit cd here but it isnt on the cd :s also microsoft.com doesnt tell anything about forfile.exe
yes ive managed to get the owner on the screen.
next question, is it difficult to include a script in another script?
got this:
Set fso = CreateObject("Scripting.FileSystemObject")
Set objFolder = fso.GetFolder("C:\temp")
For Each aFile In objFolder.Files
Wscript.Echo "Bestandsnaam: "&...
im doing ok now with my script. but now i need a script that checks the owners of files.
ive been looking here for it, and came here:
http://www.tek-tips.com/viewthread.cfm?SQID=748308&SPID=329&newpid=329&page=1
it runs, it displays the amount of files in the scanned folder, but it doesnt show...
So this piece of code i have then. when files are 5 days or older send a email.. but doesnt work
Dim objFSO, oFldr1, oFile
Set objFSO = CreateObject("Scripting.FileSystemObject")
Set oFldr1 = objFSO.GetFolder("C:\temp")
for each oFile in oFldr1.Files
if datediff("d", oFile.DateCreated, Now...
Well, i did search..
i have this:
for each File in Folderobj.files
if (Date - File.DateCreated > cint(MaxAgeOfFile)) then
its from a delete after ** days script.
how do i set MaxAgeOfFile ?
just above my script: Set MaxAgeOfFile = 7?
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.