Search found 6 matches

by becka2kaii
03 Apr 2012 07:50
Forum: DOS Batch Forum
Topic: RDX drive format
Replies: 4
Views: 4970

Re: RDX drive format

we tested it whilst the machine wasnt in use but not asleep, whilst the machine was in use and when it was asleep. still did the same

I am trying to run it on a server using the administrator
by becka2kaii
02 Apr 2012 08:43
Forum: DOS Batch Forum
Topic: RDX drive format
Replies: 4
Views: 4970

RDX drive format

Hi I have created a batch file to format an RDX drive, which reads echo Y | format h: /q /x /fs:ntfs exit If i manually run this batch file it works perfectly and does not eject the tape (which is what i want), however if i schedule it to run it runs and then ejects the tape Any ideas how I can get...
by becka2kaii
29 Mar 2012 06:18
Forum: DOS Batch Forum
Topic: net.exe error
Replies: 12
Views: 14971

Re: net.exe error

It happens when I type anything to do with net.exe such as

net.exe start

it is definatly the right directory beacause i can find the file in the right location but it still gives me the error.
by becka2kaii
28 Mar 2012 08:48
Forum: DOS Batch Forum
Topic: net.exe error
Replies: 12
Views: 14971

net.exe error

Hi

everything I try and stop and start net.exe via the command prompt i receive the error

"system error 2 file not found"

but the file is there :?

can anyone help please
by becka2kaii
26 Mar 2012 07:49
Forum: DOS Batch Forum
Topic: format a removeable drive
Replies: 2
Views: 3506

Re: format a removeable drive

Thank you that helps alot :D
by becka2kaii
26 Mar 2012 06:11
Forum: DOS Batch Forum
Topic: format a removeable drive
Replies: 2
Views: 3506

format a removeable drive

Hi,

I am trying to create a batch file which will automatically reformatt a removeable disk at a scedualed time.

what codes do i use to make this possible? as if i just do format h: it pops up asking me to press enter. :?

Thank you