Create partition with vbscript 
Author Message
 Create partition with vbscript

there is a method to create a partition in Windows 2000 pro with VBScript??

Tanks
Michele



Sun, 16 Nov 2003 17:27:58 GMT  
 Create partition with vbscript
Not in a script language.  You need to use a partioning software application
such as Fdisk or PartitionMagic.

--
Gerry O'Brien
MCP
Essentials Facilitator
ITI Moncton
ICQ# 14572013


Quote:
> there is a method to create a partition in Windows 2000 pro with
vbscript??

> Tanks
> Michele



Sun, 16 Nov 2003 20:08:08 GMT  
 Create partition with vbscript
yes i know this, but i must create a partition after ris image
installation...ris support only primary partition.

Quote:
> Not in a script language.  You need to use a partioning software
application
> such as Fdisk or PartitionMagic.

> --
> Gerry O'Brien
> MCP
> Essentials Facilitator
> ITI Moncton
> ICQ# 14572013



> > there is a method to create a partition in Windows 2000 pro with
> vbscript??

> > Tanks
> > Michele



Sun, 16 Nov 2003 20:50:47 GMT  
 Create partition with vbscript
You could use a util called AEFDISK.EXE, it can be found on MS ftp server.
It will allow you to create fat32 partitions on your drive and then you can
install 2000.

alexseys


Quote:
> there is a method to create a partition in Windows 2000 pro with
vbscript??

> Tanks
> Michele



Sun, 16 Nov 2003 22:10:29 GMT  
 Create partition with vbscript
 It requires you to be in DOS.  It won't work from within Win2000

 > You could use a util called AEFDISK.EXE, it can be found on MS ftp server.

Quote:
> It will allow you to create fat32 partitions on your drive and then you can
> install 2000.

> alexseys



> > there is a method to create a partition in Windows 2000 pro with
> vbscript??

> > Tanks
> > Michele

 Neil Pike MVP/MCSE.  Protech Computing Ltd
 (Please post ALL replies to the newsgroup only unless indicated otherwise)


Mon, 17 Nov 2003 01:48:09 GMT  
 Create partition with vbscript
As I have mentioned you first create partitions and then install 2000
alexseys

Quote:
> It requires you to be in DOS.  It won't work from within Win2000

>  > You could use a util called AEFDISK.EXE, it can be found on MS ftp
server.
> > It will allow you to create fat32 partitions on your drive and then you
can
> > install 2000.

> > alexseys



> > > there is a method to create a partition in Windows 2000 pro with
> > vbscript??

> > > Tanks
> > > Michele

>  Neil Pike MVP/MCSE.  Protech Computing Ltd
>  (Please post ALL replies to the newsgroup only unless indicated
otherwise)



Mon, 17 Nov 2003 02:14:53 GMT  
 Create partition with vbscript
 Yes, but the user wanted to do it from within Win2K with a vbscript process.

Quote:
> As I have mentioned you first create partitions and then install 2000

 Neil Pike MVP/MCSE.  Protech Computing Ltd
 (Please post ALL replies to the newsgroup only unless indicated otherwise)


Mon, 17 Nov 2003 15:28:33 GMT  
 Create partition with vbscript
Te only way you will be able partition your drive automatically is to do it
before W2K install, there is no support in scripting to that, unless someone
can write some program to that.
alexseys

Quote:
> there is a method to create a partition in Windows 2000 pro with
vbscript??

> Tanks
> Michele



Mon, 17 Nov 2003 22:06:07 GMT  
 Create partition with vbscript
Hi,

Although not very convenient, you could do this with a Sendkeys script:
you must be logged on as administrator, launch windsk
then make partition, create, etc...
since all commands support sendkeys, it should work

check with app.activate that if it does ask you to have the signature applied at
first use of windisk.

hope it helps

bruno

Quote:
-----Original Message-----

there is a method to create a partition in Windows 2000 pro with vbscript??

Tanks
Michele

.



Tue, 18 Nov 2003 16:35:46 GMT  
 
 [ 9 post ] 

 Relevant Pages 

1. Object to Create Disk Partitions and Format it

2. create Partitions in Windows 2000

3. How to create a partition programaticaly

4. Partition erstellen / create

5. WMI - how to create and format a partition?

6. Disk partition information displayed using VBScript

7. VBScript and WMI: partitions

8. Set Active Partition with VBScript / WMI?

9. Set Active Partition with VBScript / WMI?

10. How to create collection in VBScript, precisely in a vbscript class

11. Create VBScript with VBScript :-)

12. How to create collection in VBScript, precisely in a vbscript class

 

 
Powered by phpBB® Forum Software