Anyone who is a Vantage Customer who had Epicor on site to install version
8.xx.xxx for them SHOULD already have this file on their server. It normally
resided in the same folder as the start and stop scripts which are generally
left behind by the installer as well, usually with the name mfgwrk803.vbs
8.xx.xxx for them SHOULD already have this file on their server. It normally
resided in the same folder as the start and stop scripts which are generally
left behind by the installer as well, usually with the name mfgwrk803.vbs
----- Original Message -----
From: "Clive" <clive.gillett@...>
To: <vantage@yahoogroups.com>
Sent: Friday, November 06, 2009 1:23 PM
Subject: [Vantage] Re: MfgWrk803
> This is handy you should post this as a file.
>
>
> --- In vantage@yahoogroups.com, "Ned" <TechnoBabbly@...> wrote:
>>
>> This comes up way too often....
>>
>> Copy Everything between the --------- lines, make it a .vbs file, and you
>> can schedule it with Windows Scheduler to run at some off hour.
>>
>> Just make sure to change the sFolder location to your actual MFGWRK803
>> folder location.
>>
>> This will delete all files that are 4 or more days old, you can adjust
>> the
>> date by changing the -4 in the 4th line if you want to.
>>
>> -------------------------------------------------------
>>
>> On Error Resume Next
>>
>> Dim sFolder
>>
>> sFolder = "E:\epicor\mfgwrk803\"
>>
>> dtCheck = DateAdd("d",-4,Date)
>>
>> Set objFileSys = CreateObject("Scripting.FileSystemObject")
>> Set objFolder = objFileSys.GetFolder(sFolder)
>>
>> DeleteOldFiles objFolder
>>
>> Sub DeleteOldFiles(myFolder)
>> Set objFiles = myFolder.Files
>>
>> For Each objFile In objFiles
>> If objFile.DateLastModified < dtCheck Then
>> objFile.Delete
>> End If
>> Next
>> End Sub
>>
>> -------------------------------------------------------------
>>
>> ----- Original Message -----
>> From: "Linda Lowney" <llowney@...>
>> To: <vantage@yahoogroups.com>
>> Sent: Friday, November 06, 2009 12:02 PM
>> Subject: [Vantage] MfgWrk803
>>
>>
>> > Hi Group,
>> >
>> >
>> >
>> > Before everyone runs off to Perspectives, I was hoping that someone
>> > could tell me if it is ok to delete all the files in the MfgWrk803
>> > directory on the Vantage server? Some of these files are huge, a
>> > couple
>> > of them are 2,097,181 kb.
>> >
>> >
>> >
>> > Regards,
>> >
>> >
>> >
>> > Linda Lowney
>> >
>> > Software Specialist
>> >
>> >
>> >
>> > Pride Signs
>> >
>> > 255 Pinebush Road
>> >
>> > Cambridge, ON N1T 1B9
>> >
>> >
>> >
>> > P 519 622 4040 ext. 258
>> >
>> > F 519 622 4031
>> >
>> >
>> >
>> > www.pridesigns.com <http://www.pridesigns.com>
>> >
>> >
>> >
>> >
>> >
>> >
>> >
>> >
>> >
>> > [Non-text portions of this message have been removed]
>> >
>> >
>> >
>> > ------------------------------------
>> >
>> > Useful links for the Yahoo!Groups Vantage Board are: ( Note: You must
>> > have already linked your email address to a yahoo id to enable
>> > access. )
>> > (1) To access the Files Section of our Yahoo!Group for Report Builder
>> > and
>> > Crystal Reports and other 'goodies', please goto:
>> > http://groups.yahoo.com/group/vantage/files/.
>> > (2) To search through old msg's goto:
>> > http://groups.yahoo.com/group/vantage/messages
>> > (3) To view links to Vendors that provide Vantage services goto:
>> > http://groups.yahoo.com/group/vantage/linksYahoo! Groups Links
>> >
>> >
>> >
>>
>
>
>
>
> ------------------------------------
>
> Useful links for the Yahoo!Groups Vantage Board are: ( Note: You must
> have already linked your email address to a yahoo id to enable access. )
> (1) To access the Files Section of our Yahoo!Group for Report Builder and
> Crystal Reports and other 'goodies', please goto:
> http://groups.yahoo.com/group/vantage/files/.
> (2) To search through old msg's goto:
> http://groups.yahoo.com/group/vantage/messages
> (3) To view links to Vendors that provide Vantage services goto:
> http://groups.yahoo.com/group/vantage/linksYahoo! Groups Links
>
>
>