i agree with what ge0ph said.. u will only run into problems down the line u could do something like RUSTY_PC as the pcname RUSTY_ADMIN as the username will avoid tons of probs down the road
where are u wanting 2 run your programs from? cd or systemdrive ? #SOURCEDRIVE# = CDROM #SYSTEMDRIVE# = C: or whereever your os is installed 2 EDIT: this is what i do on my CD i put the following directories i386 $OEM$ INSTALL i place the xplode files in $OEM$\Install\Xplode i place my programs in INSTALL\Apps in my winnt.sif file i call xplode %systemdrive%\xplode\xplode.exe in my xplode.xml file i have program='#SourceDrive#\Install\Apps\program.exe' hope this helps
ATTRIB -R -A -S -H "C:\XPCD" put that in a .bat file & double click it.. it will remove all attributes from that folder, aslong as its in C:\XPCD of course if it isnt, alter that path beyond that i dont know sorry regards
ya, that would be a more logical alternative i think.. or maybe find a free hosting site & someone could whip up a quick GUI & post a link 2 it? EDIT 1000 Posts !!!!
sorry i cant help with the .vbs, im fairly new 2 it myself.. but i would try autoit or the above method as they are pretty much straight forward regards
i think spinrite will do that (not 100% sure as ive never used it) but if u break the drive threw tinkering dell may void your warranty & u may have 2 pay for it..
could be a currupt download? try maybe using a download manager if your not.. or not using 1 if u are? i dont have 9x os's installed tho , so i cant say sorry regards
windows will install appropriate drivers.. then all u need 2 do.. is in a batch file.. say u are wanting 2 install ati control panel IF EXIST "%Windir%\System32\atifile.exe" GOTO ATICP GOTO END :ATICP start /wait %systemdrive%\drivers\ati\cp\file.exe /switch GOTO END :END same code can be modified 2 work with autoit too hope this is of some assistance