Jump to content

Charlicon

Active Members
  • Posts

    7
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

Charlicon's Achievements

Newbie

Newbie (1/14)

  1. I don't see MYSQL being hosted with the free account for 50webs, and seen as I like tinkering with forum software, that won't do. I may as well just spend $3 a month I guess. Thanks anyways.
  2. I don't know of any JavaScript to get rid of this banner. The only thing I could come up with in the end was this.. <link rel="stylesheet" href="p.css" type="text/css" /> <script language="JavaScript1.2" type="text/javascript" src="a.js"></script> </head> (end of my actual <HEAD> <noscript> <body> <------ The code I thought would take the banner out. </noscript> <body border="0" topmargin="0" leftmargin="0" rightmargin="0" marginwidth="0" marginheight="0"> <----- My actual <BODY> Am I placing this code in the wrong area? Or is it just the wrong code? Frames wouldn't work.
  3. I have opted for free web hosting. The only obvious downside to this is the adverts. Now, it's only a banner at the top of page, but the thing is distorting my banner. It only seems to behave itself when my site is coded with just plain HTML, if I use any JavaScript the thing screws my banner graphic up. I'm sure theres a way to hack this, maybe by using <APPLET> tags in the head? I'm not technical enough to figure this out and was wondering if anybody could get me started with how I go about getting around this. Thanks.
  4. Thanks, I found out a way to do it, basically I wrote a batch file for the indiviual apps being installed and then wrote another batch file and using the CALL command called each batch file in turn, this allows for me to easily modify the parameters of any installation as needed. Thanks Again
  5. Hi everyone, My boss has asked me to write a batch file to allow us to install multiple software packages with no user interaction, I know the command to install a single application using the Windows Installer file & the MSFT file, how would I go about creating a batch file that will run one command and as soon as the application is installed run the next command within the file. The command I am using to install a single application is currently as follows Microsoft Windows XP [Version 5.1.2600] © Copyright 1985-2001 Microsoft Corp. C:Documents and SettingsNoel>MSIEXEC /I WINDOWS INSTALLER FILE GOES HERE TRANS FORMS=MSFT FILE NAME GOES HERE /QB If I perform this command and attempt to repeat the command for a sceond application immediatly after I get an error message saying that an install is currently in operation, I then have to waite and rerun the command. Any help would be greatly appreciatted as I have no real idea on how to start this. Thanks
  6. Or just punch the guy in the mouth.
  7. Nice work, Sparda! I'm using one of them as a desktop background, real purty.
×
×
  • Create New...