Quick Links
Computing.Net Solution CenterDesktop Access to SearchAsk a New Question
Sponsored Results for: VB Script for deleting files
Search Results for: VB Script for deleting files
Product Search Results
Results
26 - 50 of
16822
- higher confidence,
- lower confidence
script to delete files after ftp Summary: Hi, I'm trying to have a .bat file set up as a scheduled task to upload files via ftp and then, if successful, delete the files locally. I have the a...
Deleting files on multi computers Summary: Ello again, Well i want to know if a batch file (or something else like vbs) can del all files off remote computers but save one folder that has impor...
Scheduled Tasks and VBS Scripts Summary: Today the Script for Charlotte failed to complete what it was supposed to do, but yet Scheduled Task logs show it did. "Charlotte.job" (025_Charlotte ...
User input from VB script and pass to Bat Summary: I have bat script which ask the user for a Build number and then process the deployment. see the code, @echo off set /p FILENAME=Enter the ICP-Advisor...
.vbs script to rename folders Summary: Is there a VB script that can traverse just through a set of folders and subfolders (not files) and rename them from "JAN" to 1JAN", "FEB" to 2FEB", "...
Batch File deleting files by date? Summary: I have share on a server in which i have files being saved to. I need to purge this folder every so often of files that are no older then 2 days. I ha...
Delete Files Older Then x-Days Summary: Greetings All! The following MS-DOS code will delete any specified files, in specified location, and older then a specified date. "Delete files by ol...
Can't put quotes around files names Summary: Here's my dilemma of the day. I'm writing a batch program built around 7za.exe to xcopy files to a destination then zip the directories, replacing t...
Interaction between C and VB script Summary: vb script as in browser? i never tried this in vb script but in vb6 u can use shell command and call the C executable file with parameter so in main i...
Batch or VBS help Summary: I am looking for a vbs script or batch file to copy a file from on location to another location with a new name with an incremental value. That is, fi...
Batch file to delete files in a dir Summary: Hi I am trying to get a batch file to delete files which has dates older than 7 days so far I have @ECHO OFF CLS FOR /R C:\User_share %%FILE IN (*.*) ...
Ant script for deleting directories Summary: I have the following dir structure: ABC |_MC1.1 |_MC1.2 |_MC1.3 |_MC1.4 |_XX |_YY Now i want to delete MC1.x where 1.x < 1.3 How do i d...
C++ copy / delete file Summary: It would be more efficient to: - rename the original file - read the renamed file and write encrypted file to original file name - delete the renamed ...
S.O.S. Help with VB script!!!! Summary: Hi, I'm a new in VB and I need help. I have to create script for the following task: via Workstation's applet(A)I have a field with the symbol and I n...
c++ deleting a file Summary: Using system: char filename[100]; sprintf(cmd,"del %s.ext1 %s.ext3",fname,fname); system(cmd); I'm assuming that "del file.ext1 file.ext3" is a valid...
delete files in a folder (batch) Summary: @echo off setlocal set FolderPathBase=C:\Documents and Settings\user\Desktop\clients\*.* for /f "tokens=*" %%i in ('dir /b /ad "%FolderPathBase%"') d...
vb script to create directory Summary: I have made a vb script that prompts for a Job number input. I would like the script to take that input, and create a directory with that inputs name...
VB Script help Summary: I need a VB script to deploy all of 500 PCs to start DHCP service, DNS, & Time services Does anyone suggest nice snippet script for me, cos i know not...
WSH: Delete files in folder by date Summary: I need to delete files from the C:\Company\Temp directory that are older than 120 days. I have to perform this on about 125 PCs. The VBScript keeps bo...
Export HTA values to text file Summary: I'm trying to write a VB script for an HTA to go with a batch file that has already been written. The batch file currently prompts the user for sever...
Batch file delete file by file name Summary: Time to go over your thread's title. Batch file delete file by file name | | | | +--+---+ +---+----+ | ...
.VBS Script To View IP Address Summary: Hey all, does anyone know/have a .vbs script that will display the IP address of a computer? I need an easy way for everyone on our network to check ...
Script to merge files in one Summary: Hi, I need help to find solution to this problem well my motto is to combine files within a folder with common string in their file name into one. I a...
Script to Del files based on size Summary: Hi, Thanks for the quick turnaround and this works GREAT! As I needed to copy some files as well based on the same criteria (name/size) I have modifie...
VBS script with changing date Summary: This is what I have. set oShell = CreateObject("WScript.Shell") oShell.run"notepad.exe" WScript.Sleep 500 y= year(date-1)*10000+month(date-1)*100+day(...
Jump To:
<< | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | >>Sponsored Results for: VB Script for deleting files