Jump to content

Supafly

Member
  • Posts

    15
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United States

About Supafly

Supafly's Achievements

0

Reputation

  1. Hi! I've made a small Updatescript. This script will Execute all Windows-Patches (locat in a Folder) silently and with no reboot ( /q /z ). So you wont see anything on the monitor! But i need a Messagebox (or something else) that advises the user, that Patches are installing at the moment. It shouldn't have any buttons to close the Box and it should dissapear after patchinstallation (end of script). Can anyone help me? thanks
  2. Im using Ghost to download/upload images from a Windows2003 Server. But i've got a problem, uploading images: After about 40 seconds, the speed will sink from 140mb/s to 10mb/s. Im using Ghost 8.0 with a TCP/IP BootCD. If i upload the image on an other Server it will upload constantly with 140mb/s.
  3. Hi!!! I have to write a Script that adds 2 DNS Suffixes into my TCP/IP Properties --> Advanced. But i haven't got an idea how i do that So does anyone have a script? or could someone write it? i think it's anyway a 2 oder 3 line script thats a screenshot of my dns suffixes:
  4. ok, done! CHTHL-QUOTA: 192.39.241.18 I pinged CHTHL-QUOTA with my Laptop from the switch and it pinged the IP 192.39.241.8! it was a failure in the WINS server. But now IP->NAME Resolution is ok, and i can access the Station from both Networks.
  5. hi guys! i've got a small but a complex problem. First look at the attachement to see, how my network looks like. I need to access \\CHTHL-QUOTA\image from the Hub, and from the Switch. The problem is.... On Workgroup network, my laptop is connected to de Hub. Now i can access CHTHL-QUOTA with a username and password (local user of CHTHL-QUOTA: EUC). But if my Laptop is connected to the Switch (EU Domain) AND is member of EU Domain, CHTHL-QUOTA will Deny my access to its share. Even i access the share with the user EUC and the same Password i used in Workgroup network. So what can i do? is this a policy Problem? btw. CHTHL-QUOTA is not in EU Domain. My english isn't too good , so i hope you'll understand it...
  6. ah okay. Done! I now have installed de NETBIOS/NETBEUI/IPX Protocol on the server. Then i got an "Access denied" in DOS on the laptop. But at last i could map the shared folder with NET USE G: \\CHTHL-QUOTA\LTXP ! So now i looked at the local policies. I changed the values of some MICROSOFT NETWORK CLIENT and DOMAIN MEMBER policies. Looked at the User And group rights too. Now it works!
  7. in an other network (company network) i can map the shared folder from a server called CHTHL-PROD-11 but im working on it. i think i found the failure... hang on a sec
  8. Ive got a small network. I have to map a shared folder from CHTHL-QUOTA to the Laptop so i can start Ghost. In CHTHL-QUOTA i configured a DHCP server. my only problem is, that i cant ping CHTHL-QUOTA with name, only with IP (192.167.1.1).
  9. monday... hmmm... actually i need it now, but if no one knows an other bootdisk, i'll wait for your one
  10. Hi! For my project, a bootdisk with TCP/IP support is needed. I must can map a server with its IP. I already tried the Universal TCP/IP Network Bootdisk , but this bootdisk can on map wen i type: net use g: \\server\share does anybody know an other tcp/ip bootdisk?
  11. Hi hope someone can help me. I need to check (with a script), if Office 2003 SP1 is installed. I could check the location or File like this: If FileExists("C:\Programme\Microsoft Office\OFFICE11\blalbalbla") Then or a Registry Key.... But has anyone got an idea wich Key or File can tell me, that Office 2003 SP1 is installed? thanks....
  12. Thanks MCT for the tool... and Thanks Nologic for the example, its working now with ProcessExists! cool....
  13. thx for the tip, but for what shall i use this tool when i've got problems with scripting *g*? i dont know how to check a process.... what i can do is a loop
  14. Hi all! I need some help. I must program a script to check SETUP.exe (if the process still is active). If ist still active, the script should check it again and so on. If Setup.exe doesn't exist anymore, the Script should run a .bat file. can someone help me? it should be VBS (for logonscript) Greez Supafly
  15. hi there! sorry im swiss, so my english isn't perfect ok to my problem: I have to upgrade all PC's (about 80) to Office 2003 with French and German Languagepack. This installation should be unattended and should in the logonscript. first problem: What is installed on the PC's. i must analyze each computer with this script. so the script must find out which version the user has and if he already got a languagepack. So 5 results are possible. - Office 2000 - Office 2003 - Office 2003 German - Office 2003 French - Office 2003 German + French how can i read the version and installed languagepacks out of the registry or with WMI? second problem: Ive already created MST-Files for unattended Office2003 upgrade, and each language pack. - Office_2k3_upgrade.MST - german.MST - french.MST i will run Office_2k3_upgrade.MST with a batch file: start \\chthl-prod-11\office2k3\Office2k3\SETUPPRO.EXE TRANSFORMS=\\chthl-prod-11\office2k3\Batchfiles\Office2k4_Fullupgrade.MST /qb- and than i need to start german.MST and french.MST! But how can i let german install run first and afterwards french? if i write the commands in a batch file, they will start at the same time ?!
×
×
  • Create New...