ntbackup.exe i believe is the aplication that creates and restores backup files (.bkf)
what i am wanting is a script that will create a backup file of C:\Documents and Settings\Email User\ntuser.dat
That make sense?
im looking for a script that will create a backup file (.bkf) of a specified file using the C:\Windows\System32\ntbackup.exe
Can someone help me please.
Thanks
Scott
im looking for a script that will create a backup file (.bkf) of a specified file using the C:\Windows\System32\ntbackup.exe
Can someone help me please.
Thanks
Scott
i am using the following script in a HTA to restart a service. But it will only stop the service and wont start it again. When i try it as an individual vbs it restarts the service no problem but once i put it into the HTA script it will only stop the service. Can someone please help??
'Stop...
from much research i understand that i really need to do this by HTA script but sadly my knowledge of HTA is very limited as its very new to me.
could someone help me with the HTA script with "ON" and "OFF" button and returns a message on click of each button?
sorry for my ignorance...
Thanks...
Im looking to get a message box similar to the yes/no function but it has an 'ON' button and an 'OFF' button.
can anyone help please?
Sorry i dont have much experience with message boxes.
Thanks
S
i am trying to make this script create a log of all files on C:\ and then zip the file. i can get the two functions to work individualy but when i try to put them into one VBS i get error on line32 char1 saying expected statement. Im sure its just something simple i have missed. Here's my...
i am trying to zip a file yousing the function shown at the end of this thread:
http://www.tek-tips.com/viewthread.cfm?qid=1231429
i have tried the first part to crate the blank zip but i get error on line5 char1 saying path not found.
Set Ag=Wscript.Arguments
username =...
this is the code i have but its not uploading the file! Can someone tell me what im doing wrong?
On Error Resume Next
Dim MySite
Dim myPath
Set MySite= CreateObject("CuteFTPPro.TEConnection")
MySite.Host = "ftp://username:password@ftpaddress/data/"
MySite.Connect
If...
Your help is much appreciated guys!
sadly it got as far as the administrator folder and it came up with an access denied error.
But this script worked for me in the end:
Option Explicit
Const FOR_READING = 1
Const FOR_WRITING = 2
Const FOR_APPENDING = 8
Dim objFSO : Set objFSO =...
this is what i have...
but it seems to have a permisions problem:
Set objFSO = CreateObject("Scripting.FileSystemObject")
Const ForAppending = 2
Dim objFSO:Set objFSO = CreateObject("Scripting.FileSystemObject")
LogFile = "c:\list.log"
Dim objLogFile:Set objLogFile =...
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.