t0ddie 0 Posted October 9, 2004 i have seen programs that can make a partition on your harddrive automatically through windows. is there a way to do this with autoit? Valik Note Added 19 October 2006 - 08:38 AMAdded to warn level I just plain don't like you. Share this post Link to post Share on other sites
Matt @ MPCS 0 Posted October 9, 2004 i have seen programs that can make a partition on your harddrive automatically through windows.is there a way to do this with autoit?<{POST_SNAPBACK}>I know on WinXP you can use the DOS command 'diskpart' in your script. This is not suggested though because every PC is a different case... partitioning of hard disks should not be done in batch.*** Matt @ MPCS Share this post Link to post Share on other sites
SlimShady 1 Posted October 9, 2004 (edited) In reply to t0ddie: Absolutely not. AutoIt is a scripting language made for Windows automation. If you have a partition program, you can automate it using AutoIt. If you want to make a request for a partition manager, post a new topic in the "Chat" section of the forum. Edited October 9, 2004 by SlimShady Share this post Link to post Share on other sites
t0ddie 0 Posted October 9, 2004 http://www.autoitscript.com/forum/index.php?showtopic=5367 Valik Note Added 19 October 2006 - 08:38 AMAdded to warn level I just plain don't like you. Share this post Link to post Share on other sites
emmanuel 0 Posted October 10, 2004 I know on WinXP you can use the DOS command 'diskpart' in your script. This is not suggested though because every PC is a different case... partitioning of hard disks should not be done in batch.*** Matt @ MPCS<{POST_SNAPBACK}>not true, there's many times disk partitioning should be done in batch, though t0ddie doing it kinda makes me shiver. "I'm not even supposed to be here today!" -Dante (Hicks) Share this post Link to post Share on other sites
Matt @ MPCS 0 Posted October 10, 2004 not true, there's many times disk partitioning should be done in batch, though t0ddie doing it kinda makes me shiver.<{POST_SNAPBACK}>I understand that but it seems you know why I made this comment to him.*** Matt @ MPCS Share this post Link to post Share on other sites
t0ddie 0 Posted October 10, 2004 you guys.... i have quite an effect on you make you shiver? lol Valik Note Added 19 October 2006 - 08:38 AMAdded to warn level I just plain don't like you. Share this post Link to post Share on other sites
Valik 478 Posted October 10, 2004 Yes, some of us feel for poor defensless PCs that unfortunately get into the hands of people who don't need to be within... seeing distance of a PC. Share this post Link to post Share on other sites
t0ddie 0 Posted October 10, 2004 (edited) who are you to decide who is qualified to use a pc? and furthermore... i use scripts on my own computer, (fully backed up) and i only compile them for other people when im sure they do what they are supposed to do, without negative consequences. i do appreciate your concern... will you pack my lunch, and walk me to the bus stop now? im gunna be late for school. and you have GOT to stop picking out such silly clothes for me in the morning. they just dont match. i swear.. you have no style all the other kids are laughing at me... saying "your mom dresses you funny" ~T0ddie ps. WAAAAAAAA Edited October 10, 2004 by t0ddie Valik Note Added 19 October 2006 - 08:38 AMAdded to warn level I just plain don't like you. Share this post Link to post Share on other sites
ezzetabi 3 Posted October 10, 2004 May help:Gdisk from Symantec. Share this post Link to post Share on other sites