![]() |
OT: Does anyone know VB?
I am writing a program that needs to delete a file, but I can't find the command or the syntax to make it delete the file. Any help would be useful.
|
Re: OT: Does anyone know VB?
kill "filename"
|
Re: OT: Does anyone know VB?
It worked. Thank you very much. Do you by any chance know how to delete a registry entry under VB? I am writing a program, not a virus by the way, that will delete a specified file and registry entry. http://forum.shrapnelgames.com/images/icons/icon10.gif
|
Re: OT: Does anyone know VB?
Nope. I just use regedit.
|
Re: OT: Does anyone know VB?
Oh well, thanks for the other help.
|
Re: OT: Does anyone know VB?
Try the "DeleteSetting" function. Use "GetSetting" to pullinfo out.
|
Re: OT: Does anyone know VB?
I thought of that, but that only lets you delete something from the VB section of the registry.
|
Re: OT: Does anyone know VB?
I looked and there is also a "RegDelete" method. I don't really call it VB since it is a windows call. I have not used it, but the MSDN help looked like it might be what you need.
</font><blockquote><font size="1" face="sans-serif, arial, verdana">code:</font><hr /><pre style="font-size:x-small; font-family: monospace;"> [VBScript] Dim WshShell, bKey Set WshShell = WScript.CreateObject("WScript.Shell") WshShell.RegWrite "HKCU\Software\ACME\FortuneTeller\", 1, "REG_BINARY" WshShell.RegWrite "HKCU\Software\ACME\FortuneTeller\MindReader& quot;, "Goocher!", "REG_SZ" bKey = WshShell.RegRead("HKCU\Software\ACME\FortuneT eller\") WScript.Echo WshShell.RegRead("HKCU\Software\ACME\FortuneT eller\MindReader") WshShell.RegDelete "HKCU\Software\ACME\FortuneTeller\MindReader& quot; WshShell.RegDelete "HKCU\Software\ACME\FortuneTeller\" WshShell.RegDelete "HKCU\Software\ACME\"</pre><hr /></blockquote><font size="2" face="sans-serif, arial, verdana"> |
Re: OT: Does anyone know VB?
Is this by any chance VB .NET? The .NET runtime has some handy classes for manipulating the registry http://forum.shrapnelgames.com/images/icons/icon6.gif
|
Re: OT: Does anyone know VB?
Regretably, I don't know anything about VB.Net.
|
All times are GMT -4. The time now is 01:40 AM. |
Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©1999 - 2025, Shrapnel Games, Inc. - All Rights Reserved.